Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
salman2013 authored Oct 16, 2023
2 parents 59ec7fe + c560f87 commit c5ff627
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 16 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.62
boto3==1.28.63
# via fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# boto3
# s3transfer
Expand Down
7 changes: 4 additions & 3 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.62
boto3==1.28.63
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -249,7 +249,7 @@ py==1.11.0
# via
# -r requirements/tox.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.txt
pycparser==2.21
# via
Expand Down Expand Up @@ -428,6 +428,7 @@ wrapt==1.15.0
xblock[django]==1.8.1
# via
# -r requirements/test.txt
# xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
Expand Down
5 changes: 3 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.62
boto3==1.28.63
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -124,6 +124,7 @@ webob==1.8.7
xblock[django]==1.8.1
# via
# -r requirements/base.txt
# xblock
# xblock-utils
xblock-utils==4.0.0
# via -r requirements/base.txt
Expand Down
5 changes: 3 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.13.0
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -181,6 +181,7 @@ webob==1.8.7
xblock[django]==1.8.1
# via
# -r requirements/base.txt
# xblock
# xblock-utils
xblock-utils==4.0.0
# via -r requirements/base.txt
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.2.1
pip==23.3
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
7 changes: 4 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==2.15.8
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -145,7 +145,7 @@ pkginfo==1.9.6
# via twine
platformdirs==3.11.0
# via pylint
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -271,6 +271,7 @@ wrapt==1.15.0
xblock[django]==1.8.1
# via
# -r requirements/base.txt
# xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
Expand Down
7 changes: 4 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==2.15.8
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -161,7 +161,7 @@ platformdirs==3.11.0
# via pylint
pluggy==1.3.0
# via pytest
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.in
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -295,6 +295,7 @@ wrapt==1.15.0
xblock[django]==1.8.1
# via
# -r requirements/base.txt
# xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
Expand Down

0 comments on commit c5ff627

Please sign in to comment.