Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
salman2013 authored Oct 23, 2023
2 parents 49c9d44 + 626424d commit 56b14f5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 40 deletions.
22 changes: 7 additions & 15 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -25,11 +25,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.63
boto3==1.28.68
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# -r requirements/test.txt
# boto3
Expand All @@ -46,7 +46,7 @@ chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -166,10 +166,6 @@ keyring==24.2.0
# via
# -r requirements/test.txt
# twine
lazy-object-proxy==1.9.0
# via
# -r requirements/test.txt
# astroid
lxml==4.9.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -244,7 +240,7 @@ pygments==2.16.1
# -r requirements/test.txt
# readme-renderer
# rich
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -255,7 +251,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -379,7 +375,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/test.txt
# botocore
Expand All @@ -399,10 +395,6 @@ webob==1.8.7
# -r requirements/test.txt
# xblock
# xblock-sdk
wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
xblock==1.8.1
# via
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
django==3.2.22
# via -r requirements/base.txt
Expand Down Expand Up @@ -126,7 +126,7 @@ typing-extensions==4.8.0
# -r requirements/base.txt
# asgiref
# pydata-sphinx-theme
urllib3==2.0.6
urllib3==2.0.7
# via requests
web-fragments==2.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
18 changes: 7 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.63
boto3==1.28.68
# via fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# boto3
# s3transfer
certifi==2023.7.22
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -74,8 +74,6 @@ jmespath==1.0.1
# via
# boto3
# botocore
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -105,7 +103,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pygments==2.16.1
# via rich
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/quality.in
# edx-lint
Expand All @@ -114,7 +112,7 @@ pylint==2.17.7
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -184,7 +182,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# botocore
# requests
Expand All @@ -198,8 +196,6 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
wrapt==1.15.0
# via astroid
xblock==1.8.1
# via
# -r requirements/base.txt
Expand Down
18 changes: 7 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.63
boto3==1.28.68
# via fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ cffi==1.16.0
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -103,8 +103,6 @@ jmespath==1.0.1
# botocore
keyring==24.2.0
# via twine
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -146,15 +144,15 @@ pygments==2.16.1
# via
# readme-renderer
# rich
pylint==2.17.7
pylint==3.0.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -243,7 +241,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# botocore
# requests
Expand All @@ -258,8 +256,6 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
wrapt==1.15.0
# via astroid
xblock==1.8.1
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 56b14f5

Please sign in to comment.