Skip to content

build(deps): update dulwich requirement from <0.23,>=0.21.7 to >=0.21.7,<1.2 in /requirements#383

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/requirements/dulwich-gte-0.21.7-and-lt-1.2
Closed

build(deps): update dulwich requirement from <0.23,>=0.21.7 to >=0.21.7,<1.2 in /requirements#383
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/requirements/dulwich-gte-0.21.7-and-lt-1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on dulwich to permit the latest version.

Release notes

Sourced from dulwich's releases.

1.1.0

What's Changed

New Contributors

Full Changelog: jelmer/dulwich@dulwich-1.0.0...dulwich-1.1.0

Changelog

Sourced from dulwich's changelog.

1.1.0 2026-02-17

  • Add support for core.commentChar configuration option in commit message templates. (Jelmer Vernooij, #1852)

  • Add basic support for subtrees. (Jelmer Vernooij)

  • Implement server-side Git hooks (pre-receive, update, post-receive) in ReceivePackHandler. Pre-receive hooks can abort entire pushes, update hooks can decline individual ref updates, and post-receive hooks run after successful pushes. Hook output is sent to clients via sideband channels. (Jelmer Vernooij, #212)

  • Report progress during pack file downloads. Dulwich now displays real-time transfer progress (bytes received, transfer speed) when cloning or fetching repositories, matching Git's behavior. (Jelmer Vernooij, #1121)

  • Add client-side support for Git protocol v2 packfile-uris capability, allowing servers to offload packfile distribution to CDNs or external storage. Includes hash verification before writing to repository to prevent data corruption. (Jelmer Vernooij, #1794)

  • Add bundle URI support for faster clones and fetches. The new dulwich.bundle_uri module implements the Git bundle URI specification, allowing clients to download pre-computed bundles from HTTP(S) URLs to bootstrap repository data before fetching remaining objects. (Jelmer Vernooij)

  • Add --unshallow support to fetch command, allowing conversion of shallow repositories to complete ones by fetching all missing history. (Jelmer Vernooij, #1800)

  • Support GIT_TRACE_PACKET in dulwich.cli. (Jelmer Vernooij)

  • Fix porcelain.checkout incorrectly skipping files whose paths start with .git (such as .github/, .gitignore, .gitattributes) during working tree and index updates, leaving staged changes after a clean checkout. (Jelmer Vernooij)

  • Fix cloning of SHA-256 repositories by including object-format and agent capabilities in Git protocol v2 ls-refs and fetch commands. (Jelmer Vernooij)

1.0.0 2026-01-17

  • Release of 1.0!

    From here on, Dulwich will not break backwards compatibility until 2.0 - although we may print DeprecationWarning when using deprecated

... (truncated)

Commits
  • 7dddd93 release 1.1.0
  • b281a4e Fix checkout skipping files with paths starting with '.git' (#2098)
  • dec35ce Fix checkout skipping files with paths starting with '.git'
  • 3056440 Server side hooks (#2097)
  • fb8fb20 Implement server-side git hooks (pre-receive, update, post-receive)
  • 7a9e41c Disable git-lfs filter process in LFS status tests to fix flaky Windows failu...
  • 30f1e2f Disable git-lfs filter process in LFS status tests to fix flaky Windows failures
  • 01daf57 Macos wheels fix (#2095)
  • d476e15 Fix mac os X wheel build
  • 0764e71 Add progress reporting during pack file downloads (#2094)
  • 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 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/main/NEWS)
- [Commits](jelmer/dulwich@dulwich-0.21.7...dulwich-1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #396.

@dependabot dependabot Bot closed this Jun 1, 2026
@dependabot dependabot Bot deleted the dependabot/pip/requirements/dulwich-gte-0.21.7-and-lt-1.2 branch June 1, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies UI User interface: forms, widgets...

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants