File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ chardet==5.2.0
11
11
# Documentation
12
12
mkdocs == 1.5.3
13
13
mkautodoc == 0.2.0
14
- mkdocs-material == 9.5.12
14
+ mkdocs-material == 9.5.16
15
15
16
16
# Packaging
17
- build == 1.1 .1
17
+ build == 1.2 .1
18
18
twine == 5.0.0
19
19
20
20
# Tests & Linting
21
- coverage [toml ]== 7.4.3
21
+ coverage [toml ]== 7.4.4
22
22
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
27
27
trio-typing == 0.10.0
28
28
trustme == 1.1.0
29
- uvicorn == 0.27.1
29
+ uvicorn == 0.29.0
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ def url(self) -> httpx.URL:
236
236
def install_signal_handlers (self ) -> None :
237
237
# Disable the default installation of handlers for signals such as SIGTERM,
238
238
# because it can only be done in the main thread.
239
- pass
239
+ pass # pragma: nocover
240
240
241
241
async def serve (self , sockets = None ):
242
242
self .restart_requested = asyncio .Event ()
You can’t perform that action at this time.
0 commit comments