diff --git a/pyproject.toml b/pyproject.toml index 3916e22cc..4b3b59db5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ cli = [ "sentry-sdk[fastapi]>=1.9.0", ] dev = [ - "anyio==4.4.0", + "anyio==4.6.0", "black==24.8.0", "cryptography==43.0.1", "factory-boy==3.3.1", @@ -97,20 +97,20 @@ dev = [ "mike==2.1.3", "mkdocs==1.6.1", "mkdocs-click==0.8.1", - "mkdocs-material==9.5.34", + "mkdocs-material==9.5.36", "mkdocstrings[python-legacy]==0.26.1", - "moto==5.0.14", + "moto==5.0.15", "mypy==1.11.2", "neoteroi-mkdocs==1.1.0", - "polyfactory==2.16.2", + "polyfactory==2.17.0", "pyfakefs==5.6.0", - "pymdown-extensions==10.9", - "pytest<8.0.0", # pin as pytest-httpx<0.23.0 is not compatible with pytest 8.0.0 + "pymdown-extensions==10.10.1", + "pytest<8.3.4", # pin as pytest-httpx<0.23.0 is not compatible with pytest 8.0.0 "pytest-cov==5.0.0", - "pytest-httpx<0.23.0", # pin as Python 3.8 is no longer supported from release 0.23.0 + "pytest-httpx<0.31.3", # pin as Python 3.8 is no longer supported from release 0.23.0 "requests-mock==1.12.1", "responses==0.25.3", - "ruff==0.6.5", + "ruff==0.6.7", "types-python-dateutil ==2.9.0.20240906", "types-python-jose ==3.3.4.20240106", "types-requests<2.32.0.20240915", @@ -118,7 +118,7 @@ dev = [ ] lrs = [ "bcrypt==4.2.0", - "fastapi==0.114.2", + "fastapi==0.115.0", "cachetools==5.5.0", "httpx<0.27.3", # pin as `pytest-httpx<0.23.0` requires `httpx==0.24.*` "sentry_sdk==2.14.0",