diff --git a/pyproject.toml b/pyproject.toml index dcbfdb8..a836739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,13 +5,13 @@ readme = "README.md" version = "0.0.1" requires-python = ">= 3.11" dependencies = [ - "cryptography==42.0.7", + "cryptography==43.0.3", "gql[all]==3.5.0", - "fastapi[all]==0.111.0", - "psycopg2==2.9.9", - "PyJWT==2.8.0", - "SQLAlchemy==2.0.30", - "uvicorn==0.30.1" + "fastapi[all]==0.115.4", + "psycopg2==2.9.10", + "PyJWT==2.9.0", + "SQLAlchemy==2.0.36", + "uvicorn==0.32.0" ] [project.urls] @@ -19,16 +19,16 @@ dependencies = [ [project.optional-dependencies] formatting = [ - "ruff==0.4.8", - "mypy==1.10.0", - "types-requests==2.32.0.20240602", + "ruff==0.7.3", + "mypy==1.13.0", + "types-requests==2.32.0.20241016", "fia-auth[test]", ] test = [ - "pytest==8.2.1", - "pytest-cov==5.0.0", + "pytest==8.3.3", + "pytest-cov==6.0.0", "pytest-random-order==1.1.1", ]