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-requirements group across 1 directory with 10 updates #589

Closed
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions requirements/cbuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Tools
# ------------------------------------------------------------------------------
cibuildwheel==2.21.3 # https://github.com/pypa/cibuildwheel
setuptools==75.1.0 # https://github.com/pypa/setuptools
setuptools==75.2.0 # https://github.com/pypa/setuptools

# Mypyc
# ------------------------------------------------------------------------------
mypy[mypyc]==1.11.2 # https://github.com/python/mypy
mypy[mypyc]==1.12.1 # https://github.com/python/mypy
mypy-extensions==1.0.0 # https://github.com/python/mypy_extensions
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Documentation
# ------------------------------------------------------------------------------
Sphinx==8.1.0 # https://github.com/sphinx-doc/sphinx
Sphinx==8.1.3 # https://github.com/sphinx-doc/sphinx
sphinx-tabs==3.4.7 # https://github.com/executablebooks/sphinx-tabs
sphinx-issues==4.1.0 # https://github.com/sloria/sphinx-issues
sphinx-issues==5.0.0 # https://github.com/sloria/sphinx-issues
sphinxcontrib-log-cabinet==1.0.1 # https://github.com/davidism/sphinxcontrib-log-cabinet

# Pallets
# ------------------------------------------------------------------------------
Pallets-Sphinx-Themes==2.1.3 # https://github.com/pallets/pallets-sphinx-themes
Pallets-Sphinx-Themes==2.2.0 # https://github.com/pallets/pallets-sphinx-themes
2 changes: 1 addition & 1 deletion requirements/style.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Code formatter + Code quality + Code linter
# ------------------------------------------------------------------------------
ruff==0.6.9 # https://github.com/astral-sh/ruff
ruff==0.7.0 # https://github.com/astral-sh/ruff
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ typeguard==4.3.0 # https://github.com/agronholm/typeguard
# Code quality
# ------------------------------------------------------------------------------
coverage==7.6.2;python_version>"3.8" # https://github.com/nedbat/coveragepy
coverage==7.6.1;python_version=="3.8"
coverage==7.6.4;python_version=="3.8"


# Tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Type check
# ------------------------------------------------------------------------------
mypy==1.11.2;python_version>="3.11" # https://github.com/python/mypy
mypy==1.12.1;python_version>="3.11" # https://github.com/python/mypy
pytype==2024.1.5;python_version>="3.11" and python_version<"3.12" # https://github.com/google/pytype
types_setuptools==75.1.0.20240917 # https://github.com/python/typeshed
types_setuptools==75.2.0.20241019 # https://github.com/python/typeshed
typeguard==4.3.0 # https://github.com/agronholm/typeguard
pyright==1.1.384;python_version>="3.11" # https://github.com/microsoft/pyright
pyright==1.1.385;python_version>="3.11" # https://github.com/microsoft/pyright
Loading