Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Updates the requirements on dulwich to permit the latest version.
Updates dulwich to 0.24.10

Release notes

Sourced from dulwich's releases.

0.24.10

Full Changelog: jelmer/dulwich@dulwich-0.24.9...dulwich-0.24.10

Changelog

Sourced from dulwich's changelog.

0.24.10 2025-11-10

  • Fix compatibility with python 3.9. (Jelmer Vernooij, #1991)

0.24.9 2025-11-10

  • Fix passing key_filename and ssh_command parameters to SSHGitClient. (Saugat Pachhai)

  • Relax check to support subclasses of Urllib3HttpGitClient. Fixes regression from 0.24.2 where subclasses of Urllib3HttpGitClient would not receive the config object. (Saugat Pachhai)

  • Fix test_concurrent_ref_operations_compatibility test flakiness. (Jelmer Vernooij)

  • Fix warnings in test suite. (Jelmer Vernooij)

0.24.8 2025-10-29

  • Add Rust implementation of pack delta creation (create_delta). The implementation uses the similar crate for efficient diff computation. (Jelmer Vernooij)

  • Extend http.extraHeader configuration to support per-URL settings. Allows configuring different HTTP headers for specific URLs using http.<url>.extraHeader syntax, enabling authentication in CI/CD environments like GitHub Actions. More specific URL configurations override less specific ones. (Jelmer Vernooij, #882)

  • Add support for GIT_REFLOG_ACTION environment variable in porcelain functions. (Jelmer Vernooij, #1811)

  • Add support for namespace isolation via NamespacedRefsContainer. Implements Git's namespace feature for isolating refs within a single repository using the refs/namespaces/ prefix. (Jelmer Vernooij, #1809)

  • Add support for GIT_FLUSH environment variable to control output buffering in CLI commands. When GIT_FLUSH=1, output is flushed after each write for real-time visibility. (Jelmer Vernooij, #1810)

  • Implement dulwich interpret-trailers functionality to parse and manipulate structured metadata (trailers) in commit messages. Adds porcelain.interpret_trailers() with support for parsing, adding, replacing, and formatting trailers. Also fixes the signoff parameter in porcelain.commit() to add Signed-off-by trailers. (Jelmer Vernooij, #1826)

  • Add support for recursive submodule updates via --recursive flag in dulwich submodule update command and recursive parameter in porcelain.submodule_update().

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [dulwich](https://github.com/dulwich/dulwich) to permit the latest version.

Updates `dulwich` to 0.24.10
- [Release notes](https://github.com/dulwich/dulwich/releases)
- [Changelog](https://github.com/jelmer/dulwich/blob/master/NEWS)
- [Commits](jelmer/dulwich@dulwich-0.22.6...dulwich-0.24.10)

---
updated-dependencies:
- dependency-name: dulwich
  dependency-version: 0.24.10
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant