Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
irtazaakram authored Sep 9, 2024
2 parents 85420af + 6d40e12 commit 0f33079
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
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
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
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ coverage==7.6.1
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -53,7 +53,7 @@ packaging==24.1
# via
# -r requirements/test.txt
# pytest
platformdirs==4.2.2
platformdirs==4.3.1
# via pylint
pluggy==1.5.0
# via
Expand All @@ -67,7 +67,7 @@ pytest==8.3.2
# via
# -r requirements/test.txt
# pytest-django
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ pluggy==1.5.0
# via pytest
pytest==8.3.2
# via pytest-django
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.in
8 changes: 4 additions & 4 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ colorama==0.4.6
# via tox
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.1
# 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/tox.in
virtualenv==20.26.3
virtualenv==20.26.4
# via tox
8 changes: 4 additions & 4 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ distlib==0.3.8
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.15.4
filelock==3.16.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -42,7 +42,7 @@ packaging==24.1
# -r requirements/tox.txt
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.1
# via
# -r requirements/tox.txt
# tox
Expand All @@ -57,11 +57,11 @@ pyproject-api==1.7.1
# tox
requests==2.32.3
# via coveralls
tox==4.18.0
tox==4.18.1
# via -r requirements/tox.txt
urllib3==2.2.2
# via requests
virtualenv==20.26.3
virtualenv==20.26.4
# via
# -r requirements/tox.txt
# tox

0 comments on commit 0f33079

Please sign in to comment.