Commit b24da31
authored
chore(deps): bump gitpython from 3.1.52 to 3.1.54 in /components/runners/ambient-runner in the uv group across 1 directory (#1727)
Bumps the uv group with 1 update in the
/components/runners/ambient-runner directory:
[gitpython](https://github.com/gitpython-developers/GitPython).
Updates `gitpython` from 3.1.52 to 3.1.54
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gitpython-developers/GitPython/releases">gitpython's
releases</a>.</em></p>
<blockquote>
<h2>3.1.54 - Security</h2>
<h2>What's Changed</h2>
<ul>
<li>Harden unsafe Git option validation by <a
href="https://github.com/Byron"><code>@Byron</code></a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2180">gitpython-developers/GitPython#2180</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gitpython-developers/GitPython/compare/3.1.53...3.1.54">https://github.com/gitpython-developers/GitPython/compare/3.1.53...3.1.54</a></p>
<h2>3.1.53 - Security</h2>
<h2>What's Changed</h2>
<ul>
<li>feat(submodule): add deinit method to Submodule (<a
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2014">#2014</a>)
by <a href="https://github.com/mvanhorn"><code>@mvanhorn</code></a> in
<a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2129">gitpython-developers/GitPython#2129</a></li>
<li>typing: introduce sensible basedpyright defaults by <a
href="https://github.com/Byron"><code>@Byron</code></a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2174">gitpython-developers/GitPython#2174</a></li>
<li>fix: make <code>submodule.update()</code> after
<code>submodule.deinit()</code> work by <a
href="https://github.com/Byron"><code>@Byron</code></a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2175">gitpython-developers/GitPython#2175</a></li>
<li>Fix commit hooks respecting core.hooksPath by <a
href="https://github.com/Siesta0217"><code>@Siesta0217</code></a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2159">gitpython-developers/GitPython#2159</a></li>
<li>fix: validate config section delimiters by <a
href="https://github.com/Byron"><code>@Byron</code></a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2176">gitpython-developers/GitPython#2176</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Siesta0217"><code>@Siesta0217</code></a> made
their first contribution in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2159">gitpython-developers/GitPython#2159</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gitpython-developers/GitPython/compare/3.1.52...3.1.53">https://github.com/gitpython-developers/GitPython/compare/3.1.52...3.1.53</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/e59d9bab02b095a97e179f47019afee95f4e3c18"><code>e59d9ba</code></a>
prepare next release</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/a4dc70d4eec15825aac2dfd7484c961f6fc8491b"><code>a4dc70d</code></a>
Merge pull request <a
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2180">#2180</a>
from gitpython-developers/single-char-kwarg</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/1d51b891d7f236044a6aa17498ec682b63dad6e6"><code>1d51b89</code></a>
fix: guard diff output options</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/ffcb5359e87619f4fe4a70a4aff5f08c5580ba97"><code>ffcb535</code></a>
fix: reject unsafe clone templates</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/e8d0fbf774d1f6baa3b481adfe48bd262e43b453"><code>e8d0fbf</code></a>
fix: validate split short-option values</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/faf3c09038b03bc2bdd8545ef34bbf6d7f1cd11f"><code>faf3c09</code></a>
prepare for security fix</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/6a5eb6a53407cfd7964447fa417d73a7ab32e700"><code>6a5eb6a</code></a>
Merge pull request <a
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2176">#2176</a>
from gitpython-developers/fix-config-injection</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/1ed1b924f4e2d2ee7bab296df77b978af21853f1"><code>1ed1b92</code></a>
fix: validate config section delimiters</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/354eb2fc505042d2f4cd913783b689bce6c49fd3"><code>354eb2f</code></a>
Merge pull request <a
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2159">#2159</a>
from Siesta0217/fix-core-hooks-path-commit-hooks</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/9bc287a2b1eb331b6051d2ba704a603c3e0ddc6f"><code>9bc287a</code></a>
Address review feedback about hook resolution</li>
<li>Additional commits viewable in <a
href="https://github.com/gitpython-developers/GitPython/compare/3.1.52...3.1.54">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 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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/ambient-code/platform/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 48c6690 commit b24da31
1 file changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments