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 6 updates #2743

Merged
merged 6 commits into from
Nov 18, 2024
Merged
Changes from 1 commit
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
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
-e .[full]

# Testing
coverage==7.6.1
coverage==7.6.4
Kludex marked this conversation as resolved.
Show resolved Hide resolved
importlib-metadata==8.5.0
mypy==1.11.2
ruff==0.6.8
mypy==1.13.0
ruff==0.7.2
typing_extensions==4.12.2
types-contextvars==2.4.7.3
types-PyYAML==6.0.12.20240917
types-dataclasses==0.6.6
pytest==8.3.3
trio==0.26.2
trio==0.27.0

# Documentation
mkdocs==1.6.1
mkdocs-material==9.5.39
mkdocs-material==9.5.43
mkautodoc==0.2.0

# Packaging
build==1.2.2
build==1.2.2.post1
twine==5.1.1
Loading