diff --git a/pyproject.toml b/pyproject.toml index 4bdb8eb7..7359a605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ readme = "README.md" version = "0.0.1" requires-python = ">= 3.11" dependencies = [ - "fastapi[all]==0.128.5", + "fastapi[all]==0.129.0", "PyGithub==2.8.1", "PyJWT==2.11.0", "psycopg2==2.9.11", @@ -12,7 +12,7 @@ dependencies = [ "pydantic==2.12.5", "uvicorn==0.40.0", "requests==2.32.5", - "redis==7.1.0", + "redis==7.1.1", "pika==1.3.2", "opentelemetry-api==1.39.1", "opentelemetry-sdk==1.39.1", @@ -27,7 +27,7 @@ dependencies = [ [project.optional-dependencies] formatting = [ - "ruff==0.15.0", + "ruff==0.15.1", "mypy==1.19.1", "fia-api[test]", "types-requests==2.32.4.20260107", @@ -42,7 +42,7 @@ test = [ "pytest-cov==7.0.0", "pytest-random-order==1.2.0", "Faker==40.4.0", - "pytest-env==1.2.0", + "pytest-env==1.3.2", ] [tool.setuptools]