diff --git a/pyproject.toml b/pyproject.toml index 012f500..c4c9c43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,11 +6,11 @@ requires-python = ">=3.12" version = "1.0.0" dependencies = [ - "cryptography==42.0.8", - "fastapi[all]==0.111.0", - "PyJWT==2.8.0", + "cryptography==43.0.1", + "fastapi[all]==0.114.2", + "PyJWT==2.9.0", "python-ldap==3.4.4", - "uvicorn==0.30.1" + "uvicorn==0.30.6" ] [project.urls] @@ -18,18 +18,18 @@ dependencies = [ [project.optional-dependencies] code-analysis = [ - "pylint==3.2.5", + "pylint==3.2.7", "ldap-jwt-auth[test]" ] formatting = [ - "black==24.4.2" + "black==24.8.0" ] test = [ - "pytest==8.2.2", + "pytest==8.3.3", "pytest-cov==5.0.0", - "pytest-env==1.1.3" + "pytest-env==1.1.4" ] dev = [