diff --git a/pyproject.toml b/pyproject.toml index 55ef68c..b738d04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ requires-python = ">=3.12" version = "1.0.0" dependencies = [ - "cryptography==43.0.3", + "cryptography==44.0.0", "fastapi[all]==0.115.5", - "PyJWT==2.10.0", + "PyJWT==2.10.1", "python-ldap==3.4.4", "uvicorn==0.32.1" ] @@ -19,12 +19,12 @@ dependencies = [ [project.optional-dependencies] code-analysis = [ "black==24.10.0", - "pylint==3.3.1", + "pylint==3.3.2", "ldap-jwt-auth[test]" ] test = [ - "pytest==8.3.3", + "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-env==1.1.5" ]