diff --git a/pyproject.toml b/pyproject.toml index 152163acd5..2d0322dca9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,15 +89,15 @@ prometheus = ["prometheus-client>=0.20.0,<0.30.0"] optionals = ["faststream[rabbit,kafka,confluent,nats,redis,otel,cli,prometheus]"] devdocs = [ - "mkdocs-material==9.5.42", + "mkdocs-material==9.5.44", "mkdocs-static-i18n==1.2.3", "mdx-include==1.4.2", - "mkdocstrings[python]==0.26.2", + "mkdocstrings[python]==0.27.0", "mkdocs-literate-nav==0.6.1", - "mkdocs-git-revision-date-localized-plugin==1.2.9", + "mkdocs-git-revision-date-localized-plugin==1.3.0", "mike==2.1.3", # versioning "mkdocs-minify-plugin==0.8.0", - "mkdocs-macros-plugin==1.3.6", # includes with variables + "mkdocs-macros-plugin==1.3.7", # includes with variables "mkdocs-glightbox==0.4.0", # img zoom "pillow", # required for mkdocs-glightbo "cairosvg", # required for mkdocs-glightbo @@ -106,7 +106,7 @@ devdocs = [ types = [ "faststream[optionals]", - "mypy==1.12.1", + "mypy==1.13.0", # mypy extensions "types-Deprecated", "types-PyYAML", @@ -121,15 +121,15 @@ types = [ lint = [ "faststream[types]", - "ruff==0.7.0", + "ruff==0.7.4", "bandit==1.7.10", - "semgrep==1.92.0", + "semgrep==1.96.0", "codespell==2.3.0", ] test-core = [ "coverage[toml]==7.6.1; python_version == '3.8'", - "coverage[toml]==7.6.4; python_version >= '3.9'", + "coverage[toml]==7.6.7; python_version >= '3.9'", "pytest==8.3.3", "pytest-asyncio==0.24.0", "dirty-equals==0.8.0", @@ -138,7 +138,7 @@ test-core = [ testing = [ "faststream[test-core]", - "fastapi==0.115.2", + "fastapi==0.115.5", "pydantic-settings>=2.0.0,<3.0.0", "httpx==0.27.2", "PyYAML==6.0.2",