Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Apr 21, 2024
1 parent 3d85e9c commit faa08d8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.84
boto3==1.34.88
# via fs-s3fs
botocore==1.34.84
botocore==1.34.88
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -130,7 +130,7 @@ webob==1.8.7
# via
# -r requirements/base.in
# xblock
xblock[django]==3.1.0
xblock[django]==4.0.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
# via tox
Expand All @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.14.2
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.84
boto3==1.34.88
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.84
botocore==1.34.88
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -112,7 +112,7 @@ django==4.2.11
# openedx-django-pyfs
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -219,7 +219,7 @@ platformdirs==4.2.0
# pylint
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -373,7 +373,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/test.txt
# tox
Expand All @@ -387,7 +387,7 @@ webob==1.8.7
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.84
boto3==1.34.88
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.84
botocore==1.34.88
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -93,7 +93,7 @@ django==4.2.11
# openedx-django-pyfs
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -186,7 +186,7 @@ platformdirs==4.2.0
# pylint
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -315,7 +315,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/test.txt
# tox
Expand All @@ -327,7 +327,7 @@ webob==1.8.7
# via
# -r requirements/test.txt
# xblock
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/test.txt
# acid-xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.34.84
boto3==1.34.88
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.84
botocore==1.34.88
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ distlib==0.3.8
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# openedx-django-pyfs
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
filelock==3.13.4
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# pytest
# tox
Expand Down Expand Up @@ -241,7 +241,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
web-fragments==2.2.0
# via
Expand All @@ -251,7 +251,7 @@ webob==1.8.7
# via
# -r requirements/base.txt
# xblock
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/base.txt
# acid-xblock
Expand Down

0 comments on commit faa08d8

Please sign in to comment.