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 in /requirements with 1 update #819

Merged
Merged
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: 14 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
#
alabaster==0.7.13
# via sphinx
asgiref==3.5.0
asgiref==3.7.2
# via -r tests.in
babel==2.13.1
# via sphinx
beautifulsoup4==4.12.2
# via furo
blinker==1.6.3
# via -r tests.in
build==1.0.3
Expand Down Expand Up @@ -38,6 +40,8 @@ filelock==3.13.1
# via
# tox
# virtualenv
furo==2023.9.10
# via -r docs.in
identify==2.5.31
# via pre-commit
idna==3.4
Expand Down Expand Up @@ -73,7 +77,9 @@ pluggy==1.3.0
pre-commit==3.5.0
# via -r dev.in
pygments==2.16.1
# via sphinx
# via
# furo
# sphinx
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
Expand All @@ -88,14 +94,20 @@ semantic-version==2.10.0
# via -r tests.in
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
# via
# -r docs.in
# furo
# sphinx-basic-ng
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-basic-ng==1.0.0b2
# via furo
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
blinker
coverage
asgiref==3.5.0
asgiref==3.7.2
pytest
semantic_version
pluggy
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile tests.in
#
asgiref==3.5.0
asgiref==3.7.2
# via -r tests.in
blinker==1.6.3
# via -r tests.in
Expand Down