Skip to content

Commit

Permalink
Bump gitpython from 3.1.41 to 3.1.42 (#25)
Browse files Browse the repository at this point in the history
Summary:
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.41 to 3.1.42.
<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.42</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix release link in changelog by <a href="https://github.com/PeterJCLaw"><code>@​PeterJCLaw</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1795">gitpython-developers/GitPython#1795</a></li>
<li>Remove test dependency on sumtypes library by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1798">gitpython-developers/GitPython#1798</a></li>
<li>Pin Sphinx plugins to compatible versions by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1803">gitpython-developers/GitPython#1803</a></li>
<li>fix: treeNotSorted issue by <a href="https://github.com/et-repositories"><code>@​et-repositories</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1799">gitpython-developers/GitPython#1799</a></li>
<li>Remove git.util.NullHandler by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1807">gitpython-developers/GitPython#1807</a></li>
<li>Clarify why GIT_PYTHON_GIT_EXECUTABLE may be set on failure by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1810">gitpython-developers/GitPython#1810</a></li>
<li>Report actual attempted Git command when Git.refresh fails by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1812">gitpython-developers/GitPython#1812</a></li>
<li>Don't suppress messages when logging is not configured by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1813">gitpython-developers/GitPython#1813</a></li>
<li>Pin Python 3.9.16 on Cygwin CI by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1814">gitpython-developers/GitPython#1814</a></li>
<li>Have initial refresh use a logger to warn by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1815">gitpython-developers/GitPython#1815</a></li>
<li>Omit warning prefix in &quot;Bad git executable&quot; message by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1816">gitpython-developers/GitPython#1816</a></li>
<li>Test with M1 macOS CI runner by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1817">gitpython-developers/GitPython#1817</a></li>
<li>Bump pre-commit/action from 3.0.0 to 3.0.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1818">gitpython-developers/GitPython#1818</a></li>
<li>Bump Vampire/setup-wsl from 2.0.2 to 3.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1819">gitpython-developers/GitPython#1819</a></li>
<li>Remove deprecated section in README.md by <a href="https://github.com/marcm-ml"><code>@​marcm-ml</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1823">gitpython-developers/GitPython#1823</a></li>
<li>Keep temp files out of project dir and improve cleanup by <a href="https://github.com/EliahKagan"><code>@​EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1825">gitpython-developers/GitPython#1825</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/PeterJCLaw"><code>@​PeterJCLaw</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1795">gitpython-developers/GitPython#1795</a></li>
<li><a href="https://github.com/et-repositories"><code>@​et-repositories</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1799">gitpython-developers/GitPython#1799</a></li>
<li><a href="https://github.com/marcm-ml"><code>@​marcm-ml</code></a> made their first contribution in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1823">gitpython-developers/GitPython#1823</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/gitpython-developers/GitPython/compare/3.1.41...3.1.42">https://github.com/gitpython-developers/GitPython/compare/3.1.41...3.1.42</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gitpython-developers/GitPython/commit/1f37b482edbe4a7189e5898309a4094f3f4cf404"><code>1f37b48</code></a> prepare the next release</li>
<li><a href="https://github.com/gitpython-developers/GitPython/commit/9caf3aecd4c76f7ca880d7f34a634dc82de49532"><code>9caf3ae</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/GitPython/issues/1825">#1825</a> from EliahKagan/tree-test</li>
<li><a href="https://github.com/gitpython-developers/GitPython/commit/26134219a0758f3874c98c5208cc3c89077f1182"><code>2613421</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/GitPython/issues/1823">#1823</a> from marcm-ml/master</li>
<li><a href="https://github.com/gitpython-developers/GitPython/commit/b780a8c3a119c94b4c41f3c6f922ced686be212f"><code>b780a8c</code></a> Tweak <code>with_rw_directory</code> and go back to using it</li>
<li><a href="https://github.com/gitpython-developers/GitPython/commit/0114a997bf56eec86f217f99553c859613f1c9a4"><code>0114a99</code></a> Use more ligtweight approach to guarantee deletion</li>
<li><a href="https://github.com/gitpython-developers/GitPython/commit/90cf4d75c5ebcbdedae24a6cd26cc1e7dd3e3c08"><code>90cf4d7</code></a> Fix new PermissionError in Windows with Python 3.7</li>
<li><a href="https://github.com/gitpython-developers/GitPython/commit/dd42e38f5201ff6858c6b787fa8dab16c6cbc7a9"><code>dd42e38</code></a> Keep temp files out of project dir and improve cleanup</li>
<li><a href="https://github.com/gitpython-developers/GitPython/commit/26711678ca02ada0dce4c8e1f008bdaa58dfcdc9"><code>2671167</code></a> Remove deprecated section in README.md</li>
<li><a href="https://github.com/gitpython-developers/GitPython/commit/7ba3fd2a4bd7a384d105ab0a1e4909940a92cda2"><code>7ba3fd2</code></a> Bump Vampire/setup-wsl from 2.0.2 to 3.0.0</li>
<li><a href="https://github.com/gitpython-developers/GitPython/commit/e75ea98e6c135c436e354537bf45f8192f3c2c63"><code>e75ea98</code></a> Bump pre-commit/action from 3.0.0 to 3.0.1</li>
<li>Additional commits viewable in <a href="https://github.com/gitpython-developers/GitPython/compare/3.1.41...3.1.42">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.41&new-version=3.1.42)](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>

Pull Request resolved: #25

Reviewed By: chantra

Differential Revision: D53827729

fbshipit-source-id: eb94eaf0f40a303ec25295e80faeca9c31d9e65c
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Feb 27, 2024
1 parent 77e873e commit d267f64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d267f64

Please sign in to comment.