Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Jul 8, 2024
2 parents 2d1a614 + a1fa22b commit 89f2680
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==70.2.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.16.0
# via -r requirements/tox.in
virtualenv==20.26.3
# via tox
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==5.3.3
# via
# -r requirements/tox.txt
# tox
certifi==2024.6.2
certifi==2024.7.4
# via requests
chardet==5.2.0
# via
Expand Down Expand Up @@ -63,7 +63,7 @@ tomli==2.0.1
# coverage
# pyproject-api
# tox
tox==4.15.1
tox==4.16.0
# via -r requirements/tox.txt
urllib3==2.2.2
# via requests
Expand Down

0 comments on commit 89f2680

Please sign in to comment.