Skip to content

Commit

Permalink
Merge pull request #90 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-e855ffd

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Nov 28, 2023
2 parents e855ffd + c6f2495 commit 782ee5f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/tox.txt
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/tox.txt
# tox
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.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 @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
fs==2.4.16
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/tox.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox

0 comments on commit 782ee5f

Please sign in to comment.