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 b55d463 commit 767cf6bCopy full SHA for 767cf6b
2 files changed
pyproject.toml
@@ -43,7 +43,7 @@ brotli = [
43
cli = [
44
"click==8.*",
45
"pygments==2.*",
46
- "rich>=10,<14",
+ "rich>=10,<15",
47
]
48
http2 = [
49
"h2>=3,<5",
requirements.txt
@@ -11,19 +11,19 @@ chardet==5.2.0
11
# Documentation
12
mkdocs==1.6.1
13
mkautodoc==0.2.0
14
-mkdocs-material==9.5.47
+mkdocs-material==9.6.18
15
16
# Packaging
17
-build==1.2.2.post1
18
-twine==6.0.1
+build==1.3.0
+twine==6.1.0
19
20
# Tests & Linting
21
-coverage[toml]==7.6.1
22
-cryptography==44.0.1
+coverage[toml]==7.10.6
+cryptography==45.0.7
23
mypy==1.17.1
24
-pytest==8.3.4
+pytest==8.4.1
25
ruff==0.12.11
26
-trio==0.27.0
+trio==0.30.0
27
trio-typing==0.10.0
28
-trustme==1.2.0
29
-uvicorn==0.32.1
+trustme==1.2.1
+uvicorn==0.35.0
0 commit comments