Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-packages group with 8 updates #3156

Merged
merged 3 commits into from Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements.txt
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/conftest.py
Expand Up @@ -236,7 +236,7 @@ def url(self) -> httpx.URL:
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()
Expand Down