diff --git a/pyproject.toml b/pyproject.toml index e92057e7c9..7d19592247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,10 +88,10 @@ devdocs = [ "mdx-include==1.4.2", "mkdocstrings[python]==0.26.1", "mkdocs-literate-nav==0.6.1", - "mkdocs-git-revision-date-localized-plugin==1.2.8", + "mkdocs-git-revision-date-localized-plugin==1.2.9", "mike==2.1.3", # versioning "mkdocs-minify-plugin==0.8.0", - "mkdocs-macros-plugin==1.0.5", # includes with variables + "mkdocs-macros-plugin==1.2.0", # includes with variables "mkdocs-glightbox==0.4.0", # img zoom "pillow", # required for mkdocs-glightbo "cairosvg", # required for mkdocs-glightbo @@ -114,15 +114,15 @@ types = [ lint = [ "faststream[types]", - "ruff==0.6.4", + "ruff==0.6.5", "bandit==1.7.9", - "semgrep==1.86.0", + "semgrep==1.87.0", "codespell==2.3.0", ] test-core = [ "coverage[toml]==7.6.1", - "pytest==8.3.2", + "pytest==8.3.3", "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 @@ -130,7 +130,7 @@ test-core = [ testing = [ "faststream[test-core]", - "fastapi==0.114.0", + "fastapi==0.114.2", "pydantic-settings>=2.0.0,<3.0.0", "httpx==0.27.2", "PyYAML==6.0.2",