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 739321d commit 78da9b9Copy full SHA for 78da9b9
requirements.txt
@@ -2,22 +2,22 @@
2
-e .[full]
3
4
# Testing
5
-coverage==7.8.0
+coverage==7.8.2
6
importlib-metadata==8.7.0
7
-mypy==1.15.0
8
-ruff==0.11.8
+mypy==1.16.0
+ruff==0.11.12
9
typing_extensions==4.13.2
10
types-contextvars==2.4.7.3
11
-types-PyYAML==6.0.12.20250402
+types-PyYAML==6.0.12.20250516
12
types-dataclasses==0.6.6
13
pytest==8.3.5
14
trio==0.30.0
15
16
# Documentation
17
black==25.1.0
18
mkdocs==1.6.1
19
-mkdocs-material==9.6.12
20
-mkdocstrings-python==1.16.10
+mkdocs-material==9.6.14
+mkdocstrings-python==1.16.11
21
22
# Packaging
23
build==1.2.2.post1
0 commit comments