diff --git a/pyproject.toml b/pyproject.toml index a97e79ed..ec822247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "pydantic ==2.13.4", "pydantic-settings ==2.14.2", "python-jose ==3.5.0", - "cryptography ==48.0.1", + "cryptography ==50.0.0", "sqlalchemy ==2.0.51", "packaging ==26.2", "uvicorn ==0.38.0", @@ -51,12 +51,12 @@ fileglancer = "fileglancer.cli:cli" test = [ "coverage ==7.15.2 ; (python_version != '3.12' or sys_platform != 'darwin' or platform_machine != 'x86_64')", "coverage ==7.15.1 ; (python_version == '3.12' and sys_platform == 'darwin' and platform_machine == 'x86_64')", - "pytest ==8.4.2", + "pytest ==9.0.3", "pytest-asyncio ==1.4.0", "pytest-cov ==7.1.0", "pytest-html ==4.2.0", "requests-mock ==1.12.1", - "httpx2 ==2.9.1" + "httpx2 ==2.12.0" ] release = [ "twine ==7.0.0",