@@ -79,7 +79,7 @@ redis = ["redis>=5.0.0,<7.0.0"]
79
79
otel = [" opentelemetry-sdk>=1.24.0,<2.0.0" ]
80
80
81
81
cli = [
82
- " typer>=0.9,!=0.12,<=0.15.4 " ,
82
+ " typer>=0.9,!=0.12,<=0.16.0 " ,
83
83
" watchfiles>=0.15.0,<1.1.0"
84
84
]
85
85
@@ -95,7 +95,7 @@ devdocs = [
95
95
" mkdocstrings[python]==0.29.1; python_version >= '3.9'" ,
96
96
" mkdocstrings[python]==0.26.1; python_version < '3.9'" ,
97
97
" 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 " ,
99
99
" mike==2.1.3" , # versioning
100
100
" mkdocs-minify-plugin==0.8.0" ,
101
101
" mkdocs-macros-plugin==1.3.7" , # includes with variables
@@ -107,7 +107,7 @@ devdocs = [
107
107
108
108
types = [
109
109
" faststream[optionals]" ,
110
- " mypy==1.15 .0" ,
110
+ " mypy==1.16 .0" ,
111
111
# mypy extensions
112
112
" types-Deprecated" ,
113
113
" types-PyYAML" ,
@@ -122,10 +122,10 @@ types = [
122
122
123
123
lint = [
124
124
" faststream[types]" ,
125
- " ruff==0.11.11 " ,
125
+ " ruff==0.11.12 " ,
126
126
" bandit==1.8.3; python_version >= '3.9'" ,
127
127
" 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'" ,
129
129
" semgrep==1.99.0; python_version < '3.9'" ,
130
130
" codespell==2.4.1" ,
131
131
]
0 commit comments