Bump the python-packages group with 5 updates#338
Merged
Conversation
Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.13.0` | `2.13.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.46` | `2.0.47` | | [fastapi](https://github.com/fastapi/fastapi) | `0.129.0` | `0.133.1` | | [faker](https://github.com/joke2k/faker) | `40.4.0` | `40.5.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.15.2` | Updates `pydantic-settings` from 2.13.0 to 2.13.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.13.0...v2.13.1) Updates `sqlalchemy` from 2.0.46 to 2.0.47 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `fastapi` from 0.129.0 to 0.133.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.129.0...0.133.1) Updates `faker` from 40.4.0 to 40.5.1 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v40.4.0...v40.5.1) Updates `ruff` from 0.15.1 to 0.15.2 - [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.15.1...0.15.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: sqlalchemy dependency-version: 2.0.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: fastapi dependency-version: 0.133.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: faker dependency-version: 40.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
MTSOnGithub
approved these changes
Feb 26, 2026
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:
2.13.02.13.12.0.462.0.470.129.00.133.140.4.040.5.10.15.10.15.2Updates
pydantic-settingsfrom 2.13.0 to 2.13.1Commits
e87d12dv2.13.1 (#790)acf8c14Fix JSON decoding for parameterized PEP 695 type aliases (#780)58b236aFix AttributeError with nested env vars for dict fields (#785) (#786)4933f06Fix CLI parsing error for set field types since 2.13.0 (#787) (#788)bd0ebe6Fix RecursionError with self-referential models in CliApp (#783)eb7840eFix regression for bool fields since 2.13.0 (#784)Updates
sqlalchemyfrom 2.0.46 to 2.0.47Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
fastapifrom 0.129.0 to 0.133.1Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
a4ad07b📝 Update release notes728b097🔖 Release version 0.133.184a8760📝 Update release notes4d78ca6📝 Update release notes4fce9ce🔧 Add FastAPI Agents Skill (#14982)2b47673📝 Update release notes1fa1065✅ Fix all tests are skipped on Windows (#14994)daba0aa🔖 Release version 0.133.00c3581d📝 Update release notesc73bc94⬆️ Add support for Starlette 1.0.0+ (#14987)Updates
fakerfrom 40.4.0 to 40.5.1Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
5f403beBump version: 40.5.0 → 40.5.1a573f1f📝 Update CHANGELOG.md143c483Bump version: 40.4.0 → 40.5.0298613b📝 Update CHANGELOG.md8823340Fix_get_local_timezone()missingreturnstatement (#2327)83b3ca3💄 lint codef2c15dftest: add unit tests for slugify utility function (#2323)9ae0122docs: Add AI Provider to community providers list (#2321)40ffcaaDocs: Add faker-ecommerce-provider to community providers (#2319)f62ecf9fix: add missing formats and remove duplicates inuser_name_formats(#2318)Updates
rufffrom 0.15.1 to 0.15.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9d18ee9Hard code workflow name andcancel-in-progressonly for PRs (#23431)7cc15f0Bump 0.15.2 (#23430)d1b5443Add extension mapping to configuration file options (#23384)222574aExpand the default rule set (#23385)1465b5d[flake8-async] Fixin_async_contextlogic (#23426)410902f[pyupgrade] Fix handling oftyping.{io,re}(UP035) (#23131)729610a[ty] Fall back to ambiguous for large control flow graphs (#23399)1425c18[ty] Add code folding support97acaae[ty] Fix stack overflow for self-referentialTypeOfin annotations (#23407)1f380c8[ty] Update testsreveal_typeandNever(#23418)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 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