@@ -79,7 +79,7 @@ redis = ["redis>=5.0.0,<7.0.0"]
7979otel = [" opentelemetry-sdk>=1.24.0,<2.0.0" ]
8080
8181cli = [
82- " typer>=0.9,!=0.12,<=0.15.4 " ,
82+ " typer>=0.9,!=0.12,<=0.16.0 " ,
8383 " watchfiles>=0.15.0,<1.1.0"
8484]
8585
@@ -95,7 +95,7 @@ devdocs = [
9595 " mkdocstrings[python]==0.29.1; python_version >= '3.9'" ,
9696 " mkdocstrings[python]==0.26.1; python_version < '3.9'" ,
9797 " mkdocs-literate-nav==0.6.2" ,
98- " mkdocs-git-revision-date-localized-plugin==1.4.6 " ,
98+ " mkdocs-git-revision-date-localized-plugin==1.4.7 " ,
9999 " mike==2.1.3" , # versioning
100100 " mkdocs-minify-plugin==0.8.0" ,
101101 " mkdocs-macros-plugin==1.3.7" , # includes with variables
@@ -107,7 +107,7 @@ devdocs = [
107107
108108types = [
109109 " faststream[optionals]" ,
110- " mypy==1.15 .0" ,
110+ " mypy==1.16 .0" ,
111111 # mypy extensions
112112 " types-Deprecated" ,
113113 " types-PyYAML" ,
@@ -122,10 +122,10 @@ types = [
122122
123123lint = [
124124 " faststream[types]" ,
125- " ruff==0.11.11 " ,
125+ " ruff==0.11.12 " ,
126126 " bandit==1.8.3; python_version >= '3.9'" ,
127127 " bandit==1.7.10; python_version < '3.9'" ,
128- " semgrep==1.122 .0; python_version >= '3.9'" ,
128+ " semgrep==1.123 .0; python_version >= '3.9'" ,
129129 " semgrep==1.99.0; python_version < '3.9'" ,
130130 " codespell==2.4.1" ,
131131]
0 commit comments