Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Updates the requirements on dulwich, typer and sphinx to permit the latest version.
Updates dulwich to 0.25.2

Release notes

Sourced from dulwich's releases.

dulwich-0.25.1

What's Changed

Full Changelog: jelmer/dulwich@dulwich-0.25.1...dulwich-0.25.2

Changelog

Sourced from dulwich's changelog.

0.25.2 2026-01-11

  • Fix test failure when GPG raises InvalidSigners instead of GPGMEError on systems without usable secret keys. (#2063)

  • Object store close() methods can now be called multiple times safely. Object stores now raise ResourceWarning when destroyed with unclosed resources. (Jelmer Vernooij)

0.25.1 2026-01-08

  • Add signature vendor system for signing and verifying Git objects. Supports GPG, SSH signatures, and X.509 certificates. (Jelmer Vernooij)

  • Add support for partial clone with object filtering. (Jelmer Vernooij)

  • Fix sparse pattern matching in worktree operations. (Jelmer Vernooij)

  • dulwich.porcelain.status now returns regular strings. (Jelmer Vernooij, #889)

  • Fix AssertionError when accessing ref names with length matching binary hash length (e.g., 32 bytes for SHA-256). (Jelmer Vernooij, #2040)

  • Fix commit graph parsing failure when processing commits with 3+ parents (octopus merges) with incomplete EXTRA_EDGE_LIST chunk data. (Jelmer Vernooij, #2054)

  • Add parse_commit_broken function to parse broken commits. (Valentin Lorentz, Jelmer Vernooij)

  • Add basic dulwich.aiohttp module that provides server support. (Jelmer Vernooij)

  • Add callback-based authentication support for HTTP and proxy authentication in Urllib3HttpGitClient. This allows applications to handle authentication dynamically without intercepting exceptions. Callbacks receive the authentication scheme information (via WWW-Authenticate or Proxy-Authenticate headers) and can provide credentials or cancel. (Jelmer Vernooij, #822)

0.25.0 2025-12-17

PLEASE NOTE: This release makes quite a lot of changes to public APIs. This is ahead of a 1.0 release, after which API changes will be kept backwards compatible.

  • Split out worktree module from porcelain into separate dulwich.worktree module for better code organization. (Jelmer Vernooij, #2037)

... (truncated)

Commits
  • 287097f release 0.25.2
  • 4469d3e Make object store close() idempotent and warn on unclosed resources (#2065)
  • 0afe402 Make object store close() idempotent and warn on unclosed resources
  • b33d9b7 Fix GPG signature test to handle InvalidSigners exception (#2064)
  • 4733946 Fix GPG signature test to handle InvalidSigners exception
  • e779538 release 0.25.1
  • d191afb Update NEWS
  • 14cb917 Stop publishing main
  • 6d1bfa1 Fix obsolete fix-history script
  • 9856b9d Ban porcelain/cli in lower level tests (#2060)
  • Additional commits viewable in compare view

Updates typer to 0.21.1

Release notes

Sourced from typer's releases.

0.21.1

Fixes

  • 🐛 Fix escaping in help text when rich is installed but not used. PR #1089 by @​svlandeg.

Internal

Changelog

Sourced from typer's changelog.

0.21.1

Fixes

  • 🐛 Fix escaping in help text when rich is installed but not used. PR #1089 by @​svlandeg.

Internal

0.21.0

Breaking Changes

Docs

Internal

0.20.1

Features

  • ✨ Add support for standard tracebacks via the env TYPER_STANDARD_TRACEBACK. PR #1299 by @​colin-nolan.

Fixes

  • 🐛 Ensure that options_metavar is passed through correctly. PR #816 by @​gar1t.

... (truncated)

Commits

Updates sphinx to 9.1.0

Release notes

Sourced from sphinx's releases.

Sphinx 9.1.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support. Patch by Adam Turner

Features added

  • Add add_static_dir() for copying static assets from extensions to the build output. Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate :no-index-entry: for modules. Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
  • Fix tests for Python 3.15. Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing. Patch by Adam Turner
  • Remove incorrect static typing assertions. Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
  • #14207: Fix creating HTMLThemeFactory objects in third-party extensions. Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
  • LaTeX: Fix accidental removal at 3.5.0 (#8854) of the documentation of literalblockcappos key of sphinxsetup. Patch by Jean-François B.
Changelog

Sourced from sphinx's changelog.

Release 9.1.0 (released Dec 31, 2025)

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support. Patch by Adam Turner

Features added

  • Add :meth:~sphinx.application.Sphinx.add_static_dir for copying static assets from extensions to the build output. Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate :no-index-entry: for modules. Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
  • Fix tests for Python 3.15. Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing. Patch by Adam Turner
  • Remove incorrect static typing assertions. Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
  • #14207: Fix creating HTMLThemeFactory objects in third-party extensions. Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
  • LaTeX: Fix accidental removal at 3.5.0 (#8854) of the documentation of literalblockcappos key of :ref:'sphinxsetup' <latexsphinxsetup>. Patch by Jean-François B.
Commits
  • cc7c6f4 Bump to 9.1.0 final
  • b127b94 Add app.add_static_dir() for copying extension static files (#14219)
  • 20f1c46 LaTeX: Inhibit breaks for rows with merged vertical cells (#14227)
  • 3c85411 Polish CHANGES.rst (#14225)
  • 9ee5446 LaTeX: restore 1.7 documentation of literalblockcappos (#14224)
  • d75d602 LaTeX: improve (again...) some code comments in time for 9.1.0 (#14222)
  • 8dca61d Improve some LaTeX code comments (#14220)
  • 8ab9600 Bump to 9.1.0 candidate 2
  • d59b237 autodoc: Improve support for non-weakreferencable objects
  • 964424b Use the correct reference for using existing extensions (#14157)
  • 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 <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), [typer](https://github.com/fastapi/typer) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.

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

Updates `typer` to 0.21.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.0.2...0.21.1)

Updates `sphinx` to 9.1.0
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.1.3...v9.1.0)

---
updated-dependencies:
- dependency-name: dulwich
  dependency-version: 0.25.2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: typer
  dependency-version: 0.21.1
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: sphinx
  dependency-version: 9.1.0
  dependency-type: direct:development
  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 Jan 13, 2026
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