Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 9, 2024
1 parent ffa2b90 commit 0d76733
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ coverage==7.6.1
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.0
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.2
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.18.0
tox==4.18.1
# via -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.26.4
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ beautifulsoup4==4.12.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
build==1.2.1
build==1.2.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -101,12 +101,12 @@ execnet==2.1.1
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.15.4
filelock==3.16.0
# via
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.111.2
hypothesis==6.112.0
# via -r requirements/doc.txt
idna==3.8
# via
Expand Down Expand Up @@ -166,7 +166,7 @@ pbr==6.1.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.2
platformdirs==4.3.2
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -305,7 +305,7 @@ tomlkit==0.13.2
# via
# -r requirements/doc.txt
# pylint
tox==4.18.0
tox==4.18.1
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
Expand All @@ -316,7 +316,7 @@ urllib3==2.2.2
# via
# -r requirements/doc.txt
# requests
virtualenv==20.26.3
virtualenv==20.26.4
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.111.2
hypothesis==6.112.0
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -85,7 +85,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -125,7 +125,7 @@ pytest==8.3.2
# pytest-xdist
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/django-test.in
pytest-xdist==3.6.1
# via -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.111.2
hypothesis==6.112.0
# via -r requirements/test.txt
idna==3.8
# via requests
Expand Down Expand Up @@ -113,7 +113,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via
# -r requirements/test.txt
# pylint
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.1
build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.0.0
setuptools==74.1.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ edx-lint==5.4.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.111.2
hypothesis==6.112.0
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand All @@ -59,7 +59,7 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via pylint
pluggy==1.5.0
# via pytest
Expand Down

0 comments on commit 0d76733

Please sign in to comment.