Skip to content

Commit

Permalink
chore(deps): update dependency dulwich to v0.22.1 (#133)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dulwich](https://togithub.com/dulwich/dulwich) | `==0.22.0` ->
`==0.22.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/dulwich/0.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/dulwich/0.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/dulwich/0.22.0/0.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/dulwich/0.22.0/0.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dulwich/dulwich (dulwich)</summary>

###
[`v0.22.1`](https://togithub.com/jelmer/dulwich/releases/tag/dulwich-0.22.1):
0.22.1

[Compare
Source](https://togithub.com/dulwich/dulwich/compare/dulwich-0.22.0...dulwich-0.22.1)

#### What's Changed

- Fix pypi deployments by [@&#8203;jelmer](https://togithub.com/jelmer)
in
[jelmer/dulwich#1284
- Handle alternate case for worktreeconfig setting by
[@&#8203;wshanks](https://togithub.com/wshanks) in
[jelmer/dulwich#1286
- Ship rust files. Fixes
[#&#8203;1287](https://togithub.com/dulwich/dulwich/issues/1287) by
[@&#8203;jelmer](https://togithub.com/jelmer) in
[jelmer/dulwich#1290

#### New Contributors

- [@&#8203;wshanks](https://togithub.com/wshanks) made their first
contribution in
[jelmer/dulwich#1286

**Full Changelog**:
jelmer/dulwich@dulwich-0.22.0...dulwich-0.22.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Hapag-Lloyd/test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent 6481c12 commit d2bfd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ansi==0.3.7",
"Pygments==2.17.2",
"pygments-markdown-lexer==0.1.0.dev39", # sytax coloring to debug md
"dulwich==0.22.0", # python implementation of git
"dulwich==0.22.1", # python implementation of git
"deepmerge==1.1.1",
]

Expand Down

0 comments on commit d2bfd51

Please sign in to comment.