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 #216

Merged
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
11 changes: 6 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ attrs==23.1.0
# via
# lti-consumer-xblock
# openedx-events
backports-zoneinfo==0.2.1
# via django
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.29.4
boto3==1.29.6
# via fs-s3fs
botocore==1.32.4
botocore==1.32.6
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -52,9 +54,9 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==3.2.23
django==4.2.7
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# django-appconf
# django-config-models
Expand Down Expand Up @@ -267,7 +269,6 @@ python3-openid==3.2.0
pytz==2023.3.post1
# via
# -r requirements/base.in
# django
# djangorestframework
# drf-yasg
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
6 changes: 5 additions & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# A central location for most common version constraints
# (across edx repos) for pip-installation.
Expand All @@ -14,7 +18,7 @@


# using LTS django version
Django<4.0


# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
15 changes: 9 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@ attrs==23.1.0
# -r requirements/validation.txt
# lti-consumer-xblock
# openedx-events
backports-zoneinfo==0.2.1
# via
# -r requirements/validation.txt
# django
bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.29.4
boto3==1.29.6
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.32.4
botocore==1.32.6
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -125,7 +129,7 @@ distlib==0.3.7
# via
# -r requirements/validation.txt
# virtualenv
django==3.2.23
django==4.2.7
# via
# -r requirements/validation.txt
# django-appconf
Expand Down Expand Up @@ -485,7 +489,7 @@ pycryptodomex==3.19.0
# pyjwkest
pydocstyle==6.3.0
# via -r requirements/validation.txt
pygments==2.17.1
pygments==2.17.2
# via
# -r requirements/validation.txt
# diff-cover
Expand Down Expand Up @@ -570,7 +574,6 @@ python3-openid==3.2.0
pytz==2023.3.post1
# via
# -r requirements/validation.txt
# django
# djangorestframework
# drf-yasg
# xblock
Expand Down Expand Up @@ -724,7 +727,7 @@ urllib3==1.26.18
# requests
# responses
# twine
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/validation.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==3.2.23
django==4.2.7
17 changes: 10 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,19 @@ attrs==23.1.0
# openedx-events
babel==2.13.1
# via sphinx
backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
bleach==6.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.29.4
boto3==1.29.6
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.32.4
botocore==1.32.6
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -122,9 +126,9 @@ distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
django==3.2.23
django==4.2.7
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/test.txt
# django-appconf
# django-config-models
Expand Down Expand Up @@ -456,7 +460,7 @@ pycryptodomex==3.19.0
# -r requirements/test.txt
# lti-consumer-xblock
# pyjwkest
pygments==2.17.1
pygments==2.17.2
# via
# doc8
# readme-renderer
Expand Down Expand Up @@ -540,7 +544,6 @@ pytz==2023.3.post1
# via
# -r requirements/test.txt
# babel
# django
# djangorestframework
# drf-yasg
# xblock
Expand Down Expand Up @@ -700,7 +703,7 @@ urllib3==1.26.18
# requests
# responses
# twine
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.3
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==69.0.1
setuptools==69.0.2
# via -r requirements/pip.in
11 changes: 7 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,20 @@ attrs==23.1.0
# -r requirements/base.txt
# lti-consumer-xblock
# openedx-events
backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
bleach==6.1.0
# via
# -r requirements/base.txt
# lti-consumer-xblock
boto3==1.29.4
boto3==1.29.6
# via
# -r requirements/base.txt
# django-ses
# fs-s3fs
botocore==1.32.4
botocore==1.32.6
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -77,7 +81,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==3.2.23
django==4.2.7
# via
# -r requirements/base.txt
# django-appconf
Expand Down Expand Up @@ -373,7 +377,6 @@ python3-openid==3.2.0
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
# django-ses
# djangorestframework
# drf-yasg
Expand Down
17 changes: 10 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@ attrs==23.1.0
# -r requirements/test.txt
# lti-consumer-xblock
# openedx-events
backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
bleach==6.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.29.4
boto3==1.29.6
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.32.4
botocore==1.32.6
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -116,9 +120,9 @@ distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
django==3.2.23
django==4.2.7
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/test.txt
# django-appconf
# django-config-models
Expand Down Expand Up @@ -442,7 +446,7 @@ pycryptodomex==3.19.0
# pyjwkest
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.1
pygments==2.17.2
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -521,7 +525,6 @@ python3-openid==3.2.0
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
# djangorestframework
# drf-yasg
# xblock
Expand Down Expand Up @@ -657,7 +660,7 @@ urllib3==1.26.18
# requests
# responses
# twine
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/test.txt
# tox
Expand Down
13 changes: 8 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,19 @@ attrs==23.1.0
# -r requirements/base.txt
# lti-consumer-xblock
# openedx-events
backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
bleach==6.1.0
# via
# -r requirements/base.txt
# lti-consumer-xblock
boto3==1.29.4
boto3==1.29.6
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.32.4
botocore==1.32.6
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -103,7 +107,7 @@ dill==0.3.7
distlib==0.3.7
# via virtualenv
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.txt
# django-appconf
# django-config-models
Expand Down Expand Up @@ -447,7 +451,6 @@ python3-openid==3.2.0
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
# djangorestframework
# drf-yasg
# xblock
Expand Down Expand Up @@ -562,7 +565,7 @@ urllib3==1.26.18
# botocore
# requests
# responses
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
walrus==0.9.3
# via
Expand Down
16 changes: 10 additions & 6 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,22 @@ attrs==23.1.0
# -r requirements/test.txt
# lti-consumer-xblock
# openedx-events
backports-zoneinfo==0.2.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# django
bleach==6.1.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.29.4
boto3==1.29.6
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.32.4
botocore==1.32.6
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -142,7 +147,7 @@ distlib==0.3.7
# -r requirements/quality.txt
# -r requirements/test.txt
# virtualenv
django==3.2.23
django==4.2.7
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -570,7 +575,7 @@ pycryptodomex==3.19.0
# pyjwkest
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.17.1
pygments==2.17.2
# via
# -r requirements/quality.txt
# readme-renderer
Expand Down Expand Up @@ -670,7 +675,6 @@ pytz==2023.3.post1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# django
# djangorestframework
# drf-yasg
# xblock
Expand Down Expand Up @@ -841,7 +845,7 @@ urllib3==1.26.18
# requests
# responses
# twine
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
Loading