From 8fa23a5df279e88836513deb768b10649986696d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:05:23 +0000 Subject: [PATCH] pip: bump the pip-updates group across 1 directory with 5 updates Updates the requirements on [certifi](https://github.com/certifi/python-certifi), [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [ruff](https://github.com/astral-sh/ruff) and [black](https://github.com/psf/black) to permit the latest version. Updates `certifi` from 2026.1.4 to 2026.2.25 - [Commits](https://github.com/certifi/python-certifi/compare/2026.01.04...2026.02.25) Updates `fastapi` from 0.128.0 to 0.135.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.0...0.135.1) Updates `uvicorn` from 0.40.0 to 0.41.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.40.0...0.41.0) Updates `ruff` to 0.15.5 - [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.14.13...0.15.5) Updates `black` to 26.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.1.0...26.3.0) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.2.25 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: fastapi dependency-version: 0.135.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.15.5 dependency-type: direct:production dependency-group: pip-updates - dependency-name: black dependency-version: 26.3.0 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- registrar/requirements.txt | 6 +++--- registrar/test-requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/registrar/requirements.txt b/registrar/requirements.txt index e7c6f047..1995cb51 100644 --- a/registrar/requirements.txt +++ b/registrar/requirements.txt @@ -1,13 +1,13 @@ annotated-types==0.7.0 anyio==4.12.1 -certifi==2026.1.4 +certifi==2026.2.25 cffi==2.0.0 click==8.3.1 configomatic==0.4.0 cryptography==46.0.5 easykube==0.6.0 exceptiongroup==1.3.1 -fastapi==0.128.0 +fastapi==0.135.1 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 @@ -17,4 +17,4 @@ pydantic==2.12.5 PyYAML==6.0.3 sniffio==1.3.1 typing_extensions==4.15.0 -uvicorn==0.40.0 +uvicorn==0.41.0 diff --git a/registrar/test-requirements.txt b/registrar/test-requirements.txt index a2369a37..3a86c765 100644 --- a/registrar/test-requirements.txt +++ b/registrar/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.14.13 +ruff~=0.15.5 coverage>=4.0,!=4.4 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD stestr>=1.0.0 # Apache-2.0 @@ -8,4 +8,4 @@ autopep8 mypy types-PyYAML types-setuptools -black~=26.1.0 \ No newline at end of file +black~=26.3.0 \ No newline at end of file