Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Nov 28, 2023
2 parents 27b842b + f210469 commit 9f0d6df
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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 @@ tox==3.28.0
# tox-travis
tox-travis==0.13
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -273,11 +273,11 @@ typing-extensions==4.8.0
# asgiref
# astroid
# pylint
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/ci.txt
# tox
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ docutils==0.19
# sphinx
edx-django-utils==5.8.0
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
freezegun==1.2.2
# via -r requirements/test.txt
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -136,7 +136,7 @@ pycparser==2.21
# cffi
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.17.1
pygments==2.17.2
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down
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
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ edx-django-utils==5.8.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ django-waffle==4.0.0
# via -r requirements/base.txt
edx-django-utils==5.8.0
# via -r requirements/base.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
freezegun==1.2.2
# via -r requirements/test.in
Expand Down

0 comments on commit 9f0d6df

Please sign in to comment.