We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a05879 commit 6215230Copy full SHA for 6215230
requirements.txt
@@ -10,23 +10,24 @@ wsproto==1.2.0
10
websockets==13.1
11
12
# Packaging
13
-build==1.2.2
+build==1.2.2.post1
14
twine==5.1.1
15
16
# Testing
17
-ruff==0.6.8
+ruff==0.7.1
18
pytest==8.3.3
19
pytest-mock==3.14.0
20
-mypy==1.11.2
+mypy==1.13.0
21
types-click==7.1.8
22
types-pyyaml==6.0.12.20240917
23
trustme==1.1.0
24
-cryptography==43.0.1
25
-coverage==7.6.1
+cryptography==43.0.3
+coverage==7.6.1; python_version < '3.9'
26
+coverage==7.6.4; python_version >= '3.9'
27
coverage-conditional-plugin==0.9.0
28
httpx==0.27.2
29
watchgod==0.8.2
30
31
# Documentation
32
mkdocs==1.6.1
-mkdocs-material==9.5.39
33
+mkdocs-material==9.5.43
0 commit comments