Bump the python group across 1 directory with 7 updates#25
Bump the python group across 1 directory with 7 updates#25dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [pydantic-settings[yaml]](https://github.com/pydantic/pydantic-settings), [uvicorn[standard]](https://github.com/Kludex/uvicorn), [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy), [boto3](https://github.com/boto/boto3), [boto3-stubs[dynamodb]](https://github.com/youtype/mypy_boto3_builder), [moto[dynamodb]](https://github.com/getmoto/moto) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pydantic-settings[yaml]` to 2.13.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.9.0...v2.13.1) Updates `uvicorn[standard]` to 0.44.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.34.0...0.44.0) Updates `sqlalchemy[asyncio]` to 2.0.49 - [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 `boto3` from 1.42.85 to 1.42.88 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.85...1.42.88) Updates `boto3-stubs[dynamodb]` to 1.42.88 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `moto[dynamodb]` to 5.1.22 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.1.0...5.1.22) Updates `ruff` from 0.15.9 to 0.15.10 - [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.9...0.15.10) --- updated-dependencies: - dependency-name: pydantic-settings[yaml] dependency-version: 2.13.1 dependency-type: direct:production dependency-group: python - dependency-name: uvicorn[standard] dependency-version: 0.44.0 dependency-type: direct:production dependency-group: python - dependency-name: sqlalchemy[asyncio] dependency-version: 2.0.49 dependency-type: direct:production dependency-group: python - dependency-name: boto3 dependency-version: 1.42.88 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: boto3-stubs[dynamodb] dependency-version: 1.42.88 dependency-type: direct:development dependency-group: python - dependency-name: moto[dynamodb] dependency-version: 5.1.22 dependency-type: direct:development dependency-group: python - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
d728429 to
cdb2c3b
Compare
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
8 similar comments
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Updates the requirements on pydantic-settings[yaml], uvicorn[standard], sqlalchemy[asyncio], boto3, boto3-stubs[dynamodb], moto[dynamodb] and ruff to permit the latest version.
Updates
pydantic-settings[yaml]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)198e71cPrepare release 2.13.0 (#777)de71e84Add nested path support for yaml_config_section (fixes #772) (#773)0f8f951CLI Union Discriminator Choices in Help (#764)ce9804cCLI coerce numeric types. (#769)Updates
uvicorn[standard]to 0.44.0Release notes
Sourced from uvicorn[standard]'s releases.
Changelog
Sourced from uvicorn[standard]'s changelog.
... (truncated)
Commits
edb54c4Version 0.44.0 (#2890)029be08Implement websocket keepalive pings for websockets-sansio (#2888)8d397c7Version 0.43.0 (#2885)587042d🐛 Emithttp.disconnectASGIreceive()event on server shutting down for s...c9a75fbchore(deps): bump the github-actions group with 3 updates (#2878)84fd578chore(deps): bump pygments from 2.19.2 to 2.20.0 (#2877)cd52d34Use nativecontextparameter forcreate_taskon Python 3.11+ (#2859)5211880Drop cast in ASGI types (#2875)1cb8e74Add websocket 500 fallback header test (#2874)28efbb2chore(deps-dev): bump cryptography from 46.0.5 to 46.0.6 (#2873)Updates
sqlalchemy[asyncio]to 2.0.49Release notes
Sourced from sqlalchemy[asyncio]'s releases.
... (truncated)
Commits
Updates
boto3from 1.42.85 to 1.42.88Commits
f92a06cMerge branch 'release-1.42.88'9bdec29Bumping version to 1.42.88d880788Add changelog entries from botocore39a4122chore: add additional text to CONTRIBUTING.rst (#4749)8d65320Merge branch 'release-1.42.87'fdcbb88Merge branch 'release-1.42.87' into developaff7ae5Bumping version to 1.42.87a58071dAdd changelog entries from botocorebf26a45Add boto3 version clarification for login with console credentials (#4758)a4315bcMerge branch 'release-1.42.86'Updates
boto3-stubs[dynamodb]to 1.42.88Commits
Updates
moto[dynamodb]to 5.1.22Changelog
Sourced from moto[dynamodb]'s changelog.
... (truncated)
Commits
28d5ca8Pre-Release: Up Version Numberf58dc18Prep release 5.1.22 (#9824)84cbb40chore: update SSM default parameters (#9828)2f32dc1chore: update EC2 Instance Types (#9827)2a1c7cachore: update EC2 Instance Offerings (#9826)e063c5achore: update EMR Instance Types (#9825)681b47aAPI Gateway: implement DeleteModel operation (#9823)d652e4aSTS: implement GetAccessKeyInfo operation (#9822)40a6520Implement AthenaTagResourceandUntagResource(#9796)dc425e8Modernize Java tests (#9817)Updates
rufffrom 0.15.9 to 0.15.10Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
252f761Bump 0.15.10 (#24519)37a1ec8[ty] Fix assignability of intersections with bounded typevars (#24502)f518cc9[ty] Allow partially stringifiedtype[…]annotations (#24518)16c4090docs: fix JSON typo in settings example (#24517)99d97bd[ty] Tighten up a few edge cases inConcatenatetype-expression parsing (#2...2714e34[ty] Enablepull-diagnosticsby default in E2E tests (#24516)d8bc700LSP: Add support for custom extensions (#24463)a45f96d[ty] stop special-casing str constructor (#24514)87a0f01[ruff] Treat f-string interpolation as potential side effect in RUF019 (#24426)e9ba848[ty] Fix excess subscript argument inference for non-generic types (#24354)