diff --git a/pyproject.toml b/pyproject.toml index 603f7ed7d..6b4a53c86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,27 +90,27 @@ cli = [ ] dev = [ "anyio<4.3.1", # unpin until fastapi supports new major version of anyio - "black==24.3.0", + "black==24.4.0", "cryptography==42.0.5", "factory-boy==3.3.0", "logging-gelf==0.0.32", "mike==2.0.0", - "mkdocs==1.5.3", + "mkdocs==1.6.0", "mkdocs-click==0.8.1", - "mkdocs-material==9.5.17", + "mkdocs-material==9.5.18", "mkdocstrings[python-legacy]==0.24.3", "moto==5.0.5", "mypy==1.9.0", "neoteroi-mkdocs==1.0.5", "polyfactory==2.15.0", - "pyfakefs==5.4.0", - "pymdown-extensions==10.7.1", + "pyfakefs==5.4.1", + "pymdown-extensions==10.8", "pytest<8.0.0", # 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 "requests-mock==1.12.1", "responses==0.24.1", - "ruff==0.3.5", + "ruff==0.4.1", "types-python-dateutil ==2.9.0.20240316", "types-python-jose ==3.3.4.20240106", "types-requests<2.31.0.20240407", @@ -118,10 +118,10 @@ dev = [ ] lrs = [ "bcrypt==4.1.2", - "fastapi==0.110.1", + "fastapi==0.110.2", "cachetools==5.3.3", "httpx<0.25.0", # pin as `pytest-httpx<0.23.0` requires `httpx==0.24.*` - "sentry_sdk==1.44.1", + "sentry_sdk==1.45.0", "python-jose==3.3.0", "uvicorn[standard]==0.29.0", ]