diff --git a/pyproject.toml b/pyproject.toml index dcbfdb8..79bc8f7 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.0", "gql[all]==3.5.0", - "fastapi[all]==0.111.0", + "fastapi[all]==0.112.1", "psycopg2==2.9.9", - "PyJWT==2.8.0", - "SQLAlchemy==2.0.30", - "uvicorn==0.30.1" + "PyJWT==2.9.0", + "SQLAlchemy==2.0.32", + "uvicorn==0.30.6" ] [project.urls] @@ -19,15 +19,15 @@ dependencies = [ [project.optional-dependencies] formatting = [ - "ruff==0.4.8", - "mypy==1.10.0", - "types-requests==2.32.0.20240602", + "ruff==0.6.1", + "mypy==1.11.1", + "types-requests==2.32.0.20240712", "fia-auth[test]", ] test = [ - "pytest==8.2.1", + "pytest==8.3.2", "pytest-cov==5.0.0", "pytest-random-order==1.1.1", ]