Skip to content

Commit

Permalink
Merge pull request #34 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-bc43b11

Python Requirements Update
  • Loading branch information
farhan authored Oct 30, 2023
2 parents bc43b11 + f37b01f commit 667a9f3
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.68
boto3==1.28.73
# via fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# boto3
# s3transfer
Expand Down
16 changes: 8 additions & 8 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.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 Down Expand Up @@ -75,7 +75,7 @@ coverage==6.5.0
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -103,13 +103,13 @@ docutils==0.20.1
# via
# -r requirements/test.txt
# readme-renderer
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.4
filelock==3.13.0
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -266,7 +266,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -279,7 +279,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-django
Expand Down Expand Up @@ -400,7 +400,7 @@ urllib3==1.26.18
# botocore
# requests
# twine
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/tox.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
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 Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
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 Down Expand Up @@ -92,7 +92,7 @@ packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.0.1
# pylint-celery
binaryornot==0.4.4
# via 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 @@ -49,7 +49,7 @@ code-annotations==1.5.0
# via edx-lint
cookiecutter==2.4.0
# via xblock-sdk
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
ddt==1.6.0
# via -r requirements/quality.in
Expand All @@ -63,7 +63,7 @@ django==3.2.22
# xblock-sdk
docutils==0.20.1
# via readme-renderer
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
fs==2.4.16
# via
Expand Down Expand Up @@ -159,7 +159,7 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.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,11 +20,11 @@ astroid==3.0.1
# pylint-celery
binaryornot==0.4.4
# via 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 Down Expand Up @@ -53,7 +53,7 @@ coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/test.in
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
ddt==1.6.0
# via -r requirements/test.in
Expand All @@ -69,7 +69,7 @@ docopt==0.6.2
# via coveralls
docutils==0.20.1
# via readme-renderer
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
# via pytest
Expand Down Expand Up @@ -174,15 +174,15 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.in
# pytest-django
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.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 https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/tox.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox

0 comments on commit 667a9f3

Please sign in to comment.