We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e21e9 commit 0cb7e5aCopy full SHA for 0cb7e5a
requirements.txt
@@ -11,19 +11,20 @@ chardet==5.2.0
11
# Documentation
12
mkdocs==1.6.1
13
mkautodoc==0.2.0
14
-mkdocs-material==9.5.39
+mkdocs-material==9.5.47
15
16
# Packaging
17
-build==1.2.2
18
-twine==5.1.1
+build==1.2.2.post1
+twine==6.0.1
19
20
# Tests & Linting
21
coverage[toml]==7.6.1
22
-cryptography==43.0.1
23
-mypy==1.11.2
24
-pytest==8.3.3
25
-ruff==0.6.8
26
-trio==0.26.2
+cryptography==44.0.0
+mypy==1.13.0
+pytest==8.3.4
+ruff==0.8.1
+trio==0.27.0
27
trio-typing==0.10.0
28
-trustme==1.1.0
29
-uvicorn==0.31.0
+trustme==1.1.0; python_version < '3.9'
+trustme==1.2.0; python_version >= '3.9'
30
+uvicorn==0.32.1
0 commit comments