Skip to content

Bump the python-dependencies group across 1 directory with 3 updates - #295

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-dependencies-9290c8eb1d
Open

Bump the python-dependencies group across 1 directory with 3 updates#295
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-dependencies-9290c8eb1d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the python-dependencies group with 3 updates in the / directory: cyclopts, cython and gitpython.

Updates cyclopts from 4.22.5 to 4.23.3

Release notes

Sourced from cyclopts's releases.

v4.23.3

Bug Fixes

New Contributors

Full Changelog: BrianPugh/cyclopts@v4.23.2...v4.23.3

v4.23.2

What's Changed

New Contributors

Full Changelog: BrianPugh/cyclopts@v4.23.1...v4.23.2

v4.23.1

Bug Fixes

Full Changelog: BrianPugh/cyclopts@v4.23.0...v4.23.1

v4.23.0

Performing this as a minor release as it may break setups who rely on strict snapshot testing.

Bug Fixes

Full Changelog: BrianPugh/cyclopts@v4.22.5...v4.23.0

Commits
  • 749184f Handle a config file whose document root is empty or not a mapping
  • d729b79 Render flattened subapp commands in generated docs
  • 556cf21 Split JSON documents on newlines when rendering decode errors
  • e8bb801 Merge pull request #900 from wallento/main
  • a5b5365 Add full help-output test for deprecated docstring rendering
  • 56f4c62 Render deprecation metadata in all help formats
  • 7567141 Fix deprecated not being rendered
  • 22cfd43 Add type hints to help copy methods
  • 7e3b0a3 Skip var-keyword parameters in shell completion generation
  • ec9829e Merge pull request #891 from BrianPugh/fix-validators-set-dict-containers
  • Additional commits viewable in compare view

Updates cython from 3.2.9 to 3.3.0

Changelog

Sourced from cython's changelog.

3.3.0 (2026-08-22)

(Complete changelog for the 3.3.0 release, including pre-releases.)

Features added

  • PEP-634 Pattern Matching is implemented. (Github issue :issue:4029)

  • except * (PEP-654 exception groups) is implemented for Python 3.11 and later. (Github issue :issue:4993)

  • Unpacking in comprehensions (PEP-798) is implemented for list/set/dict comprehensions. It is not yet available for generator expressions. Original patch by Morax. (Github issue :issue:7898)

  • Changes were made to adapt to Python 3.15 and its Limited API. This does not yet cover abi3t. (Github issues :issue:6405, :issue:7190, :issue:7347, :issue:7348, :issue:7358)

  • Cython now uses a new export/import naming scheme for fused C functions that increases the resilience against seemingly compatible user code changes. The original names are kept for backwards compatibility. (Github issue :issue:7656)

  • Declared container item types (e.g. list[float] or tuple[atype, ...]) are now used by the type system. (Github issues :issue:7288, :issue:7798)

  • Type inference was improved for builtin Python types and their methods. (Github issues :issue:7536, :issue:7644, :issue:7887, :issue:7888)

  • Exception base types are inferred for the target variable of multi-exception except clauses and for collections of exceptions. Properties like .args and .context use direct C access in CPython. (Github issue :issue:7783)

  • Annotations on global variables are now used by type inference. (Github issue :issue:7877)

  • The feature set of the shared module can be selected at build time by listing named features to include or exclude. This is an experimental configuration, subject to further improvements. Failures to include used features will currently result in import failures. (Github issue :issue:7759)

  • To control the generation of the shared module, the cython command gained a sub-command cython generate-shared pkg/modulename.c with additional options

... (truncated)

Commits

Updates gitpython from 3.1.59 to 3.1.61

Release notes

Sourced from gitpython's releases.

3.1.61

Fix accidental removal of exploitable regex in Actor by bringing it back, and deprecating it.

What's Changed

New Contributors

Full Changelog: gitpython-developers/GitPython@3.1.60...3.1.61

3.1.60 Security

What's Changed

Full Changelog: gitpython-developers/GitPython@3.1.59...3.1.60

Commits
  • 5346d1b prepare next release
  • d81336b Merge pull request #2221 from gitpython-developers/re-add-regex
  • bc63b02 fix: restore Actor.name_email_regex (#2220)
  • a9fb008 Merge pull request #2219 from Vogtinator/main
  • db1a2cf fix: wait for git daemon to listen before connecting
  • 3481da9 Merge pull request #2218 from gitpython-developers/fix-repo-open
  • 56636c3 prepare new release
  • c7cf4d1 fix: prefer .git during repository discovery
  • d160fb4 Merge pull request #2217 from gitpython-developers/fix-advisory
  • 09f2cf3 fix: require opt-in for no-index diffs
  • 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 <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

Bumps the python-dependencies group with 3 updates in the / directory: [cyclopts](https://github.com/BrianPugh/cyclopts), [cython](https://github.com/cython/cython) and [gitpython](https://github.com/gitpython-developers/GitPython).


Updates `cyclopts` from 4.22.5 to 4.23.3
- [Release notes](https://github.com/BrianPugh/cyclopts/releases)
- [Commits](BrianPugh/cyclopts@v4.22.5...v4.23.3)

Updates `cython` from 3.2.9 to 3.3.0
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.2.9...3.3.0)

Updates `gitpython` from 3.1.59 to 3.1.61
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.59...3.1.61)

---
updated-dependencies:
- dependency-name: cyclopts
  dependency-version: 4.23.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: cython
  dependency-version: 3.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: gitpython
  dependency-version: 3.1.61
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 1, 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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants