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 c9dd0ed commit b85f07eCopy full SHA for b85f07e
pyproject.toml
@@ -125,16 +125,16 @@ combine-as-imports = true
125
126
[dependency-groups]
127
dev = [
128
- "anyio==4.7.0",
129
- "coverage==7.6.10",
130
- "hatch==1.9.3",
+ "anyio==4.9.0",
+ "coverage==7.10.1",
+ "hatch==1.14.1",
131
"mkdocs==1.6.1",
132
- "mkdocs-material==9.5.1",
133
- "mypy==1.14.1",
134
- "pytest==8.3.4",
135
- "ruff==0.11.0",
136
- "trio==0.28.0",
137
- "types-boto3==1.0.2",
138
- "types-pyyaml==6.0.12.20240311",
+ "mkdocs-material==9.6.16",
+ "mypy==1.17.1",
+ "pytest==8.4.1",
+ "ruff==0.12.7",
+ "trio==0.30.0",
+ "types-boto3==1.40.0",
+ "types-pyyaml==6.0.12.20250516",
139
"zipp>=3.19.1",
140
]
0 commit comments