diff --git a/pyproject.toml b/pyproject.toml index 393f8f6..55ef68c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ version = "1.0.0" dependencies = [ "cryptography==43.0.3", - "fastapi[all]==0.115.3", - "PyJWT==2.9.0", + "fastapi[all]==0.115.5", + "PyJWT==2.10.0", "python-ldap==3.4.4", - "uvicorn==0.32.0" + "uvicorn==0.32.1" ] [project.urls] @@ -19,13 +19,13 @@ dependencies = [ [project.optional-dependencies] code-analysis = [ "black==24.10.0", - "pylint==3.2.7", + "pylint==3.3.1", "ldap-jwt-auth[test]" ] test = [ "pytest==8.3.3", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "pytest-env==1.1.5" ]