dependabot[bot] opened a new pull request, #446: URL: https://github.com/apache/airflow-steward/pull/446
Updates the requirements on [prek](https://github.com/j178/prek) and [google-auth-oauthlib](https://github.com/googleapis/google-cloud-python) to permit the latest version. Updates `prek` from 0.4.1 to 0.4.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/j178/prek/releases">prek's releases</a>.</em></p> <blockquote> <h2>0.4.3</h2> <h2>Release Notes</h2> <p>Released on 2026-05-27.</p> <h3>Bug fixes</h3> <ul> <li>Ignore stat-only hook rewrites (<a href="https://redirect.github.com/j178/prek/pull/2131">#2131</a>)</li> </ul> <h3>Sponsorship</h3> <p>If <code>prek</code> saves time for you or your team, please consider sponsoring the project on <a href="https://github.com/sponsors/j178">GitHub Sponsors</a>. It helps keep new features, performance work, and maintenance moving.</p> <h3>Contributors</h3> <ul> <li><a href="https://github.com/stevbev"><code>@stevbev</code></a></li> </ul> <h2>Install prek 0.4.3</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.4.3/prek-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.4.3/prek-installer.ps1 | iex" </code></pre> <h3>Install prebuilt binaries via Homebrew</h3> <pre lang="sh"><code>brew install prek </code></pre> <h2>Download prek 0.4.3</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-apple-darwin.tar.gz">prek-aarch64-apple-darwin.tar.gz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-apple-darwin.tar.gz">prek-x86_64-apple-darwin.tar.gz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-pc-windows-msvc.zip">prek-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-i686-pc-windows-msvc.zip">prek-i686-pc-windows-msvc.zip</a></td> <td>x86 Windows</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-i686-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-pc-windows-msvc.zip">prek-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-unknown-linux-gnu.tar.gz">prek-aarch64-unknown-linux-gnu.tar.gz</a></td> <td>ARM64 Linux</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-i686-unknown-linux-gnu.tar.gz">prek-i686-unknown-linux-gnu.tar.gz</a></td> <td>x86 Linux</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/j178/prek/blob/master/CHANGELOG.md">prek's changelog</a>.</em></p> <blockquote> <h2>0.4.3</h2> <p>Released on 2026-05-27.</p> <h3>Bug fixes</h3> <ul> <li>Ignore stat-only hook rewrites (<a href="https://redirect.github.com/j178/prek/pull/2131">#2131</a>)</li> </ul> <h3>Sponsorship</h3> <p>If <code>prek</code> saves time for you or your team, please consider sponsoring the project on <a href="https://github.com/sponsors/j178">GitHub Sponsors</a>. It helps keep new features, performance work, and maintenance moving.</p> <h3>Contributors</h3> <ul> <li><a href="https://github.com/stevbev"><code>@stevbev</code></a></li> </ul> <h2>0.4.2</h2> <p>Released on 2026-05-26.</p> <h3>Highlights</h3> <p>0.4.2 is mainly about making <code>prek run</code> faster in large repos.</p> <p><code>prek</code> now does less <code>git diff</code> work. After hooks run, <code>prek</code> uses diff checks to detect files changed by hooks. If a hook modifies files, prek marks that hook as failed. That is important, but full diff snapshots can be slow in big repos, especially when they happen after every hook group.</p> <p>We skip the expensive diff path in two common cases: built-in hooks that prek knows are read-only, and clean worktrees where a cheap dirty check is enough unless a hook actually changes files. In the right large-repo workload, skipping that work can make runs up to 10x faster.</p> <p>Workspace mode is faster too. Hooks have historically been too serial. Priority-based concurrency helped, but it required users to choose good <code>priority</code> values. Now sibling projects at the same workspace depth run in parallel automatically. Their files do not overlap, so this is safe and needs no extra config. For multi-project workspaces, this can dramatically reduce total hook time.</p> <h3>Sponsorship</h3> <p>If <code>prek</code> saves time for you or your team, please consider sponsoring the project on <a href="https://github.com/sponsors/j178">GitHub Sponsors</a>. It helps keep new features, performance work, and maintenance moving.</p> <h3>Enhancements</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/j178/prek/commit/02bb73f2be5539f3a1d219e74ad2ba344a633758"><code>02bb73f</code></a> Bump version to 0.4.3 (<a href="https://redirect.github.com/j178/prek/issues/2132">#2132</a>)</li> <li><a href="https://github.com/j178/prek/commit/0f64ff91cf2a0934c30407522b93058c8d70cc6c"><code>0f64ff9</code></a> Ignore stat-only hook rewrites (<a href="https://redirect.github.com/j178/prek/issues/2131">#2131</a>)</li> <li><a href="https://github.com/j178/prek/commit/de77cc91be8e5a021f6308d6d85c14f73492fe60"><code>de77cc9</code></a> Bump version to 0.4.2 (<a href="https://redirect.github.com/j178/prek/issues/2126">#2126</a>)</li> <li><a href="https://github.com/j178/prek/commit/c54be46c21685a0139e966052153b4636cb43afb"><code>c54be46</code></a> Simplify hook progress folding (<a href="https://redirect.github.com/j178/prek/issues/2125">#2125</a>)</li> <li><a href="https://github.com/j178/prek/commit/e908f821fb326878621511b36587c881e50d97f8"><code>e908f82</code></a> Add link to comprehensive list of open-source projects using prek (<a href="https://redirect.github.com/j178/prek/issues/938">#938</a>)</li> <li><a href="https://github.com/j178/prek/commit/7cd6ba4dd9abff3dbf8ed4cd5514405468321053"><code>7cd6ba4</code></a> Run same-depth projects concurrently (<a href="https://redirect.github.com/j178/prek/issues/2110">#2110</a>)</li> <li><a href="https://github.com/j178/prek/commit/bbb381038f9fa3531e7feff47ad1bc9d0d9dc5a7"><code>bbb3810</code></a> Lock file maintenance (<a href="https://redirect.github.com/j178/prek/issues/2123">#2123</a>)</li> <li><a href="https://github.com/j178/prek/commit/7d5282ca7653e877daf7df58cc3d2ce908dae920"><code>7d5282c</code></a> Update Rust crate quick-xml to 0.40 (<a href="https://redirect.github.com/j178/prek/issues/2121">#2121</a>)</li> <li><a href="https://github.com/j178/prek/commit/97130ea81b5081ada2e9d6bd3d2f452b7aff7c1b"><code>97130ea</code></a> Update dependency uv to v0.11.14 (<a href="https://redirect.github.com/j178/prek/issues/2118">#2118</a>)</li> <li><a href="https://github.com/j178/prek/commit/480f4bfe81d1c723ffaa3e2e73b70eeec16a935e"><code>480f4bf</code></a> Update pre-commit hook crate-ci/typos to v1.46.2 (<a href="https://redirect.github.com/j178/prek/issues/2120">#2120</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j178/prek/compare/v0.4.1...v0.4.3">compare view</a></li> </ul> </details> <br /> Updates `google-auth-oauthlib` to 1.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-python/releases">google-auth-oauthlib's releases</a>.</em></p> <blockquote> <h2>google-shopping-merchant-promotions: v1.4.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-python/compare/google-shopping-merchant-promotions-v1.3.0...google-shopping-merchant-promotions-v1.4.0">v1.4.0</a> (2026-06-02)</h2> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-python/blob/main/packages/gcp-sphinx-docfx-yaml/CHANGELOG.md">google-auth-oauthlib's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/sphinx-docfx-yaml/compare/v1.3.3...v1.4.0">1.4.0</a> (2022-01-28)</h2> <h3>Features</h3> <ul> <li>add syntax highlighting support for Markdown pages (<a href="https://redirect.github.com/googleapis/sphinx-docfx-yaml/issues/170">#170</a>) (<a href="https://github.com/googleapis/sphinx-docfx-yaml/commit/98988072c3a32ff1d1be44cb835eea0ad787e8e9">9898807</a>)</li> </ul> <h3><a href="https://www.github.com/googleapis/sphinx-docfx-yaml/compare/v1.3.2...v1.3.3">1.3.3</a> (2021-11-29)</h3> <h3>Bug Fixes</h3> <ul> <li>expand entry names in Overview page to be more descriptive (<a href="https://redirect.github.com/googleapis/sphinx-docfx-yaml/issues/159">#159</a>) (<a href="https://www.github.com/googleapis/sphinx-docfx-yaml/commit/7bd64160cda8a84cdbd14f61bd39d5594b048bd2">7bd6416</a>)</li> </ul> <h3><a href="https://www.github.com/googleapis/sphinx-docfx-yaml/compare/v1.3.1...v1.3.2">1.3.2</a> (2021-11-16)</h3> <h3>Bug Fixes</h3> <ul> <li>gracefully handle format_code exceptions (<a href="https://redirect.github.com/googleapis/sphinx-docfx-yaml/issues/152">#152</a>) (<a href="https://www.github.com/googleapis/sphinx-docfx-yaml/commit/a679ace42c88ac40d7336f6d8b6266191932a3ea">a679ace</a>)</li> </ul> <h3><a href="https://www.github.com/googleapis/sphinx-docfx-yaml/compare/v1.3.0...v1.3.1">1.3.1</a> (2021-11-15)</h3> <h3>Bug Fixes</h3> <ul> <li>resolve square bracketed references (<a href="https://redirect.github.com/googleapis/sphinx-docfx-yaml/issues/146">#146</a>) (<a href="https://www.github.com/googleapis/sphinx-docfx-yaml/commit/fa049ace9d14e1f9993313983ad3426ff041672d">fa049ac</a>)</li> </ul> <h2><a href="https://www.github.com/googleapis/sphinx-docfx-yaml/compare/v1.2.0...v1.3.0">1.3.0</a> (2021-11-15)</h2> <h3>Features</h3> <ul> <li>format signature using black (<a href="https://redirect.github.com/googleapis/sphinx-docfx-yaml/issues/144">#144</a>) (<a href="https://www.github.com/googleapis/sphinx-docfx-yaml/commit/4462b93a732c9aedf35ad3321269bd4cea9f26dc">4462b93</a>)</li> </ul> <h2><a href="https://www.github.com/googleapis/sphinx-docfx-yaml/compare/v1.1.2...v1.2.0">1.2.0</a> (2021-10-05)</h2> <h3>Features</h3> <ul> <li>find more items to cross reference (<a href="https://redirect.github.com/googleapis/sphinx-docfx-yaml/issues/138">#138</a>) (<a href="https://www.github.com/googleapis/sphinx-docfx-yaml/commit/a0f82ddc45d8c09ecae6ab55d6366ab6e666397b">a0f82dd</a>)</li> </ul> <h3><a href="https://www.github.com/googleapis/sphinx-docfx-yaml/compare/v1.1.1...v1.1.2">1.1.2</a> (2021-09-14)</h3> <h3>Bug Fixes</h3> <ul> <li>disambiguate after grouping by packages and versions (<a href="https://redirect.github.com/googleapis/sphinx-docfx-yaml/issues/132">#132</a>) (<a href="https://www.github.com/googleapis/sphinx-docfx-yaml/commit/53d68fe2a05302e4dc955157d9e08b9de33ec947">53d68fe</a>)</li> </ul> <h3><a href="https://www.github.com/googleapis/sphinx-docfx-yaml/compare/v1.1.0...v1.1.1">1.1.1</a> (2021-08-30)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-python/commit/3997a108c45e1c1df8e844746eb2af4b1a77e154"><code>3997a10</code></a> chore: librarian release pull request: 20260506T163115Z (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/16964">#16964</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/f655e492c0879684b60a7d06e90501dd49e96252"><code>f655e49</code></a> chore: add type annotation to SYNCPOINTS (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/16973">#16973</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/f149bd7dd30489c3165bf03a2343dc9f75875451"><code>f149bd7</code></a> refactor(bigframes): Modularize compiler routing as proxy executor (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/16907">#16907</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/19db82f5cb033215531e5b65239e45275e3ed568"><code>19db82f</code></a> chore(bigframes): remove leftover support for Python <= 3.9 (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/16961">#16961</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/2dedaacf0666ade39ae89194ad8dbc34761bd1df"><code>2dedaac</code></a> chore: test CommonResource resource name alias (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/16965">#16965</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/9652a08cb89441fac779eb4fa4d6f48f33b55d3b"><code>9652a08</code></a> fix: pass resource aliases to file-level CommonResources (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/16945">#16945</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/78a48b040a2abc0bf19ebe267aba0a1f410df2e6"><code>78a48b0</code></a> fix(google-cloud-core): Drop support for Python 3.9 (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/16953">#16953</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/5975c48186dd8798b172ac442fd55bc7fece1612"><code>5975c48</code></a> fix(dns): Drop support for Python 3.9 (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/16954">#16954</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/d5bea2e99b435b8b3d75321679072db092001de6"><code>d5bea2e</code></a> fix(crc32c): Drop support for Python 3.8 and 3.9 (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/16955">#16955</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/63f6d96c1c5569b5fdaea85dfe995ce280907b98"><code>63f6d96</code></a> fix(sqlalchemy-bigquery): Drop support for Python 3.8 and 3.9 (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/16956">#16956</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-python/compare/google-auth-oauthlib-v1.2.4...google-auth-oauthlib-v1.4.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
