Skip to content

Commit 996eff0

Browse files
Bump gitpython from 3.1.42 to 3.1.43 (#1024)
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.42 to 3.1.43. <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.43</h2> <h2>Particularly Important Changes</h2> <p>These are likely to affect you, please do take a careful look.</p> <ul> <li>Issue and test deprecation warnings by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1886">gitpython-developers/GitPython#1886</a></li> <li>Fix version_info cache invalidation, typing, parsing, and serialization by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1838">gitpython-developers/GitPython#1838</a></li> <li>Document manual refresh path treatment by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1839">gitpython-developers/GitPython#1839</a></li> <li>Improve static typing and docstrings related to git object types by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1859">gitpython-developers/GitPython#1859</a></li> </ul> <h2>Other Changes</h2> <ul> <li>Test in Docker with Alpine Linux on CI by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1826">gitpython-developers/GitPython#1826</a></li> <li>Build online docs (RTD) with -W and dependencies by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1843">gitpython-developers/GitPython#1843</a></li> <li>Suggest full-path refresh() in failure message by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1844">gitpython-developers/GitPython#1844</a></li> <li><code>repo.blame</code> and <code>repo.blame_incremental</code> now accept <code>None</code> as the <code>rev</code> parameter. by <a href="https://github.com/Gaubbe"><code>@​Gaubbe</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1846">gitpython-developers/GitPython#1846</a></li> <li>Make sure diff always uses the default diff driver when <code>create_patch=True</code> by <a href="https://github.com/can-taslicukur"><code>@​can-taslicukur</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1832">gitpython-developers/GitPython#1832</a></li> <li>Revise docstrings, comments, and a few messages by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1850">gitpython-developers/GitPython#1850</a></li> <li>Expand what is included in the API Reference by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1855">gitpython-developers/GitPython#1855</a></li> <li>Restore building of documentation downloads by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1856">gitpython-developers/GitPython#1856</a></li> <li>Revise type annotations slightly by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1860">gitpython-developers/GitPython#1860</a></li> <li>Updating regex pattern to handle unicode whitespaces. by <a href="https://github.com/jcole-crowdstrike"><code>@​jcole-crowdstrike</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1853">gitpython-developers/GitPython#1853</a></li> <li>Use upgraded pip in test fixture virtual environment by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1864">gitpython-developers/GitPython#1864</a></li> <li>lint: replace <code>flake8</code> with <code>ruff</code> check by <a href="https://github.com/Borda"><code>@​Borda</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1862">gitpython-developers/GitPython#1862</a></li> <li>lint: switch Black with <code>ruff-format</code> by <a href="https://github.com/Borda"><code>@​Borda</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1865">gitpython-developers/GitPython#1865</a></li> <li>Update readme and tox.ini for recent tooling changes by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1868">gitpython-developers/GitPython#1868</a></li> <li>Split tox lint env into three envs, all safe by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1870">gitpython-developers/GitPython#1870</a></li> <li>Slightly broaden Ruff, and update and clarify tool configuration by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1871">gitpython-developers/GitPython#1871</a></li> <li>Add a &quot;doc&quot; extra for documentation build dependencies by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1872">gitpython-developers/GitPython#1872</a></li> <li>Describe <code>Submodule.__init__</code> parent_commit parameter by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1877">gitpython-developers/GitPython#1877</a></li> <li>Include TagObject in git.types.Tree_ish by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1878">gitpython-developers/GitPython#1878</a></li> <li>Improve Sphinx role usage, including linking Git manpages by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1879">gitpython-developers/GitPython#1879</a></li> <li>Replace all wildcard imports with explicit imports by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1880">gitpython-developers/GitPython#1880</a></li> <li>Clarify how tag objects are usually tree-ish and commit-ish by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1881">gitpython-developers/GitPython#1881</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Gaubbe"><code>@​Gaubbe</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1846">gitpython-developers/GitPython#1846</a></li> <li><a href="https://github.com/can-taslicukur"><code>@​can-taslicukur</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1832">gitpython-developers/GitPython#1832</a></li> <li><a href="https://github.com/jcole-crowdstrike"><code>@​jcole-crowdstrike</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1853">gitpython-developers/GitPython#1853</a></li> <li><a href="https://github.com/Borda"><code>@​Borda</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1862">gitpython-developers/GitPython#1862</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gitpython-developers/GitPython/compare/3.1.42...3.1.43">https://github.com/gitpython-developers/GitPython/compare/3.1.42...3.1.43</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gitpython-developers/GitPython/commit/53640535cf8314366a01da081947dd8504a299cd"><code>5364053</code></a> bump version to 3.1.43</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/4e626bd642595410167f6422a03b4b2f077a0ba8"><code>4e626bd</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/GitPython/issues/1886">#1886</a> from EliahKagan/deprecation-warnings</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/f6060df576acda613227a57f03c01d235eceaeae"><code>f6060df</code></a> Add GitMeta alias</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/8327b458bdcf73895aa3b0a9a990a61ce2e54ee9"><code>8327b45</code></a> Test GitMeta alias</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/f92f4c3bf902c7fc3887cfd969b3e54f581f18f8"><code>f92f4c3</code></a> Clarify security risk in USE_SHELL doc and warnings</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/c7675d2cedcd737f20359a4a786e213510452413"><code>c7675d2</code></a> update security policy, to use GitHub instead of email</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/cf2576e406006ec28bcc85565a7ef85864cbd39e"><code>cf2576e</code></a> Make/use test.deprecation.lib; abandon idea to filter by module</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/7cd3aa913077d55bbdb7ca01e6b7df593121f643"><code>7cd3aa9</code></a> Make test.performance.lib docstring more specific</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/b51b08052821f91a61a40808328aed0ac35935a8"><code>b51b080</code></a> Explain the approach in test.deprecation to static checking</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/bdabb21fe62063ce51fcae6b5f499f10f55525c5"><code>bdabb21</code></a> Expand USE_SHELL docstring; clarify a test usage</li> <li>Additional commits viewable in <a href="https://github.com/gitpython-developers/GitPython/compare/3.1.42...3.1.43">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.42&new-version=3.1.43)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30e3777 commit 996eff0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

poetry.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)