Skip to content

Commit

Permalink
Merge pull request #381 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-4a47229

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Nov 28, 2023
2 parents 4a47229 + a6d3c08 commit ea91be6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.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/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ typing-extensions==4.8.0
# -r requirements/base.txt
# astroid
# pylint
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
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
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
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ django==3.2.23
# via
# -c requirements/../edx_lint/files/common_constraints.txt
# -r requirements/test.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
# via
Expand Down Expand Up @@ -148,7 +148,7 @@ typing-extensions==4.8.0
# asgiref
# astroid
# pylint
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/dev.txt
# tox

0 comments on commit ea91be6

Please sign in to comment.