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

chore: Upgrade Python requirements #747

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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ billiard==4.2.1
# via celery
bleach[css]==6.2.0
# via -r requirements/base.in
boto3==1.35.71
boto3==1.35.76
# via django-ses
botocore==1.35.71
botocore==1.35.76
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -67,7 +67,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -240,7 +240,7 @@ pyyaml==6.0.2
# via
# code-annotations
# drf-spectacular
redis==5.2.0
redis==5.2.1
# via -r requirements/base.in
referencing==0.35.1
# via
Expand All @@ -255,7 +255,7 @@ requests==2.32.3
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
rpds-py==0.21.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
Expand All @@ -267,7 +267,7 @@ semantic-version==2.10.0
# via edx-drf-extensions
simplejson==3.19.3
# via -r requirements/base.in
six==1.16.0
six==1.17.0
# via
# analytics-python
# edx-auth-backends
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/validation.txt
# django
# django-cors-headers
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/validation.txt
# pylint
Expand All @@ -35,11 +35,11 @@ billiard==4.2.1
# celery
bleach[css]==6.2.0
# via -r requirements/validation.txt
boto3==1.35.71
boto3==1.35.76
# via
# -r requirements/validation.txt
# django-ses
botocore==1.35.71
botocore==1.35.76
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -100,7 +100,7 @@ code-annotations==2.0.0
# -r requirements/validation.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/validation.txt
# pytest-cov
Expand All @@ -126,7 +126,7 @@ dill==0.3.9
# via
# -r requirements/validation.txt
# pylint
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/validation.txt
Expand Down Expand Up @@ -476,7 +476,7 @@ pyyaml==6.0.2
# code-annotations
# drf-spectacular
# edx-i18n-tools
redis==5.2.0
redis==5.2.1
# via -r requirements/validation.txt
referencing==0.35.1
# via
Expand All @@ -495,7 +495,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/validation.txt
# social-auth-core
rpds-py==0.21.0
rpds-py==0.22.3
# via
# -r requirements/validation.txt
# jsonschema
Expand All @@ -512,7 +512,7 @@ semantic-version==2.10.0
# edx-drf-extensions
simplejson==3.19.3
# via -r requirements/validation.txt
six==1.16.0
six==1.17.0
# via
# -r requirements/validation.txt
# analytics-python
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/test.txt
# pylint
Expand All @@ -45,11 +45,11 @@ billiard==4.2.1
# celery
bleach[css]==6.2.0
# via -r requirements/test.txt
boto3==1.35.71
boto3==1.35.76
# via
# -r requirements/test.txt
# django-ses
botocore==1.35.71
botocore==1.35.76
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -104,7 +104,7 @@ code-annotations==2.0.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -124,7 +124,7 @@ dill==0.3.9
# via
# -r requirements/test.txt
# pylint
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -440,7 +440,7 @@ pyyaml==6.0.2
# drf-spectacular
readme-renderer==44.0
# via -r requirements/doc.in
redis==5.2.0
redis==5.2.1
# via -r requirements/test.txt
referencing==0.35.1
# via
Expand All @@ -462,7 +462,7 @@ requests-oauthlib==2.0.0
# social-auth-core
restructuredtext-lint==1.4.0
# via doc8
rpds-py==0.21.0
rpds-py==0.22.3
# via
# -r requirements/test.txt
# jsonschema
Expand All @@ -479,7 +479,7 @@ semantic-version==2.10.0
# edx-drf-extensions
simplejson==3.19.3
# via -r requirements/test.txt
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# analytics-python
Expand Down
12 changes: 6 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ billiard==4.2.1
# celery
bleach[css]==6.2.0
# via -r requirements/base.txt
boto3==1.35.71
boto3==1.35.76
# via
# -r requirements/base.txt
# django-ses
botocore==1.35.71
botocore==1.35.76
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -92,7 +92,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -328,7 +328,7 @@ pyyaml==6.0.2
# -r requirements/production.in
# code-annotations
# drf-spectacular
redis==5.2.0
redis==5.2.1
# via -r requirements/base.txt
referencing==0.35.1
# via
Expand All @@ -347,7 +347,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
rpds-py==0.21.0
rpds-py==0.22.3
# via
# -r requirements/base.txt
# jsonschema
Expand All @@ -364,7 +364,7 @@ semantic-version==2.10.0
# edx-drf-extensions
simplejson==3.19.3
# via -r requirements/base.txt
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# analytics-python
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -34,11 +34,11 @@ billiard==4.2.1
# celery
bleach[css]==6.2.0
# via -r requirements/base.txt
boto3==1.35.71
boto3==1.35.76
# via
# -r requirements/base.txt
# django-ses
botocore==1.35.71
botocore==1.35.76
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -103,7 +103,7 @@ defusedxml==0.8.0rc2
# social-auth-core
dill==0.3.9
# via pylint
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -354,7 +354,7 @@ pyyaml==6.0.2
# -r requirements/base.txt
# code-annotations
# drf-spectacular
redis==5.2.0
redis==5.2.1
# via -r requirements/base.txt
referencing==0.35.1
# via
Expand All @@ -373,7 +373,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
rpds-py==0.21.0
rpds-py==0.22.3
# via
# -r requirements/base.txt
# jsonschema
Expand All @@ -390,7 +390,7 @@ semantic-version==2.10.0
# edx-drf-extensions
simplejson==3.19.3
# via -r requirements/base.txt
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# analytics-python
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -34,11 +34,11 @@ billiard==4.2.1
# celery
bleach[css]==6.2.0
# via -r requirements/base.txt
boto3==1.35.71
boto3==1.35.76
# via
# -r requirements/base.txt
# django-ses
botocore==1.35.71
botocore==1.35.76
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -92,7 +92,7 @@ code-annotations==2.0.0
# -r requirements/test.in
# edx-lint
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -110,7 +110,7 @@ defusedxml==0.8.0rc2
# social-auth-core
dill==0.3.9
# via pylint
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -379,7 +379,7 @@ pyyaml==6.0.2
# -r requirements/base.txt
# code-annotations
# drf-spectacular
redis==5.2.0
redis==5.2.1
# via -r requirements/base.txt
referencing==0.35.1
# via
Expand All @@ -398,7 +398,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
rpds-py==0.21.0
rpds-py==0.22.3
# via
# -r requirements/base.txt
# jsonschema
Expand All @@ -415,7 +415,7 @@ semantic-version==2.10.0
# edx-drf-extensions
simplejson==3.19.3
# via -r requirements/base.txt
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# analytics-python
Expand Down
Loading
Loading