diff --git a/requirements.txt b/requirements.txt index dc3b71d6e..bf8b09827 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,23 +10,24 @@ wsproto==1.2.0 websockets==13.1 # Packaging -build==1.2.2 +build==1.2.2.post1 twine==5.1.1 # Testing -ruff==0.6.8 +ruff==0.7.1 pytest==8.3.3 pytest-mock==3.14.0 -mypy==1.11.2 +mypy==1.13.0 types-click==7.1.8 types-pyyaml==6.0.12.20240917 trustme==1.1.0 -cryptography==43.0.1 -coverage==7.6.1 +cryptography==43.0.3 +coverage==7.6.1; python_version < '3.9' +coverage==7.6.4; python_version >= '3.9' coverage-conditional-plugin==0.9.0 httpx==0.27.2 watchgod==0.8.2 # Documentation mkdocs==1.6.1 -mkdocs-material==9.5.39 +mkdocs-material==9.5.43