Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Jan 2, 2024
2 parents 75ca88e + c2c9cff commit 3071b66
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 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.34.7
boto3==1.34.11
# via fs-s3fs
botocore==1.34.7
botocore==1.34.11
# via
# boto3
# s3transfer
Expand All @@ -35,7 +35,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml==4.9.4
lxml==5.0.0
# via xblock
mako==1.3.0
# via xblock
Expand Down
8 changes: 4 additions & 4 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.34.7
boto3==1.34.11
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.7
botocore==1.34.11
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -187,7 +187,7 @@ lazy==1.6
# via
# -r requirements/test.txt
# xblock
lxml==4.9.4
lxml==5.0.0
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -297,7 +297,7 @@ pyproject-api==1.6.1
# via
# -r requirements/tox.txt
# tox
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.txt
# pytest-django
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.34.7
boto3==1.34.11
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.7
botocore==1.34.11
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -51,7 +51,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==4.9.4
lxml==5.0.0
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.34.7
boto3==1.34.11
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.7
botocore==1.34.11
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -74,7 +74,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==4.9.4
lxml==5.0.0
# via
# -r requirements/base.txt
# xblock
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.0.2
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.7
boto3==1.34.11
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.7
botocore==1.34.11
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -111,7 +111,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==4.9.4
lxml==5.0.0
# via
# -r requirements/base.txt
# xblock
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.0.2
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.7
boto3==1.34.11
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.7
botocore==1.34.11
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -121,7 +121,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==4.9.4
lxml==5.0.0
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -188,7 +188,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.in
# pytest-django
Expand Down

0 comments on commit 3071b66

Please sign in to comment.