Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Updates the requirements on dulwich to permit the latest version.

Release notes

Sourced from dulwich's releases.

0.23.1

What's Changed

Full Changelog: jelmer/dulwich@dulwich-0.23.0...dulwich-0.23.1

Changelog

Sourced from dulwich's changelog.

0.23.1 2025-06-30

  • Support untracked_files="normal" argument to porcelain.status, and make this the default. (Jelmer Vernooij, #835)

  • Fix parse_commit to properly dereference annotated tags when checking out tags. Previously, checking out an annotated tag would fail with a KeyError. (Jelmer Vernooij, #1638)

  • Handle different file type transitions properly in update_working_tree (Jelmer Vernooij, #1638)

  • Fix KeyError when pulling from a shallow clone. Handle missing commits gracefully in graph traversal operations for shallow repositories. (Jelmer Vernooij, #813)

  • Return symrefs from ls_refs. (Jelmer Vernooij, #863)

  • Support short commit hashes in porcelain.reset(). (Jelmer Vernooij, #1154)

  • Support dumb repository access. (Jelmer Vernooij, #1097)

  • Fix TypeError when cloning repositories with bytes paths on Windows. (Jelmer Vernooij, #973)

  • Support depth for local clones. (Jelmer Vernooij)

  • Add basic support for managing Notes. (Jelmer Vernooij)

  • Add basic cherry-pick subcommand. (#1599, Jelmer Vernooij)

  • Add revert command to dulwich.porcelain and CLI. (#1599, Jelmer Vernooij)

  • Add annotate support as well as annotate and blame commands. (#245, Jelmer Vernooij)

  • Fix apply_delta to raise ApplyDeltaError instead of AssertionError when the source buffer size doesn't match the delta header. This issue only affected the pure Python implementation when the Rust extension was not available. The Rust implementation already raised the correct exception. (#1606, Jelmer Vernooij)

  • Fix porcelain.reset --hard to properly delete files that don't exist in the target tree. Previously, when resetting to a remote branch, files deleted

... (truncated)

Commits
  • 35c2a92 release 0.23.1
  • 1579231 deps(deps): bump ruff from 0.12.0 to 0.12.1 (#1642)
  • 84b5bd6 Fix update workingtree (#1641)
  • a447734 Fix tests on Windows
  • c6ce5cc Handle different file type transitions properly in update_working_tree
  • cde3e88 Add ensure_submodule_placeholder function to dulwich.submodule
  • f9e5129 fix: handle missing sshCommand in config (#1640)
  • e9a591e fix: handle missing sshCommand in config
  • 5d6e45e Fix parse_commit to properly dereference annotated tags (#1639)
  • 0790fb9 Fix parse_commit to properly dereference annotated tags
  • Additional commits viewable in compare view

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 commands and options

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)

Updates the requirements on [dulwich](https://github.com/dulwich/dulwich) to permit the latest version.
- [Release notes](https://github.com/dulwich/dulwich/releases)
- [Changelog](https://github.com/jelmer/dulwich/blob/master/NEWS)
- [Commits](jelmer/dulwich@dulwich-0.22.5...dulwich-0.23.1)

---
updated-dependencies:
- dependency-name: dulwich
  dependency-version: 0.23.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Project dependencies. label Jul 1, 2025
Copy link

sonarqubecloud bot commented Jul 1, 2025

@github-actions github-actions bot added packaging Making the toolbelt usable on different ways and platforms. tooling Development tooling labels Jul 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

Superseded by #680.

@dependabot dependabot bot closed this Aug 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/dulwich-gte-0.22.5-and-lt-0.23.2 branch August 1, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Project dependencies. packaging Making the toolbelt usable on different ways and platforms. tooling Development tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants