Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #403

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
bleach[css]==6.1.0
# via -r requirements/base.in
boto3==1.34.85
boto3==1.34.88
# via fs-s3fs
botocore==1.34.85
botocore==1.34.88
# via
# boto3
# s3transfer
Expand All @@ -28,7 +28,7 @@ django==4.2.11
# openedx-django-pyfs
django-appconf==1.0.6
# via django-statici18n
django-statici18n==2.4.0
django-statici18n==2.5.0
# via -r requirements/base.in
fs==2.4.16
# via
Expand Down Expand Up @@ -89,7 +89,7 @@ webencodings==0.5.1
# tinycss2
webob==1.8.7
# via 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.2
virtualenv==20.25.3
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/quality.txt
boto3==1.34.85
boto3==1.34.88
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.34.85
botocore==1.34.88
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -111,13 +111,13 @@ django-appconf==1.0.6
# via
# -r requirements/quality.txt
# django-statici18n
django-statici18n==2.4.0
django-statici18n==2.5.0
# via -r requirements/quality.txt
edx-i18n-tools==1.5.0
# via -r requirements/quality.txt
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -231,7 +231,7 @@ platformdirs==4.2.0
# -r requirements/ci.txt
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -383,7 +383,7 @@ urllib3==1.26.18
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.25.2
virtualenv==20.25.3
# via
# -r requirements/ci.txt
# tox
Expand All @@ -410,7 +410,7 @@ wrapt==1.11.2
# via
# -r requirements/quality.txt
# astroid
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/quality.txt
# xblock-sdk
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
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/test.txt
boto3==1.34.85
boto3==1.34.88
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.85
botocore==1.34.88
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -86,13 +86,13 @@ django-appconf==1.0.6
# via
# -r requirements/test.txt
# django-statici18n
django-statici18n==2.4.0
django-statici18n==2.5.0
# via -r requirements/test.txt
edx-i18n-tools==1.5.0
# via -r requirements/test.txt
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 @@ -176,7 +176,7 @@ path==16.14.0
# edx-i18n-tools
pbr==6.0.0
# via stevedore
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -317,7 +317,7 @@ webob==1.8.7
# xblock-sdk
wrapt==1.11.2
# via astroid
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/test.txt
# xblock-sdk
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ binaryornot==0.4.4
# via cookiecutter
bleach[css]==6.1.0
# via -r requirements/base.txt
boto3==1.34.85
boto3==1.34.88
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.85
botocore==1.34.88
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -58,11 +58,11 @@ django-appconf==1.0.6
# via
# -r requirements/base.txt
# django-statici18n
django-statici18n==2.4.0
django-statici18n==2.5.0
# via -r requirements/base.txt
edx-i18n-tools==1.5.0
# via -r requirements/test.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
fs==2.4.16
# via
Expand Down Expand Up @@ -122,7 +122,7 @@ packaging==24.0
# via pytest
path==16.14.0
# via edx-i18n-tools
pluggy==1.4.0
pluggy==1.5.0
# via pytest
polib==1.2.0
# via edx-i18n-tools
Expand Down Expand Up @@ -219,7 +219,7 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/base.txt
# xblock-sdk
Expand Down
Loading