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 4 updates #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
16 changes: 6 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.4
# via
# tox
# virtualenv
identify==2.5.36
# via pre-commit
nodeenv==1.8.0
# via pre-commit
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
Expand All @@ -32,19 +32,15 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via tox
pre-commit==3.5.0
pre-commit==3.8.0
# via -r dev.in
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
pyyaml==6.0.1
# via pre-commit
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.0
tox==4.16.0
# via -r dev.in
virtualenv==20.26.2
virtualenv==20.26.3
# via
# pre-commit
# tox
Expand Down
12 changes: 3 additions & 9 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile docs.in
#
alabaster==0.7.13
alabaster==1.0.0
# via sphinx
babel==2.15.0
# via sphinx
Expand All @@ -20,8 +20,6 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
Expand All @@ -36,13 +34,11 @@ pygments==2.18.0
# via
# sphinx
# sphinx-tabs
pytz==2024.1
# via babel
requests==2.32.2
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==8.0.2
# via
# -r docs.in
# pallets-sphinx-themes
Expand All @@ -62,9 +58,7 @@ sphinxcontrib-log-cabinet==1.0.1
# via -r docs.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.2.1
# via requests
zipp==3.18.2
# via importlib-metadata
8 changes: 1 addition & 7 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@
#
# pip-compile tests.in
#
async-timeout==4.0.3
# via redis
click==8.1.7
# via rq
exceptiongroup==1.2.1
# via pytest
iniconfig==2.0.0
# via pytest
packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.1
pytest==8.3.2
# via -r tests.in
redis==5.0.4
# via rq
rq==1.16.2
# via -r tests.in
tomli==2.0.1
# via pytest
Loading