dependabot[bot] opened a new pull request, #45357: URL: https://github.com/apache/airflow/pull/45357
Bumps [gitdb](https://github.com/gitpython-developers/gitdb) from 4.0.11 to 4.0.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gitpython-developers/gitdb/releases">gitdb's releases</a>.</em></p> <blockquote> <h2>4.0.12</h2> <h2>What's Changed</h2> <ul> <li>Never add a vendored smmap directory to sys.path by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/102">gitpython-developers/gitdb#102</a></li> <li>Revise and update the readme by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/103">gitpython-developers/gitdb#103</a></li> <li>Set Dependabot submodule update cadence to weekly by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/104">gitpython-developers/gitdb#104</a></li> <li>Add missing asserts in test_base.py by <a href="https://github.com/Clavss"><code>@Clavss</code></a> in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/109">gitpython-developers/gitdb#109</a></li> <li>Use contextlib.suppress instead of except: pass by <a href="https://github.com/blablatdinov"><code>@blablatdinov</code></a> in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/113">gitpython-developers/gitdb#113</a></li> <li>Add support for Python 3.13 by <a href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a> in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/114">gitpython-developers/gitdb#114</a></li> <li>Potential Race Condition Fix - OS Rename & Chmod - PermissionError by <a href="https://github.com/DEKHTIARJonathan"><code>@DEKHTIARJonathan</code></a> in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/115">gitpython-developers/gitdb#115</a></li> <li>Bump gitdb/ext/smmap from <code>256c5a2</code> to <code>04dd210</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/112">gitpython-developers/gitdb#112</a></li> <li>Bump actions/setup-python from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/111">gitpython-developers/gitdb#111</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Clavss"><code>@Clavss</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/109">gitpython-developers/gitdb#109</a></li> <li><a href="https://github.com/blablatdinov"><code>@blablatdinov</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/113">gitpython-developers/gitdb#113</a></li> <li><a href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/114">gitpython-developers/gitdb#114</a></li> <li><a href="https://github.com/DEKHTIARJonathan"><code>@DEKHTIARJonathan</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/gitdb/pull/115">gitpython-developers/gitdb#115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gitpython-developers/gitdb/compare/4.0.11...4.0.12">https://github.com/gitpython-developers/gitdb/compare/4.0.11...4.0.12</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gitpython-developers/gitdb/commit/104138c742a56d85bd2cb2cd8a9f90336daa5483"><code>104138c</code></a> bump patch level to prepare for next release</li> <li><a href="https://github.com/gitpython-developers/gitdb/commit/bcbe5dfbe36eb26b5f5134dba960021c6795f9c1"><code>bcbe5df</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/gitdb/issues/111">#111</a> from gitpython-developers/dependabot/github_actions/a...</li> <li><a href="https://github.com/gitpython-developers/gitdb/commit/be483fc68010c3eaaa3ef2131b9f200338097a3d"><code>be483fc</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/gitdb/issues/112">#112</a> from gitpython-developers/dependabot/submodules/gitdb...</li> <li><a href="https://github.com/gitpython-developers/gitdb/commit/38b5c385b4de522f37285128b7f405c04958f4a1"><code>38b5c38</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/gitdb/issues/115">#115</a> from DEKHTIARJonathan/patch-1</li> <li><a href="https://github.com/gitpython-developers/gitdb/commit/b71e2730c3dcab148816f0193a45550ef0a38c79"><code>b71e273</code></a> Update gitdb/db/loose.py</li> <li><a href="https://github.com/gitpython-developers/gitdb/commit/74a0eabbc03209593ea1562498802359ae8a3db7"><code>74a0eab</code></a> Potential Race Condition Fix - OS Rename & Chmod</li> <li><a href="https://github.com/gitpython-developers/gitdb/commit/a8c894f84a419b22583895789ef849090c2f7f49"><code>a8c894f</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/gitdb/issues/114">#114</a> from edgarrmondragon/cp313</li> <li><a href="https://github.com/gitpython-developers/gitdb/commit/b38cbc43354523ffcd59a58c5a3aded054bd4442"><code>b38cbc4</code></a> Use older ubuntu to get Python 3.7</li> <li><a href="https://github.com/gitpython-developers/gitdb/commit/5bc95043792c2412b05263fb4bfca67d7923645c"><code>5bc9504</code></a> Add support for Python 3.13</li> <li><a href="https://github.com/gitpython-developers/gitdb/commit/88da5efb96f3578a315c3e819ccf0f3edb080eec"><code>88da5ef</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/gitdb/issues/113">#113</a> from blablatdinov/use-contextlib-suppress</li> <li>Additional commits viewable in <a href="https://github.com/gitpython-developers/gitdb/compare/4.0.11...4.0.12">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </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]
