We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342d8dc commit 7cabe31Copy full SHA for 7cabe31
pyproject.toml
@@ -79,7 +79,7 @@ redis = ["redis>=5.0.0,<7.0.0"]
79
otel = ["opentelemetry-sdk>=1.24.0,<2.0.0"]
80
81
cli = [
82
- "typer>=0.9,!=0.12,<=0.15.2",
+ "typer>=0.9,!=0.12,<=0.15.3",
83
"watchfiles>=0.15.0,<1.1.0"
84
]
85
@@ -122,10 +122,10 @@ types = [
122
123
lint = [
124
"faststream[types]",
125
- "ruff==0.11.7",
+ "ruff==0.11.8",
126
"bandit==1.8.3; python_version >= '3.9'",
127
"bandit==1.7.10; python_version < '3.9'",
128
- "semgrep==1.120.0; python_version >= '3.9'",
+ "semgrep==1.120.1; python_version >= '3.9'",
129
"semgrep==1.99.0; python_version < '3.9'",
130
"codespell==2.4.1",
131
0 commit comments