Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Nov 27, 2023
2 parents b06f92c + 14e062a commit 75c2882
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.29.3
boto3==1.29.6
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.32.3
botocore==1.32.6
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -75,7 +75,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
cookiecutter==2.4.0
cookiecutter==2.5.0
# via
# -r requirements/test.txt
# xblock-sdk
Expand Down Expand Up @@ -114,7 +114,7 @@ docutils==0.20.1
# readme-renderer
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -132,7 +132,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# xblock-sdk
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -244,7 +244,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.17.1
pygments==2.17.2
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -391,7 +391,7 @@ urllib3==1.26.18
# botocore
# requests
# twine
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/tox.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fs==2.4.16
# via
# -r requirements/base.txt
# xblock
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -64,7 +64,7 @@ packaging==23.2
# sphinx
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
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.0.1
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.29.3
boto3==1.29.6
# via fs-s3fs
botocore==1.32.3
botocore==1.32.6
# via
# boto3
# s3transfer
Expand All @@ -42,7 +42,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.4.0
cookiecutter==2.5.0
# via xblock-sdk
ddt==1.7.0
# via -r requirements/quality.in
Expand All @@ -62,7 +62,7 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via xblock-sdk
idna==3.4
idna==3.6
# via requests
isort==5.12.0
# via pylint
Expand Down Expand Up @@ -103,7 +103,7 @@ platformdirs==3.11.0
# pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pygments==2.17.1
pygments==2.17.2
# via rich
pylint==3.0.2
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.0.1
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.29.3
boto3==1.29.6
# via fs-s3fs
botocore==1.32.3
botocore==1.32.6
# via
# boto3
# s3transfer
Expand All @@ -44,7 +44,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.4.0
cookiecutter==2.5.0
# via xblock-sdk
coverage==6.5.0
# via coveralls
Expand All @@ -66,7 +66,7 @@ docutils==0.20.1
# via readme-renderer
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
fs==2.4.16
# via
Expand All @@ -75,7 +75,7 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via xblock-sdk
idna==3.4
idna==3.6
# via requests
importlib-metadata==6.8.0
# via
Expand Down Expand Up @@ -142,7 +142,7 @@ pluggy==1.3.0
# via pytest
pycparser==2.21
# via cffi
pygments==2.17.1
pygments==2.17.2
# via
# readme-renderer
# rich
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 75c2882

Please sign in to comment.