Skip to content

Commit ffb9250

Browse files
chore(deps): Bump gitpython from 3.1.57 to 3.1.58 in /workflows/osmo (#1347)
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.57 to 3.1.58. <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>Security and Fixes</h2> <h2>What's Changed</h2> <ul> <li>test: allow Python startup before timeout by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2195">gitpython-developers/GitPython#2195</a></li> <li>Resolve Windows hook Bash through PATH by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2199">gitpython-developers/GitPython#2199</a></li> <li>Revert &quot;Resolve Windows hook Bash through PATH&quot; by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2200">gitpython-developers/GitPython#2200</a></li> <li>test: focus pytest summary on unexpected failures by <a href="https://github.com/raisulchowdhury"><code>@​raisulchowdhury</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2203">gitpython-developers/GitPython#2203</a></li> <li>Validate submodule names before filesystem operations by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2202">gitpython-developers/GitPython#2202</a></li> <li>Handle invalid submodule names during recursive updates by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2205">gitpython-developers/GitPython#2205</a></li> <li>Fix Windows path handling on Python 3.13+ by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2196">gitpython-developers/GitPython#2196</a></li> <li>fixup 2202 by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2206">gitpython-developers/GitPython#2206</a></li> <li>Correct Windows hook Bash precedence by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2201">gitpython-developers/GitPython#2201</a></li> <li>Harden config and 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/2204">gitpython-developers/GitPython#2204</a></li> <li>Skip tests that need symlink privileges instead of erroring by <a href="https://github.com/Cyrus580529"><code>@​Cyrus580529</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2197">gitpython-developers/GitPython#2197</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/raisulchowdhury"><code>@​raisulchowdhury</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2203">gitpython-developers/GitPython#2203</a></li> <li><a href="https://github.com/Cyrus580529"><code>@​Cyrus580529</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/2197">gitpython-developers/GitPython#2197</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gitpython-developers/GitPython/compare/3.1.57...3.1.58">https://github.com/gitpython-developers/GitPython/compare/3.1.57...3.1.58</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gitpython-developers/GitPython/commit/30be45d786e95023e23c616fec5cbabca861b44c"><code>30be45d</code></a> prepare changelog for upcoming release</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/fc2f02cc15af0457896f40a8a72b9f1866d75788"><code>fc2f02c</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/GitPython/issues/2197">#2197</a> from Cyrus580529/shared-symlink-guard</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/b10e2501438e31cbc1220c4879fc3747c34dccdb"><code>b10e250</code></a> test: use the shared guard instead of local copies</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/e3e5da8476d9e184ebc729d2d85ea035e582d467"><code>e3e5da8</code></a> test: skip tests that need symlink privileges</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/30d05e30c0b7f28bed7e10cb17b10b68e0708af9"><code>30d05e3</code></a> test: add a shared symlink capability guard</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/9a8f6fef579912bc8b10ab513c33ca6ea1f687ef"><code>9a8f6fe</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/GitPython/issues/2204">#2204</a> from gitpython-developers/security-fixes</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/f2550b65bf60ca087190981e2c7b6865e201f40c"><code>f2550b6</code></a> Guard pathspec file inputs in high-level commands</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/d9ddb55bdc66ffe8c9932fe460e6b8c8211e47c7"><code>d9ddb55</code></a> Guard unsafe git init options</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/9b5dcaf85da5946dbf69dcd53f9edba08f760b32"><code>9b5dcaf</code></a> Guard read-tree index output paths</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/96a888f4d782cb2f80452148e48e60ce4af6d541"><code>96a888f</code></a> Check joined short-option values before Git execution</li> <li>Additional commits viewable in <a href="https://github.com/gitpython-developers/GitPython/compare/3.1.57...3.1.58">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 300a7fe commit ffb9250

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

workflows/osmo/uv.lock

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

Comments
 (0)