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 d278caf commit eb6cebbCopy full SHA for eb6cebb
requirements.txt
@@ -2,22 +2,22 @@
2
-e .[full]
3
4
# Testing
5
-coverage==7.6.12
+coverage==7.8.0
6
importlib-metadata==8.6.1
7
mypy==1.15.0
8
-ruff==0.9.9
+ruff==0.11.2
9
typing_extensions==4.12.2
10
types-contextvars==2.4.7.3
11
-types-PyYAML==6.0.12.20241230
+types-PyYAML==6.0.12.20250326
12
types-dataclasses==0.6.6
13
-pytest==8.3.4
+pytest==8.3.5
14
trio==0.29.0
15
16
# Documentation
17
black==25.1.0
18
mkdocs==1.6.1
19
-mkdocs-material==9.6.6
20
-mkdocstrings-python==1.16.2
+mkdocs-material==9.6.11
+mkdocstrings-python==1.16.8
21
22
# Packaging
23
build==1.2.2.post1
0 commit comments