From 788aa83986ae887a140493cce379132f387ec0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:04:31 +0000 Subject: [PATCH] pip: bump the pip-updates group across 1 directory with 7 updates Updates the requirements on [anyio](https://github.com/agronholm/anyio), [cffi](https://github.com/python-cffi/cffi), [fastapi](https://github.com/fastapi/fastapi), [typing-extensions](https://github.com/python/typing_extensions), [uvicorn](https://github.com/Kludex/uvicorn), [ruff](https://github.com/astral-sh/ruff) and [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. Updates `anyio` from 4.14.1 to 4.14.2 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.14.1...4.14.2) Updates `cffi` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.0.0...v2.1.0) Updates `fastapi` from 0.139.0 to 0.139.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.139.2) Updates `typing-extensions` from 4.15.0 to 4.16.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.15.0...4.16.0) Updates `uvicorn` from 0.49.0 to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.49.0...0.51.0) Updates `ruff` to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.20...0.15.22) Updates `coverage` to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.3...7.15.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: cffi dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:production dependency-group: pip-updates - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- registrar/requirements.txt | 10 +++++----- registrar/test-requirements.txt | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/registrar/requirements.txt b/registrar/requirements.txt index e89036ed..353fdfb6 100644 --- a/registrar/requirements.txt +++ b/registrar/requirements.txt @@ -1,13 +1,13 @@ annotated-types==0.7.0 -anyio==4.14.1 +anyio==4.14.2 certifi==2026.6.17 -cffi==2.0.0 +cffi==2.1.0 click==8.4.2 configomatic==0.4.0 cryptography==49.0.0 easykube==0.6.0 exceptiongroup==1.3.1 -fastapi==0.139.0 +fastapi==0.139.2 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 @@ -16,5 +16,5 @@ pycparser==3.0 pydantic==2.13.4 PyYAML==6.0.3 sniffio==1.3.1 -typing_extensions==4.15.0 -uvicorn==0.49.0 +typing_extensions==4.16.0 +uvicorn==0.51.0 diff --git a/registrar/test-requirements.txt b/registrar/test-requirements.txt index a4919d5f..a26f51b1 100644 --- a/registrar/test-requirements.txt +++ b/registrar/test-requirements.txt @@ -1,5 +1,5 @@ -ruff~=0.15.20 -coverage!=4.4,>=7.14.3 # Apache-2.0 +ruff~=0.15.22 +coverage!=4.4,>=7.15.2 # Apache-2.0 python-subunit>=1.4.6 # Apache-2.0/BSD stestr>=4.2.1 # Apache-2.0 testtools>=2.9.1 # MIT