Skip to content

Commit

Permalink
Merge pull request #219 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-aab1217

chore: Upgrade Python requirements
  • Loading branch information
Ian2012 authored Oct 7, 2024
2 parents aab1217 + 005c936 commit 29d7bb4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.20.0
tox==4.21.2
# via -r requirements/ci.in
virtualenv==20.26.6
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.3.4
astroid==3.3.5
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -17,7 +17,7 @@ backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
build==1.2.2
build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -275,7 +275,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.8.1
rich==13.9.2
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -307,7 +307,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.20.0
tox==4.21.2
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/quality.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.2.2
build==1.2.2.post1
# via -r requirements/doc.in
certifi==2024.8.30
# via requests
Expand Down Expand Up @@ -170,7 +170,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -188,7 +188,7 @@ sphinx==8.0.2
# sphinx-book-theme
# sphinx-copybutton
# sphinxcontrib-contentui
sphinx-autobuild==2024.9.19
sphinx-autobuild==2024.10.3
# via -r requirements/doc.in
sphinx-book-theme==1.1.3
# via -r requirements/doc.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.4
astroid==3.3.5
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -163,7 +163,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via twine
secretstorage==3.3.3
# via keyring
Expand Down

0 comments on commit 29d7bb4

Please sign in to comment.