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 7 updates #2499

Merged
merged 5 commits into from
Nov 20, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Kludex marked this conversation as resolved.
Show resolved Hide resolved
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
Loading