Commit 8a8239d
authored
Upgrade: [dependabot] - bump gitpython from 3.1.45 to 3.1.46 (#542)
Bumps [gitpython](https://github.com/gitpython-developers/GitPython)
from 3.1.45 to 3.1.46.
<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.46</h2>
<h2>What's Changed</h2>
<ul>
<li>Prepare a new release by <a
href="https://github.com/Byron"><code>@Byron</code></a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2063">gitpython-developers/GitPython#2063</a></li>
<li>Bump actions/checkout from 4 to 5 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2067">gitpython-developers/GitPython#2067</a></li>
<li>Bump git/ext/gitdb from <code>335c0f6</code> to <code>39d7dbf</code>
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2068">gitpython-developers/GitPython#2068</a></li>
<li>Bump actions/setup-python from 5 to 6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2070">gitpython-developers/GitPython#2070</a></li>
<li>Bump git/ext/gitdb from <code>39d7dbf</code> to <code>f8fdfec</code>
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2071">gitpython-developers/GitPython#2071</a></li>
<li>Fix type hint for <code>SymbolicReference.reference</code> property
by <a
href="https://github.com/emmanuel-ferdman"><code>@emmanuel-ferdman</code></a>
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2074">gitpython-developers/GitPython#2074</a></li>
<li>feat: Add support for hasconfig git rule. by <a
href="https://github.com/bvanelli"><code>@bvanelli</code></a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2075">gitpython-developers/GitPython#2075</a></li>
<li>Bump github/codeql-action from 3 to 4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2076">gitpython-developers/GitPython#2076</a></li>
<li>Use actual return type in annotation for method submodule_update by
<a href="https://github.com/extrwi"><code>@extrwi</code></a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2078">gitpython-developers/GitPython#2078</a></li>
<li>Bump git/ext/gitdb from <code>f8fdfec</code> to <code>65321a2</code>
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2082">gitpython-developers/GitPython#2082</a></li>
<li>Preliminary support for index format v3 by <a
href="https://github.com/blahgeek"><code>@blahgeek</code></a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2081">gitpython-developers/GitPython#2081</a></li>
<li>Bump actions/checkout from 5 to 6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2084">gitpython-developers/GitPython#2084</a></li>
<li>Pin <code>mypy==1.18.2</code> by <a
href="https://github.com/George-Ogden"><code>@George-Ogden</code></a>
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2087">gitpython-developers/GitPython#2087</a></li>
<li>Respect <code>os.Pathlike</code> by <a
href="https://github.com/George-Ogden"><code>@George-Ogden</code></a>
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2086">gitpython-developers/GitPython#2086</a></li>
<li>Bump git/ext/gitdb from <code>65321a2</code> to <code>4c63ee6</code>
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2093">gitpython-developers/GitPython#2093</a></li>
<li>Join <code>Pathlike</code> Object to Tree by <a
href="https://github.com/George-Ogden"><code>@George-Ogden</code></a>
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2094">gitpython-developers/GitPython#2094</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/emmanuel-ferdman"><code>@emmanuel-ferdman</code></a>
made their first contribution in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2074">gitpython-developers/GitPython#2074</a></li>
<li><a href="https://github.com/bvanelli"><code>@bvanelli</code></a>
made their first contribution in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2075">gitpython-developers/GitPython#2075</a></li>
<li><a href="https://github.com/extrwi"><code>@extrwi</code></a> made
their first contribution in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2078">gitpython-developers/GitPython#2078</a></li>
<li><a href="https://github.com/blahgeek"><code>@blahgeek</code></a>
made their first contribution in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2081">gitpython-developers/GitPython#2081</a></li>
<li><a
href="https://github.com/George-Ogden"><code>@George-Ogden</code></a>
made their first contribution in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2087">gitpython-developers/GitPython#2087</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gitpython-developers/GitPython/compare/3.1.45...3.1.46">https://github.com/gitpython-developers/GitPython/compare/3.1.45...3.1.46</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/9e24eb6b72c1851e46e09133b83b48f2059037d7"><code>9e24eb6</code></a>
Prepare next release</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/b8bb60e544a1f389120b5540c6e1e7505427c279"><code>b8bb60e</code></a>
Merge pull request <a
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2094">#2094</a>
from George-Ogden/join-pathlike</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/c8b58c09904dabe67222165e4d3eecf4c8f07490"><code>c8b58c0</code></a>
Update test/test_tree.py</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/88e26141c738f6ac3beb1a433039611f88c2c30d"><code>88e2614</code></a>
Allow joining path to tree</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/9fa28ae108dc39cfb13282cd18d4251d0118dd52"><code>9fa28ae</code></a>
Add failing tests for joining paths</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/6d66a02d14929976d9d8409773054e2e022eae0e"><code>6d66a02</code></a>
Merge pull request <a
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2093">#2093</a>
from gitpython-developers/dependabot/submodules/git/...</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/f738029ab05fe8356022248e68f9119c46b2f1e5"><code>f738029</code></a>
Bump git/ext/gitdb from <code>65321a2</code> to
<code>4c63ee6</code></li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/eecc28d2e78d799105a2070acdb530ee5c81a9e8"><code>eecc28d</code></a>
Merge pull request <a
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2086">#2086</a>
from George-Ogden/true-pathlike</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/0cb55fb4adca4f2b26767e85ef8652ef13b834a1"><code>0cb55fb</code></a>
Revert "Add tests with non-ascii characters"</li>
<li><a
href="https://github.com/gitpython-developers/GitPython/commit/171062655e24b6a6ca1a3beab3c7679278350ab5"><code>1710626</code></a>
Add tests with non-ascii characters</li>
<li>Additional commits viewable in <a
href="https://github.com/gitpython-developers/GitPython/compare/3.1.45...3.1.46">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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b68c7f4 commit 8a8239d
2 files changed
+6
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments