Skip to content

Commit 7354ed7

Browse files
Bump the python-packages group with 8 updates (#3156)
1 parent 5bb2ea0 commit 7354ed7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ chardet==5.2.0
1111
# Documentation
1212
mkdocs==1.5.3
1313
mkautodoc==0.2.0
14-
mkdocs-material==9.5.12
14+
mkdocs-material==9.5.16
1515

1616
# Packaging
17-
build==1.1.1
17+
build==1.2.1
1818
twine==5.0.0
1919

2020
# Tests & Linting
21-
coverage[toml]==7.4.3
21+
coverage[toml]==7.4.4
2222
cryptography==42.0.5
23-
mypy==1.8.0
24-
pytest==8.0.2
25-
ruff==0.3.0
26-
trio==0.24.0
23+
mypy==1.9.0
24+
pytest==8.1.1
25+
ruff==0.3.4
26+
trio==0.25.0
2727
trio-typing==0.10.0
2828
trustme==1.1.0
29-
uvicorn==0.27.1
29+
uvicorn==0.29.0

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def url(self) -> httpx.URL:
236236
def install_signal_handlers(self) -> None:
237237
# Disable the default installation of handlers for signals such as SIGTERM,
238238
# because it can only be done in the main thread.
239-
pass
239+
pass # pragma: nocover
240240

241241
async def serve(self, sockets=None):
242242
self.restart_requested = asyncio.Event()

0 commit comments

Comments
 (0)