diff --git a/pyproject.toml b/pyproject.toml index 41f520fd..3ecd0217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,11 +6,11 @@ requires-python = ">=3.12" version = "1.0.0" dependencies = [ - "cryptography==43.0.1", - "fastapi[all]==0.114.2", + "cryptography==43.0.3", + "fastapi[all]==0.115.3", "PyJWT==2.9.0", - "pymongo==4.8.0", - "uvicorn==0.30.6" + "pymongo==4.10.1", + "uvicorn==0.32.0" ] [project.urls] @@ -21,8 +21,8 @@ dependencies = [ [project.optional-dependencies] code-analysis = [ - "black==24.8.0", - "pylint==3.2.7", + "black==24.10.0", + "pylint==3.3.1", "inventory-management-system-api[test]" ] @@ -30,11 +30,11 @@ test = [ "pytest==8.3.3", "pytest-asyncio==0.24.0", "pytest-cov==5.0.0", - "pytest-env==1.1.4" + "pytest-env==1.1.5" ] scripts = [ - "faker==28.4.1", + "faker==30.8.1", "requests==2.32.3" ]