Deps: Bump the python-packages group with 5 updates#78
Merged
Conversation
Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.12` | `0.115.13` | | [mypy](https://github.com/python/mypy) | `1.16.0` | `1.16.1` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.33.2` | `2.35.1` | | [pygments](https://github.com/pygments/pygments) | `2.19.1` | `2.19.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.13` | `0.12.0` | Updates `fastapi` from 0.115.12 to 0.115.13 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.12...0.115.13) Updates `mypy` from 1.16.0 to 1.16.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.0...v1.16.1) Updates `pydantic-core` from 2.33.2 to 2.35.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.33.2...v2.35.1) Updates `pygments` from 2.19.1 to 2.19.2 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.1...2.19.2) Updates `ruff` from 0.11.13 to 0.12.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.13...0.12.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.115.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-version: 1.16.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pydantic-core dependency-version: 2.35.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pygments dependency-version: 2.19.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
greenbonebot
enabled auto-merge (rebase)
June 23, 2025 04:44
bjoernricks
approved these changes
Jun 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-packages group with 5 updates:
0.115.120.115.131.16.01.16.12.33.22.35.12.19.12.19.20.11.130.12.0Updates
fastapifrom 0.115.12 to 0.115.13Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
4734df1🔖 Release version 0.115.13cdf6b31📝 Update release notesdfe9dde📝 Add annotations to HTTP middleware example (#11530)9957956📝 Update release notesaebff50✨ AddrefreshUrlparameter inOAuth2PasswordBearer(#11460)64834d4📝 Update release notes30b9dfb🚸 Set format to password for fieldspasswordandclient_secretin `OAuth2...6b5b26f📝 Update release notes3f908a4📝 Clarify in CORS docs that wildcards and credentials are mutually exclusive ...01c3ad2📝 Update release notesUpdates
mypyfrom 1.16.0 to 1.16.1Commits
68b8fa0Bump version to 1.16.1e253edeSingle underscore is not a sunder (#19273)9fb5ff6Fix properties with setters after deleters (#19248)c20fd78Handle assignment of bound methods in class bodies (#19233)c86480cTighten metaclass call handling in protocols (#19191)cb3c6ecFix crash on partial type used as context (#19216)c39f5e7[mypyc] Fixing condition for handling user-defined del (#19188)0a4f284Fix crash on invalid property inside its own body (#19208)9b079f6Bump version to 1.16.1+devUpdates
pydantic-corefrom 2.33.2 to 2.35.1Release notes
Sourced from pydantic-core's releases.
Commits
3415428Bump version to v2.35.1 (#1737)fff2a3cFix generic issues withValidationInfoandSerializationInfo(#1736)6ecf7f9remove twine install from release job in cie8e4d3dfix release job in CI (#1735)1802ea5Fix release CI (#1733)0509d90Bump version to v2.35.0 (#1732)477b9b3MakeValidationInfoandSerializationInfogeneric forcontext(#1686)a7bd9f8Update repr ofTzInfo(#1701)d7bfe90Addensure_asciioption (#1689)52e9a53drop pypy3.9 support, add pypy3.11 support (#1726)Updates
pygmentsfrom 2.19.1 to 2.19.2Release notes
Sourced from pygments's releases.
Changelog
Sourced from pygments's changelog.
Commits
cfca62ePrepare v2.19.2 release.6688300Disable pyodide (currently broken.)66997c3Update ruff version.94dda77Update CHANGES.26634c8Merge pull request #2882 from thavelick/fix_lua_runaway_regexb6a51ecfix lua regex causing runaway backtracking.edef94dInvestigation for #2839.fb6a00eMerge pull request #2837 from dlazin/sql-cleanupbf7aa23Clean up sql.pyUpdates
rufffrom 0.11.13 to 0.12.0Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
87f0febBump 0.12.0 (#18724)685eac1Revert "[ty] Offer "Did you mean...?" suggestions for unresolvedfromimpor...a93992f[flake8-return] Stabilize only addreturn Noneat the end when fixing `im...50f8480[pyupgrade] Stabilizenon-pep695-generic-function(UP047) (#18524)6754e94[pyupgrade] Stabilizenon-pep695-generic-class(UP046) (#18519)33c8c75[pandas-vet] Deprecatepandas-df-variable-name(PD901) (#18618)34dc8e0[flake8-bandit] Removesuspicious-xmle-tree-usage(S320) (#18617)b01195bStabilizedataclass-enum(RUF049) (#18570)ce176b1Stabilizeunnecessary-dict-index-lookup(PLR1733) (#18571)7072cf6Remove rust-toolchain.toml from sdist (#17925)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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