]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Bump the python-packages group with 8 updates (#3156)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 9 Apr 2024 20:38:43 +0000 (21:38 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2024 20:38:43 +0000 (21:38 +0100)
requirements.txt
tests/conftest.py

index 3e73fbdbd3ca4e22e7c5c363c73765e1166ac651..a119fb981ce755289e5a3858c8acafd8f8be2ec9 100644 (file)
@@ -11,19 +11,19 @@ chardet==5.2.0
 # Documentation
 mkdocs==1.5.3
 mkautodoc==0.2.0
-mkdocs-material==9.5.12
+mkdocs-material==9.5.16
 
 # Packaging
-build==1.1.1
+build==1.2.1
 twine==5.0.0
 
 # Tests & Linting
-coverage[toml]==7.4.3
+coverage[toml]==7.4.4
 cryptography==42.0.5
-mypy==1.8.0
-pytest==8.0.2
-ruff==0.3.0
-trio==0.24.0
+mypy==1.9.0
+pytest==8.1.1
+ruff==0.3.4
+trio==0.25.0
 trio-typing==0.10.0
 trustme==1.1.0
-uvicorn==0.27.1
+uvicorn==0.29.0
index 1bcb6a42204844a9a4ec3221e6f46fa7bff0c59a..5c4a6ae57760919b3d18a313de8cf0e07abaed39 100644 (file)
@@ -236,7 +236,7 @@ class TestServer(Server):
     def install_signal_handlers(self) -> None:
         # Disable the default installation of handlers for signals such as SIGTERM,
         # because it can only be done in the main thread.
-        pass
+        pass  # pragma: nocover
 
     async def serve(self, sockets=None):
         self.restart_requested = asyncio.Event()