@@ -89,15 +89,15 @@ prometheus = ["prometheus-client>=0.20.0,<0.30.0"]
89
89
optionals = [" faststream[rabbit,kafka,confluent,nats,redis,otel,cli,prometheus]" ]
90
90
91
91
devdocs = [
92
- " mkdocs-material==9.5.40 " ,
92
+ " mkdocs-material==9.5.42 " ,
93
93
" mkdocs-static-i18n==1.2.3" ,
94
94
" mdx-include==1.4.2" ,
95
95
" mkdocstrings[python]==0.26.2" ,
96
96
" mkdocs-literate-nav==0.6.1" ,
97
97
" mkdocs-git-revision-date-localized-plugin==1.2.9" ,
98
98
" mike==2.1.3" , # versioning
99
99
" mkdocs-minify-plugin==0.8.0" ,
100
- " mkdocs-macros-plugin==1.3.5 " , # includes with variables
100
+ " mkdocs-macros-plugin==1.3.6 " , # includes with variables
101
101
" mkdocs-glightbox==0.4.0" , # img zoom
102
102
" pillow" , # required for mkdocs-glightbo
103
103
" cairosvg" , # required for mkdocs-glightbo
@@ -106,7 +106,7 @@ devdocs = [
106
106
107
107
types = [
108
108
" faststream[optionals]" ,
109
- " mypy==1.12.0 " ,
109
+ " mypy==1.12.1 " ,
110
110
# mypy extensions
111
111
" types-Deprecated" ,
112
112
" types-PyYAML" ,
@@ -121,15 +121,15 @@ types = [
121
121
122
122
lint = [
123
123
" faststream[types]" ,
124
- " ruff==0.6.9 " ,
124
+ " ruff==0.7.0 " ,
125
125
" bandit==1.7.10" ,
126
- " semgrep==1.91 .0" ,
126
+ " semgrep==1.92 .0" ,
127
127
" codespell==2.3.0" ,
128
128
]
129
129
130
130
test-core = [
131
131
" coverage[toml]==7.6.1; python_version == '3.8'" ,
132
- " coverage[toml]==7.6.3 ; python_version >= '3.9'" ,
132
+ " coverage[toml]==7.6.4 ; python_version >= '3.9'" ,
133
133
" pytest==8.3.3" ,
134
134
" pytest-asyncio==0.24.0" ,
135
135
" dirty-equals==0.8.0" ,
0 commit comments