Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Oct 30, 2023
2 parents f8674c6 + 64d0831 commit f1388b1
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 39 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.68
boto3==1.28.73
# via fs-s3fs
botocore==1.31.68
botocore==1.31.73
# 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 cookiecutter
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.0
# via
# tox
# virtualenv
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
24 changes: 10 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ asgiref==3.7.2
# -r requirements/base.txt
# -r requirements/test.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# pylint
# pylint-celery
Expand All @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.28.68
boto3==1.28.73
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -53,7 +53,7 @@ chardet==5.2.0
# -r requirements/base.txt
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -95,13 +95,13 @@ django==3.2.22
# -r requirements/base.txt
# -r requirements/test.txt
# openedx-django-pyfs
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.4
filelock==3.13.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -149,8 +149,6 @@ lazy==1.6
# -r requirements/test.txt
# acid-xblock
# xblock
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -221,15 +219,15 @@ pygments==2.16.1
# -r requirements/base.txt
# -r requirements/test.txt
# 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.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -239,7 +237,7 @@ pypng==0.20220715.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -359,7 +357,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/test.txt
# tox
Expand All @@ -373,8 +371,6 @@ webob==1.8.7
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
wrapt==1.15.0
# via astroid
xblock[django]==1.8.1
# via
# -r requirements/base.txt
Expand Down
24 changes: 10 additions & 14 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.68
boto3==1.28.73
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/test.txt
# boto3
Expand All @@ -43,7 +43,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 @@ -78,13 +78,13 @@ django==3.2.22
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# openedx-django-pyfs
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.4
filelock==3.13.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -126,8 +126,6 @@ lazy==1.6
# -r requirements/test.txt
# acid-xblock
# xblock
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -189,23 +187,23 @@ pygments==2.16.1
# via
# -r requirements/test.txt
# 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.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pypng==0.20220715.0
# via -r requirements/test.txt
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -304,7 +302,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/test.txt
# tox
Expand All @@ -316,8 +314,6 @@ webob==1.8.7
# via
# -r requirements/test.txt
# xblock
wrapt==1.15.0
# via astroid
xblock[django]==1.8.1
# via
# -r requirements/test.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.28.68
boto3==1.28.73
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/base.txt
# boto3
Expand All @@ -39,7 +39,7 @@ chardet==5.2.0
# via
# -r requirements/base.txt
# binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/base.txt
# requests
Expand All @@ -63,7 +63,7 @@ distlib==0.3.7
# openedx-django-pyfs
exceptiongroup==1.1.3
# via pytest
filelock==3.12.4
filelock==3.13.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -145,7 +145,7 @@ pygments==2.16.1
# rich
pypng==0.20220715.0
# via -r requirements/base.txt
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -230,7 +230,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
web-fragments==2.1.0
# via
Expand Down

0 comments on commit f1388b1

Please sign in to comment.