Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump gitpython from 3.1.30 to 3.1.32 in /docs (#94)
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.30 to 3.1.32. <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>v3.1.32 - with another security update</h2> <h2>What's Changed</h2> <ul> <li>Bump cygwin/cygwin-install-action from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1572">gitpython-developers/GitPython#1572</a></li> <li>Fix up the commit trailers functionality by <a href="https://github.com/itsluketwist"><code>@itsluketwist</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1576">gitpython-developers/GitPython#1576</a></li> <li>Name top-level exceptions as private variables by <a href="https://github.com/Hawk777"><code>@Hawk777</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1590">gitpython-developers/GitPython#1590</a></li> <li>fix pypi long description by <a href="https://github.com/eUgEntOptIc44"><code>@eUgEntOptIc44</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1603">gitpython-developers/GitPython#1603</a></li> <li>Don't rely on <strong>del</strong> by <a href="https://github.com/r-darwish"><code>@r-darwish</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1606">gitpython-developers/GitPython#1606</a></li> <li>Block insecure non-multi options in clone/clone_from by <a href="https://github.com/Beuc"><code>@Beuc</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1609">gitpython-developers/GitPython#1609</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Hawk777"><code>@Hawk777</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1590">gitpython-developers/GitPython#1590</a></li> <li><a href="https://github.com/eUgEntOptIc44"><code>@eUgEntOptIc44</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1603">gitpython-developers/GitPython#1603</a></li> <li><a href="https://github.com/r-darwish"><code>@r-darwish</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1606">gitpython-developers/GitPython#1606</a></li> <li><a href="https://github.com/Beuc"><code>@Beuc</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1609">gitpython-developers/GitPython#1609</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gitpython-developers/GitPython/compare/3.1.31...3.1.32">https://github.com/gitpython-developers/GitPython/compare/3.1.31...3.1.32</a></p> <h2>3.1.31</h2> <h2>What's Changed</h2> <ul> <li>Fix Sphinx rendering errors by <a href="https://github.com/stephan-cr"><code>@stephan-cr</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1524">gitpython-developers/GitPython#1524</a></li> <li>tests: Use <code>command -v</code> instead of third-party <code>which</code> program by <a href="https://github.com/mgorny"><code>@mgorny</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1525">gitpython-developers/GitPython#1525</a></li> <li>fix/add allow_unsafe_* params in docstrings + fix typo by <a href="https://github.com/obfusk"><code>@obfusk</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1530">gitpython-developers/GitPython#1530</a></li> <li>use tempfile.TemporaryDirectory & fix clone_from_unsafe_protocol tests by <a href="https://github.com/obfusk"><code>@obfusk</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1531">gitpython-developers/GitPython#1531</a></li> <li>Fix some resource leaks by open file handles by <a href="https://github.com/marlamb"><code>@marlamb</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1532">gitpython-developers/GitPython#1532</a></li> <li>fix files list on file rename by <a href="https://github.com/teknoraver"><code>@teknoraver</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1537">gitpython-developers/GitPython#1537</a></li> <li>Declare support for Python 3.11 by <a href="https://github.com/hugovk"><code>@hugovk</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1541">gitpython-developers/GitPython#1541</a></li> <li>Fix ignored by <a href="https://github.com/Lightborne"><code>@Lightborne</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1545">gitpython-developers/GitPython#1545</a></li> <li>Fix timezone parsing functions for non-hour timezones by <a href="https://github.com/jcowgill"><code>@jcowgill</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1547">gitpython-developers/GitPython#1547</a></li> <li>Enable user to override default diff -M arg by <a href="https://github.com/mellowed100"><code>@mellowed100</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1551">gitpython-developers/GitPython#1551</a></li> <li>Remove optional from two member variables by <a href="https://github.com/Sineaggi"><code>@Sineaggi</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1550">gitpython-developers/GitPython#1550</a></li> <li>Fix RecursionError when iterating streams by <a href="https://github.com/eric-wieser"><code>@eric-wieser</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1554">gitpython-developers/GitPython#1554</a></li> <li>Fix get_values() so it correctly loads section names by <a href="https://github.com/Codym48"><code>@Codym48</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1555">gitpython-developers/GitPython#1555</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/stephan-cr"><code>@stephan-cr</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1524">gitpython-developers/GitPython#1524</a></li> <li><a href="https://github.com/obfusk"><code>@obfusk</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1530">gitpython-developers/GitPython#1530</a></li> <li><a href="https://github.com/marlamb"><code>@marlamb</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1532">gitpython-developers/GitPython#1532</a></li> <li><a href="https://github.com/teknoraver"><code>@teknoraver</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1537">gitpython-developers/GitPython#1537</a></li> <li><a href="https://github.com/Lightborne"><code>@Lightborne</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1545">gitpython-developers/GitPython#1545</a></li> <li><a href="https://github.com/jcowgill"><code>@jcowgill</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1547">gitpython-developers/GitPython#1547</a></li> <li><a href="https://github.com/mellowed100"><code>@mellowed100</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1551">gitpython-developers/GitPython#1551</a></li> <li><a href="https://github.com/Sineaggi"><code>@Sineaggi</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1550">gitpython-developers/GitPython#1550</a></li> <li><a href="https://github.com/Codym48"><code>@Codym48</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1555">gitpython-developers/GitPython#1555</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.31">https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.31</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gitpython-developers/GitPython/commit/5d45ce243a12669724e969442e6725a894e30fd4"><code>5d45ce2</code></a> prepare 3.1.32 release</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/ca965ecc81853bca7675261729143f54e5bf4cdd"><code>ca965ec</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/GitPython/issues/1609">#1609</a> from Beuc/block-insecure-options-clone-non-multi</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/5c59e0d63da6180db8a0b349f0ad36fef42aceed"><code>5c59e0d</code></a> Block insecure non-multi options in clone/clone_from</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/c09a71e2caefd5c25195b0b2decc8177d658216a"><code>c09a71e</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/GitPython/issues/1606">#1606</a> from r-darwish/no-del</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/a3859ee6f72e604d46a63dcd9fa3098adcc35cb0"><code>a3859ee</code></a> fixes</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/8186159af1a35c57829d86dd9a5a8c4f472f4637"><code>8186159</code></a> Don't rely on <strong>del</strong></li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/741edb54300fb4eb172e85e8ea0f07b4bd39bcc0"><code>741edb5</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/GitPython/issues/1603">#1603</a> from eUgEntOptIc44/eugenoptic44-fix-pypi-long-descri...</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/0c543cd0ddedeaee27ca5e7c4c22b25a8fd5becb"><code>0c543cd</code></a> Improve readability of README.md</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/9cd7ddb96022dd30cfe7b64378e3b32a3747c1dd"><code>9cd7ddb</code></a> Improve the 'long_description' displayed on pypi</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/6fc11e6e36e524a6749e15046eca3a8601745822"><code>6fc11e6</code></a> update README to reflect the status quo on <code>git</code> command usage</li> <li>Additional commits viewable in <a href="https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.32">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gitpython&package-manager=pip&previous-version=3.1.30&new-version=3.1.32)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/lyft/omnibot/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information