Bump the python-packages group with 4 updates#607
Merged
keiranjprice101 merged 1 commit intomainfrom Feb 20, 2026
Merged
Conversation
Bumps the python-packages group with 4 updates: [fastapi[all]](https://github.com/fastapi/fastapi), [redis](https://github.com/redis/redis-py), [ruff](https://github.com/astral-sh/ruff) and [pytest-env](https://github.com/pytest-dev/pytest-env). Updates `fastapi[all]` from 0.128.5 to 0.129.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.128.5...0.129.0) Updates `redis` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.1.0...v7.1.1) Updates `ruff` from 0.15.0 to 0.15.1 - [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.0...0.15.1) Updates `pytest-env` from 1.2.0 to 1.3.2 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](pytest-dev/pytest-env@1.2.0...1.3.2) --- updated-dependencies: - dependency-name: fastapi[all] dependency-version: 0.129.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: redis dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-env dependency-version: 1.3.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
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 4 updates: fastapi[all], redis, ruff and pytest-env.
Updates
fastapi[all]from 0.128.5 to 0.129.0Release notes
Sourced from fastapi[all]'s releases.
... (truncated)
Commits
a2e5136🔖 Release version 0.129.0b7ce02a📝 Update release notes31d9750🔨 Update docs.py scripts to migrate Python 3.9 to Python 3.10 (#14906)109cc8a📝 Update release notesc82a3d8📝 Update highlights in webhooks docs (#14905)0e46065📝 Update release notesc9e2277📝 Update source examples and docs from Python 3.9 to 3.10 (#14900)d06ab3f📝 Update release notes3da206c🎨 Update internal types for Python 3.10 (#14898)cc903bd📝 Update release notesUpdates
redisfrom 7.1.0 to 7.1.1Release notes
Sourced from redis's releases.
Commits
7351a1eUpdating lib version to 7.1.1b81c856Disabled SCH in MultiDBClient underlying clients (#3938)0438784Added initial health check policies, refactored add_database method (#3906)76befb4Added logging for MultiDBClients (#3896)faee0fbRemove high-severity exception logging (#3865)Updates
rufffrom 0.15.0 to 0.15.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
a2f11d2Prepare for 0.15.1 (#23253)d29628eRemove docker-run-action (#23254)8a04266[ty] Allow discovering dependencies in system Python environments (#22994)55d06c8Ensure pending suppression diagnostics are reported (#23242)d056a9f[isort] support for configurable import section heading comments (#23151)e22fa4f[ty] Fix method calls on subclasses ofAny(#23248)fa56c15[ty] Fix bound method access onNone(#23246)4fd07d0Make range suppression test snapshot actually useful (#23251)8c63bce[ty] Include conditional symbols (likedatetime.UTC) in auto-import in more...46be943Exclude WASM artifacts from GitHub releases (#23221)Updates
pytest-envfrom 1.2.0 to 1.3.2Release notes
Sourced from pytest-env's releases.
Commits
1882fafUpdate pyproject.toml59db65eAdd test for env vars available during conftest imports (#194)16158a4♻️ refactor(plugin): consolidate TOML config parsing (#193)20f4890🔧 build(type): migrate from mypy to ty (#192)cd5d78c✨ feat(plugin): add .env file loading support (#191)9e52830🐛 fix(config): use inipath for TOML file discovery (#190)17f5568✨ feat(plugin): add U flag to unset env variables (#188)79af961✨ feat(config): support [tool.pytest] table in pyproject.toml (#189)4294e39[pre-commit.ci] pre-commit autoupdate (#186)c291176[pre-commit.ci] pre-commit autoupdate (#185)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