diff --git a/pyproject.toml b/pyproject.toml index 460dd3694e..1e104ab429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ prometheus = ["prometheus-client>=0.20.0,<0.30.0"] optionals = ["faststream[rabbit,kafka,confluent,nats,redis,otel,cli,prometheus]"] devdocs = [ - "mkdocs-material==9.5.46", + "mkdocs-material==9.5.47", "mkdocs-static-i18n==1.2.3", "mdx-include==1.4.2", "mkdocstrings[python]==0.27.0", @@ -121,16 +121,16 @@ types = [ lint = [ "faststream[types]", - "ruff==0.8.0", - "bandit==1.7.10", + "ruff==0.8.1", + "bandit==1.8.0", "semgrep==1.97.0", "codespell==2.3.0", ] test-core = [ - "coverage[toml]==7.6.1; python_version == '3.8'", + "coverage[toml]==7.6.8; python_version == '3.8'", "coverage[toml]==7.6.8; python_version >= '3.9'", - "pytest==8.3.3", + "pytest==8.3.4", "pytest-asyncio==0.24.0", "dirty-equals==0.8.0", "typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'", # to fix dirty-equals @@ -140,7 +140,7 @@ testing = [ "faststream[test-core]", "fastapi==0.115.5", "pydantic-settings>=2.0.0,<3.0.0", - "httpx==0.27.2", + "httpx==0.28.0", "PyYAML==6.0.2", "email-validator==2.2.0", ]