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 9 updates #860

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
30 changes: 16 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile dev.in
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
asgiref==3.7.2
asgiref==3.8.1
# via -r tests.in
babel==2.13.1
# via sphinx
beautifulsoup4==4.12.2
# via furo
blinker==1.6.3
blinker==1.8.2
# via -r tests.in
build==1.0.3
# via pip-tools
Expand All @@ -30,7 +30,7 @@ click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
coverage==7.3.2
coverage==7.5.1
# via -r tests.in
distlib==0.3.7
# via virtualenv
Expand All @@ -40,7 +40,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
furo==2023.9.10
furo==2024.5.6
# via -r docs.in
identify==2.5.31
# via pre-commit
Expand All @@ -63,17 +63,17 @@ packaging==23.2
# pytest
# sphinx
# tox
pip-tools==7.3.0
pip-tools==7.4.1
# via -r dev.in
platformdirs==3.11.0
platformdirs==4.2.2
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.5.0
# via
# pytest
# tox
pre-commit==3.5.0
pre-commit==3.7.1
# via -r dev.in
pygments==2.16.1
# via
Expand All @@ -82,8 +82,10 @@ pygments==2.16.1
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
# via
# build
# pip-tools
pytest==8.2.1
# via -r tests.in
pyyaml==6.0.1
# via pre-commit
Expand All @@ -93,7 +95,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
sphinx==7.3.7
# via
# -r docs.in
# furo
Expand All @@ -117,11 +119,11 @@ sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
tox==4.11.3
tox==4.15.0
# via -r dev.in
urllib3==2.0.7
# via requests
virtualenv==20.24.6
virtualenv==20.26.2
# via
# pre-commit
# tox
Expand Down
6 changes: 3 additions & 3 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==0.7.16
# via sphinx
babel==2.13.1
# via sphinx
Expand All @@ -16,7 +16,7 @@ charset-normalizer==3.3.1
# via requests
docutils==0.20.1
# via sphinx
furo==2023.9.10
furo==2024.5.6
# via -r docs.in
idna==3.4
# via requests
Expand All @@ -38,7 +38,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
sphinx==7.3.7
# via
# -r docs.in
# furo
Expand Down
10 changes: 5 additions & 5 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile tests.in
#
asgiref==3.7.2
asgiref==3.8.1
# via -r tests.in
blinker==1.6.3
blinker==1.8.2
# via -r tests.in
coverage==7.3.2
coverage==7.5.1
# via -r tests.in
iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pluggy==1.3.0
pluggy==1.5.0
# via pytest
pytest==7.4.3
pytest==8.2.1
# via -r tests.in
Loading