Skip to content

Commit 18a44bf

Browse files
authored
build(deps): update dulwich requirement from <0.21.8,>=0.21.7 to >=0.21.7,<0.22.2 (#502)
Updates the requirements on [dulwich](https://github.com/dulwich/dulwich) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dulwich/dulwich/releases">dulwich's releases</a>.</em></p> <blockquote> <h2>0.22.1</h2> <h2>What's Changed</h2> <ul> <li>Fix pypi deployments by <a href="https://github.com/jelmer"><code>@​jelmer</code></a> in <a href="https://redirect.github.com/jelmer/dulwich/pull/1284">jelmer/dulwich#1284</a></li> <li>Handle alternate case for worktreeconfig setting by <a href="https://github.com/wshanks"><code>@​wshanks</code></a> in <a href="https://redirect.github.com/jelmer/dulwich/pull/1286">jelmer/dulwich#1286</a></li> <li>Ship rust files. Fixes <a href="https://redirect.github.com/dulwich/dulwich/issues/1287">#1287</a> by <a href="https://github.com/jelmer"><code>@​jelmer</code></a> in <a href="https://redirect.github.com/jelmer/dulwich/pull/1290">jelmer/dulwich#1290</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wshanks"><code>@​wshanks</code></a> made their first contribution in <a href="https://redirect.github.com/jelmer/dulwich/pull/1286">jelmer/dulwich#1286</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jelmer/dulwich/compare/dulwich-0.22.0...dulwich-0.22.1">https://github.com/jelmer/dulwich/compare/dulwich-0.22.0...dulwich-0.22.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jelmer/dulwich/blob/master/NEWS">dulwich's changelog</a>.</em></p> <blockquote> <p>0.22.1 2024-04-23</p> <ul> <li> <p>Handle alternate case for worktreeconfig setting (Will Shanks, <a href="https://redirect.github.com/dulwich/dulwich/issues/1285">#1285</a>)</p> </li> <li> <p>Ship rust files. (Jelmer Vernooij, <a href="https://redirect.github.com/dulwich/dulwich/issues/1287">#1287</a>)</p> </li> </ul> <p>0.22.0 2024-04-22</p> <ul> <li> <p>Stop installing docs/ as part of package code. (Jelmer Vernooij, <a href="https://redirect.github.com/dulwich/dulwich/issues/1248">#1248</a>)</p> </li> <li> <p>Move tests to root. (Jelmer Vernooij, <a href="https://redirect.github.com/dulwich/dulwich/issues/1024">#1024</a>)</p> </li> <li> <p>Convert the optional C implementations to Rust. (Jelmer Vernooij)</p> </li> </ul> <p>0.21.7 2023-12-05</p> <ul> <li> <p>Fix NameError when encountering errors during HTTP operation. (Jelmer Vernooij, <a href="https://redirect.github.com/dulwich/dulwich/issues/1208">#1208</a>)</p> </li> <li> <p>Raise exception when default identity can't be found. (Jelmer Vernooij)</p> </li> <li> <p>Add a dedicated exception class for unresolved deltas. (Jelmer Vernooij, <a href="https://redirect.github.com/dulwich/dulwich/issues/1221">#1221</a>)</p> </li> <li> <p>Support credentials in proxy URL. (Jelmer Vernooij, <a href="https://redirect.github.com/dulwich/dulwich/issues/1227">#1227</a>)</p> </li> <li> <p>Add <code>dulwich.porcelain.for_each_ref</code>. (Daniele Trifirò)</p> </li> </ul> <p>0.21.6 2023-09-02</p> <ul> <li> <p>Convert _objects.c to rust. (Jelmer Vernooij)</p> </li> <li> <p>index: Handle different stages of conflicted paths. (Kevin Hendricks, Jelmer Vernooij)</p> </li> <li> <p>Improve LCA finding performance. (Kevin Hendricks)</p> </li> <li> <p>client: Handle Content-Type with encoding set. (Antoine Lambert)</p> </li> <li> <p>Only import _hashlib for type checking. (David Hotham)</p> </li> <li> <p>Update docs regarding building dulwich without c bindings (<a href="https://redirect.github.com/dulwich/dulwich/issues/103">#103</a>) (Adam Plaice)</p> </li> <li> <p>objects: Define a stricter return type for _parse_message (Vincent Lorentz)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jelmer/dulwich/commit/0fa636dc03e43477199ad7aefd917b628e93b29d"><code>0fa636d</code></a> Release 0.22.1</li> <li><a href="https://github.com/jelmer/dulwich/commit/787fab5d8731c1f400b51f74b7b7622279aed2fa"><code>787fab5</code></a> Build wheels for pull requests (<a href="https://redirect.github.com/dulwich/dulwich/issues/1291">#1291</a>)</li> <li><a href="https://github.com/jelmer/dulwich/commit/09a534d34b6369a90d88e7948cbcfbb836c40fcf"><code>09a534d</code></a> Ship rust files. Fixes <a href="https://redirect.github.com/dulwich/dulwich/issues/1287">#1287</a> (<a href="https://redirect.github.com/dulwich/dulwich/issues/1290">#1290</a>)</li> <li><a href="https://github.com/jelmer/dulwich/commit/395b160b3c336905824f8760d608bf8bb011c585"><code>395b160</code></a> Build wheels for pull requests</li> <li><a href="https://github.com/jelmer/dulwich/commit/7a3ecf6188743df7ccda7bec8d74513d039dc143"><code>7a3ecf6</code></a> Ship rust files. Fixes <a href="https://redirect.github.com/dulwich/dulwich/issues/1287">#1287</a></li> <li><a href="https://github.com/jelmer/dulwich/commit/53d3dfeb852028f28da934577a1ea9429125c8ac"><code>53d3dfe</code></a> Handle alternate case for worktreeconfig setting (<a href="https://redirect.github.com/dulwich/dulwich/issues/1286">#1286</a>)</li> <li><a href="https://github.com/jelmer/dulwich/commit/4ce425c9c42dceb56fb53df7d7c7327261d56845"><code>4ce425c</code></a> ruff docstring formatting</li> <li><a href="https://github.com/jelmer/dulwich/commit/ca2e25ad393bb25c9a4d81918e8612fd6354de51"><code>ca2e25a</code></a> Handle alternate case for worktreeconfig setting</li> <li><a href="https://github.com/jelmer/dulwich/commit/3556e52bb65c98e478ed3ff184bbcddedbbe2231"><code>3556e52</code></a> Merge pull request <a href="https://redirect.github.com/dulwich/dulwich/issues/1284">#1284</a> from jelmer/pypi-deploys</li> <li><a href="https://github.com/jelmer/dulwich/commit/1fa6259ebfa5ddcefca8c0243f5699695e2f58fd"><code>1fa6259</code></a> Merge pull request <a href="https://redirect.github.com/dulwich/dulwich/issues/1283">#1283</a> from jelmer/start-0.22.1</li> <li>Additional commits viewable in <a href="https://github.com/dulwich/dulwich/compare/dulwich-0.21.7...dulwich-0.22.1">compare view</a></li> </ul> </details> <br /> 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>
2 parents 8dfd749 + 3954f03 commit 18a44bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distro==1.9.* ; sys_platform == 'linux'
2-
dulwich>=0.21.7,<0.21.8
2+
dulwich>=0.21.7,<0.22.2
33
giturlparse>=0.12,<0.13
44
imagesize>=1.4,<1.5
55
packaging>=20,<25

0 commit comments

Comments
 (0)