From 72e743379dd94349e81db5d1d6bdbdec61cd2b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 07:25:31 +0000 Subject: [PATCH] chore(deps): bump the fastapi-api-first-minor-patch group across 1 directory with 8 updates Bumps the fastapi-api-first-minor-patch group with 8 updates in the /reference-apps/fastapi-api-first directory: | Package | From | To | | --- | --- | --- | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.42.0` | `0.52.4` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.2` | `2.15.0` | | [slowapi](https://github.com/laurents/slowapi) | `0.1.9` | `0.1.10` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.16.0` | `4.17.0` | | [python-json-logger](https://github.com/nhairs/python-json-logger) | `4.0.0` | `4.2.0` | | [prometheus-client](https://github.com/prometheus/client_python) | `0.24.1` | `0.26.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | Updates `uvicorn` from 0.42.0 to 0.52.4 - [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.42.0...0.52.4) Updates `pydantic-settings` from 2.14.2 to 2.15.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.14.2...v2.15.0) Updates `slowapi` from 0.1.9 to 0.1.10 - [Release notes](https://github.com/laurents/slowapi/releases) - [Changelog](https://github.com/laurentS/slowapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/laurents/slowapi/compare/v0.1.9...v0.1.10) Updates `pymongo` from 4.16.0 to 4.17.0 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/main/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.16.0...4.17.0) Updates `python-json-logger` from 4.0.0 to 4.2.0 - [Release notes](https://github.com/nhairs/python-json-logger/releases) - [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md) - [Commits](https://github.com/nhairs/python-json-logger/compare/v4.0.0...v4.2.0) Updates `prometheus-client` from 0.24.1 to 0.26.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.24.1...v0.26.0) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-api-first-minor-patch - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-api-first-minor-patch - dependency-name: pymongo dependency-version: 4.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-api-first-minor-patch - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-api-first-minor-patch - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-api-first-minor-patch - dependency-name: python-json-logger dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-api-first-minor-patch - dependency-name: slowapi dependency-version: 0.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastapi-api-first-minor-patch - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-api-first-minor-patch ... Signed-off-by: dependabot[bot] --- .../fastapi-api-first/requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/reference-apps/fastapi-api-first/requirements.txt b/reference-apps/fastapi-api-first/requirements.txt index 6c77df9..a536e8e 100644 --- a/reference-apps/fastapi-api-first/requirements.txt +++ b/reference-apps/fastapi-api-first/requirements.txt @@ -3,9 +3,9 @@ # Core FastAPI dependencies fastapi==0.141.1 -uvicorn[standard]==0.42.0 -pydantic-settings==2.14.2 -slowapi==0.1.9 # Rate limiting +uvicorn[standard]==0.52.4 +pydantic-settings==2.15.0 +slowapi==0.1.10 # Rate limiting pybreaker==1.4.1 # Circuit breaker # HTTP client @@ -16,7 +16,7 @@ asyncpg==0.31.0 aiomysql==0.3.2 cryptography>=41.0.0 # Required for MySQL caching_sha2_password auth motor==3.7.1 -pymongo==4.16.0 +pymongo==4.17.0 # Redis and Caching # fastapi-cache2 0.2.2 is the newest release and its [redis] extra requires @@ -34,13 +34,13 @@ jinja2==3.1.6 aio-pika==9.6.2 # Utilities -python-json-logger==4.0.0 +python-json-logger==4.2.0 # Observability -prometheus-client==0.24.1 +prometheus-client==0.26.0 # Testing -pytest==9.0.3 -pytest-asyncio==1.3.0 +pytest==9.1.1 +pytest-asyncio==1.4.0 pytest-cov==7.1.0 pytest-mock==3.15.1