Skip to content

Commit

Permalink
build(deps): update dulwich requirement from <0.22.2,>=0.21.7 to >=0.…
Browse files Browse the repository at this point in the history
…21.7,<0.22.5 (#573)

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.4</h2>
<ul>
<li>
<p>Fix handling of symrefs with protocol v2.
(Jelmer Vernooij, <a
href="https://redirect.github.com/dulwich/dulwich/issues/1389">#1389</a>)</p>
</li>
<li>
<p>Add <code>ObjectStore.iter_prefix</code>.  (Jelmer Vernooij)</p>
</li>
<li>
<p>Revert back to version 3 of <code>Cargo.lock</code>, to allow
building with older Cargo versions.
(Jelmer Vernooij)</p>
</li>
<li>
<p>Use a default ref-prefix when fetching with git protocol v2
(Stefan Sperling, <a
href="https://redirect.github.com/dulwich/dulwich/issues/1389">#1389</a>)</p>
</li>
<li>
<p>Add <code>ObjectStore.iter_prefix</code>. (Jelmer Vernooij)</p>
</li>
</ul>
</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.4	2024-11-01</p>
<ul>
<li>
<p>Fix handling of symrefs with protocol v2.
(Jelmer Vernooij, <a
href="https://redirect.github.com/dulwich/dulwich/issues/1389">#1389</a>)</p>
</li>
<li>
<p>Add <code>ObjectStore.iter_prefix</code>.  (Jelmer Vernooij)</p>
</li>
<li>
<p>Revert back to version 3 of <code>Cargo.lock</code>, to allow
building with older Cargo versions.
(Jelmer Vernooij)</p>
</li>
<li>
<p>Use a default ref-prefix when fetching with git protocol v2
(Stefan Sperling, <a
href="https://redirect.github.com/dulwich/dulwich/issues/1389">#1389</a>)</p>
</li>
<li>
<p>Add <code>ObjectStore.iter_prefix</code>. (Jelmer Vernooij)</p>
</li>
</ul>
<p>0.22.3	2024-10-15</p>
<ul>
<li>Improve wheel building in CI, so we can upload wheels for the next
release.
(Jelmer Vernooij)</li>
</ul>
<p>0.22.2	2024-10-09</p>
<ul>
<li>
<p>Ship <code>Cargo.lock</code>. (Jelmer Vernooij, <a
href="https://redirect.github.com/dulwich/dulwich/issues/1287">#1287</a>)</p>
</li>
<li>
<p>Ship <code>tests/</code> and <code>testdata/</code> in sdist. (Jelmer
Vernooij, <a
href="https://redirect.github.com/dulwich/dulwich/issues/1292">#1292</a>)</p>
</li>
<li>
<p>Add initial integration with OSS-Fuzz for continuous fuzz testing and
first fuzzing test (David Lakin, <a
href="https://redirect.github.com/dulwich/dulwich/issues/1302">#1302</a>)</p>
</li>
<li>
<p>Drop Python 3.7 support. (Jelmer Vernooij)</p>
</li>
<li>
<p>Improve fuzzing coverage (David Lakin)</p>
</li>
<li>
<p>Support Python 3.13. (Edgar Ramírez-Mondragón, <a
href="https://redirect.github.com/dulwich/dulwich/issues/1352">#1352</a>)</p>
</li>
<li>
<p>Initial support for smart protocol v2. (Stefan Sperling)</p>
</li>
</ul>
<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.</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/3dd2600919d67da352eed0fc960f5523ad0f0a93"><code>3dd2600</code></a>
Release 0.22.4.</li>
<li><a
href="https://github.com/jelmer/dulwich/commit/e0e4a6b35f98a7ded85ee9e3bdd7711ee0ac3c5d"><code>e0e4a6b</code></a>
Upgrade disperse config (<a
href="https://redirect.github.com/dulwich/dulwich/issues/1408">#1408</a>)</li>
<li><a
href="https://github.com/jelmer/dulwich/commit/10835e22609116b2a513714124efd419aa5cd1ee"><code>10835e2</code></a>
Update NEWS (<a
href="https://redirect.github.com/dulwich/dulwich/issues/1407">#1407</a>)</li>
<li><a
href="https://github.com/jelmer/dulwich/commit/17a1f6f399800e678901caf2eb0508565a2d9b67"><code>17a1f6f</code></a>
Migrate to disperse.toml</li>
<li><a
href="https://github.com/jelmer/dulwich/commit/6b82c99897d9da11ac974e10e45c24f258acaf35"><code>6b82c99</code></a>
Update NEWS</li>
<li><a
href="https://github.com/jelmer/dulwich/commit/f0f2d52a438b7d7ee0001c85b65a05b77143f8b2"><code>f0f2d52</code></a>
Revert back to Cargo.lock format version 3 (<a
href="https://redirect.github.com/dulwich/dulwich/issues/1406">#1406</a>)</li>
<li><a
href="https://github.com/jelmer/dulwich/commit/a9ccf80c85b79d721cc87f5a5bfc3cb39c3b32d9"><code>a9ccf80</code></a>
Revert back to Cargo.lock format version 3</li>
<li><a
href="https://github.com/jelmer/dulwich/commit/e2ccec69613a10d8e0abc5a480b66ca55b9a7589"><code>e2ccec6</code></a>
use a default ref-prefix when fetching with git protocol v2 (<a
href="https://redirect.github.com/dulwich/dulwich/issues/1404">#1404</a>)</li>
<li><a
href="https://github.com/jelmer/dulwich/commit/d13d45484f4b12c1d19d0b2745abc08f3d92207d"><code>d13d454</code></a>
Test symrefs handling for git protocol v2 (<a
href="https://redirect.github.com/dulwich/dulwich/issues/1403">#1403</a>)</li>
<li><a
href="https://github.com/jelmer/dulwich/commit/2447376a9e03c1c05e18d3505684688f64120665"><code>2447376</code></a>
use a default ref-prefix when fetching with git protocol v2</li>
<li>Additional commits viewable in <a
href="https://github.com/dulwich/dulwich/compare/dulwich-0.21.7...dulwich-0.22.4">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>
  • Loading branch information
Guts authored Nov 1, 2024
2 parents 5b48c8f + d240a69 commit 2d91ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distro==1.9.* ; sys_platform == 'linux'
dulwich>=0.21.7,<0.22.2
dulwich>=0.21.7,<0.22.5
giturlparse>=0.12,<0.13
imagesize>=1.4,<1.5
packaging>=20,<25
Expand Down

0 comments on commit 2d91ba2

Please sign in to comment.