diff --git a/pyproject.toml b/pyproject.toml index 2d0322dca9..4541e6f5b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ otel = ["opentelemetry-sdk>=1.24.0,<2.0.0"] cli = [ "typer>=0.9,!=0.12,<1", - "watchfiles>=0.15.0,<0.25.0" + "watchfiles>=0.15.0,<1.1.0" ] prometheus = ["prometheus-client>=0.20.0,<0.30.0"] @@ -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.44", + "mkdocs-material==9.5.46", "mkdocs-static-i18n==1.2.3", "mdx-include==1.4.2", "mkdocstrings[python]==0.27.0", @@ -121,15 +121,15 @@ types = [ lint = [ "faststream[types]", - "ruff==0.7.4", + "ruff==0.8.0", "bandit==1.7.10", - "semgrep==1.96.0", + "semgrep==1.97.0", "codespell==2.3.0", ] test-core = [ "coverage[toml]==7.6.1; python_version == '3.8'", - "coverage[toml]==7.6.7; python_version >= '3.9'", + "coverage[toml]==7.6.8; python_version >= '3.9'", "pytest==8.3.3", "pytest-asyncio==0.24.0", "dirty-equals==0.8.0",