Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Sep 25, 2023
2 parents 33f59a2 + 79a8062 commit 1e85847
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 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.49
boto3==1.28.53
# via fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -62,7 +62,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.4
# via django
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
urllib3==1.26.16
# via botocore
Expand Down
16 changes: 8 additions & 8 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.6
astroid==2.15.7
# 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.49
boto3==1.28.53
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -65,7 +65,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
cookiecutter==2.3.0
cookiecutter==2.3.1
# via
# -r requirements/test.txt
# xblock-sdk
Expand All @@ -75,7 +75,7 @@ coverage==6.5.0
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -134,7 +134,7 @@ importlib-metadata==6.8.0
# -r requirements/test.txt
# keyring
# twine
importlib-resources==6.0.1
importlib-resources==6.1.0
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -387,7 +387,7 @@ tox==3.28.0
# -r requirements/tox.txt
twine==4.0.2
# via -r requirements/test.txt
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/test.txt
# asgiref
Expand Down Expand Up @@ -428,7 +428,7 @@ xblock-sdk==0.7.0
# via -r requirements/test.txt
xblock-utils==3.4.1
# via -r requirements/test.txt
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements/test.txt
# importlib-metadata
Expand Down
6 changes: 3 additions & 3 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.49
boto3==1.28.53
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -101,7 +101,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.12.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -92,7 +92,7 @@ packaging==23.1
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.0
pydata-sphinx-theme==0.14.1
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down Expand Up @@ -157,7 +157,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -182,7 +182,7 @@ xblock[django]==1.7.0
# xblock-utils
xblock-utils==3.4.1
# via -r requirements/base.txt
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==2.15.6
astroid==2.15.7
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,9 +47,9 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.3.0
cookiecutter==2.3.1
# via xblock-sdk
cryptography==41.0.3
cryptography==41.0.4
# via secretstorage
ddt==1.6.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -82,7 +82,7 @@ importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==6.0.1
importlib-resources==6.1.0
# via keyring
isort==5.12.0
# via pylint
Expand Down Expand Up @@ -238,7 +238,7 @@ tomlkit==0.12.1
# via pylint
twine==4.0.2
# via -r requirements/quality.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# asgiref
Expand Down Expand Up @@ -273,7 +273,7 @@ xblock-sdk==0.7.0
# via -r requirements/quality.in
xblock-utils==3.4.1
# via -r requirements/base.txt
zipp==3.16.2
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==2.15.6
astroid==2.15.7
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,13 +47,13 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.3.0
cookiecutter==2.3.1
# via xblock-sdk
coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/test.in
cryptography==41.0.3
cryptography==41.0.4
# via secretstorage
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -90,7 +90,7 @@ importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==6.0.1
importlib-resources==6.1.0
# via keyring
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -262,7 +262,7 @@ tomlkit==0.12.1
# via pylint
twine==4.0.2
# via -r requirements/test.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# asgiref
Expand Down Expand Up @@ -299,7 +299,7 @@ xblock-utils==3.4.1
# via
# -r requirements/base.txt
# -r requirements/test.in
zipp==3.16.2
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
Expand Down

0 comments on commit 1e85847

Please sign in to comment.