From d46c17d048283083bc58d0018cc757e8f75c3c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:26:12 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 8 updates Bumps the python-packages group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.135.1` | `0.135.2` | | [pygithub](https://github.com/pygithub/pygithub) | `2.8.1` | `2.9.0` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.0` | | [redis](https://github.com/redis/redis-py) | `7.3.0` | `7.4.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.6` | `0.15.8` | | [types-requests](https://github.com/python/typeshed) | `2.32.4.20260107` | `2.33.0.20260327` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | | [faker](https://github.com/joke2k/faker) | `40.11.0` | `40.11.1` | Updates `fastapi` from 0.135.1 to 0.135.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.135.2) Updates `pygithub` from 2.8.1 to 2.9.0 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.8.1...v2.9.0) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `redis` from 7.3.0 to 7.4.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v7.3.0...v7.4.0) Updates `ruff` from 0.15.6 to 0.15.8 - [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.6...0.15.8) Updates `types-requests` from 2.32.4.20260107 to 2.33.0.20260327 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) Updates `faker` from 40.11.0 to 40.11.1 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v40.11.0...v40.11.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pygithub dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: types-requests dependency-version: 2.33.0.20260327 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: faker dependency-version: 40.11.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6d1bd49e..dc101303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,15 +4,15 @@ readme = "README.md" version = "0.0.1" requires-python = ">= 3.11" dependencies = [ - "fastapi[all]==0.135.1", - "PyGithub==2.8.1", + "fastapi[all]==0.135.2", + "PyGithub==2.9.0", "PyJWT==2.12.1", "psycopg2==2.9.11", "SQLAlchemy==2.0.48", "pydantic==2.12.5", "uvicorn==0.42.0", - "requests==2.32.5", - "redis==7.3.0", + "requests==2.33.0", + "redis==7.4.0", "pika==1.3.2", "opentelemetry-api==1.40.0", "opentelemetry-sdk==1.40.0", @@ -27,21 +27,21 @@ dependencies = [ [project.optional-dependencies] formatting = [ - "ruff==0.15.6", + "ruff==0.15.8", "mypy==1.19.1", "fia-api[test]", - "types-requests==2.32.4.20260107", + "types-requests==2.33.0.20260327", "types-urllib3==1.26.25.14", "types-aiofiles==25.1.0.20251011", ] test = [ "pytest==9.0.2", - "requests==2.32.5", + "requests==2.33.0", "httpx==0.28.1", - "pytest-cov==7.0.0", + "pytest-cov==7.1.0", "pytest-random-order==1.2.0", - "Faker==40.11.0", + "Faker==40.11.1", "pytest-env==1.6.0", ]