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

Merged
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
9 changes: 5 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ click==8.1.8
# via
# code-annotations
# edx-django-utils
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-toggles
confluent-kafka[avro,schema-registry]==2.8.0
# via -r requirements/base.in
Expand All @@ -47,7 +47,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -210,7 +210,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.15.0
openedx-events==9.15.2
# via
# -r requirements/base.in
# edx-event-bus-kafka
Expand Down Expand Up @@ -258,7 +258,7 @@ pyyaml==6.0.2
# edx-django-release-util
redis==5.2.1
# via openedx-ledger
referencing==0.35.1
referencing==0.36.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -310,6 +310,7 @@ typing-extensions==4.12.2
# via
# anyio
# edx-opaque-keys
# referencing
uritemplate==4.1.1
# via
# drf-spectacular
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
17 changes: 9 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ click-log==0.4.0
# via
# -r requirements/validation.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/validation.txt
# edx-lint
Expand Down Expand Up @@ -111,7 +111,7 @@ distlib==0.3.9
# via
# -r requirements/validation.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -r requirements/validation.txt
# django-clearcache
Expand Down Expand Up @@ -149,7 +149,7 @@ django-crum==0.7.9
# edx-django-utils
# edx-rbac
# edx-toggles
django-debug-toolbar==4.4.6
django-debug-toolbar==5.0.1
# via -r requirements/dev.in
django-dynamic-fixture==4.0.1
# via -r requirements/validation.txt
Expand Down Expand Up @@ -369,7 +369,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/validation.txt
more-itertools==10.5.0
more-itertools==10.6.0
# via
# -r requirements/validation.txt
# jaraco-classes
Expand All @@ -392,7 +392,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.15.0
openedx-events==9.15.2
# via
# -r requirements/validation.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -548,7 +548,7 @@ redis==5.2.1
# via
# -r requirements/validation.txt
# openedx-ledger
referencing==0.35.1
referencing==0.36.1
# via
# -r requirements/validation.txt
# jsonschema
Expand All @@ -573,7 +573,7 @@ requests-toolbelt==1.0.0
# via
# -r requirements/validation.txt
# twine
responses==0.25.5
responses==0.25.6
# via -r requirements/validation.txt
rfc3986==2.0.0
# via
Expand Down Expand Up @@ -656,6 +656,7 @@ typing-extensions==4.12.2
# django-test-migrations
# edx-opaque-keys
# faker
# referencing
uritemplate==4.1.1
# via
# -r requirements/validation.txt
Expand All @@ -667,7 +668,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/validation.txt
# tox
Expand Down
15 changes: 8 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -112,7 +112,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -352,7 +352,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -372,7 +372,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.15.0
openedx-events==9.15.2
# via
# -r requirements/test.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -513,7 +513,7 @@ redis==5.2.1
# via
# -r requirements/test.txt
# openedx-ledger
referencing==0.35.1
referencing==0.36.1
# via
# -r requirements/test.txt
# jsonschema
Expand All @@ -537,7 +537,7 @@ requests-oauthlib==2.0.0
# social-auth-core
requests-toolbelt==1.0.0
# via twine
responses==0.25.5
responses==0.25.6
# via -r requirements/test.txt
restructuredtext-lint==1.4.0
# via doc8
Expand Down Expand Up @@ -636,6 +636,7 @@ typing-extensions==4.12.2
# edx-opaque-keys
# faker
# pydata-sphinx-theme
# referencing
uritemplate==4.1.1
# via
# -r requirements/test.txt
Expand All @@ -648,7 +649,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/test.txt
# tox
Expand Down
9 changes: 5 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ click==8.1.8
# -r requirements/base.txt
# code-annotations
# edx-django-utils
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/base.txt
# edx-toggles
Expand All @@ -64,7 +64,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.17
django==4.2.18
# via
# -r requirements/base.txt
# django-clearcache
Expand Down Expand Up @@ -264,7 +264,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.15.0
openedx-events==9.15.2
# via
# -r requirements/base.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -338,7 +338,7 @@ redis==5.2.1
# via
# -r requirements/base.txt
# openedx-ledger
referencing==0.35.1
referencing==0.36.1
# via
# -r requirements/base.txt
# jsonschema
Expand Down Expand Up @@ -408,6 +408,7 @@ typing-extensions==4.12.2
# -r requirements/base.txt
# anyio
# edx-opaque-keys
# referencing
uritemplate==4.1.1
# via
# -r requirements/base.txt
Expand Down
15 changes: 8 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -100,7 +100,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -333,7 +333,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -353,7 +353,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.15.0
openedx-events==9.15.2
# via
# -r requirements/test.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -488,7 +488,7 @@ redis==5.2.1
# via
# -r requirements/test.txt
# openedx-ledger
referencing==0.35.1
referencing==0.36.1
# via
# -r requirements/test.txt
# jsonschema
Expand All @@ -511,7 +511,7 @@ requests-oauthlib==2.0.0
# social-auth-core
requests-toolbelt==1.0.0
# via twine
responses==0.25.5
responses==0.25.6
# via -r requirements/test.txt
rfc3986==2.0.0
# via twine
Expand Down Expand Up @@ -585,6 +585,7 @@ typing-extensions==4.12.2
# django-test-migrations
# edx-opaque-keys
# faker
# referencing
uritemplate==4.1.1
# via
# -r requirements/test.txt
Expand All @@ -597,7 +598,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/test.txt
# tox
Expand Down
13 changes: 7 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/base.txt
# -r requirements/test.in
Expand Down Expand Up @@ -89,7 +89,7 @@ dill==0.3.9
# via pylint
distlib==0.3.9
# via virtualenv
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -306,7 +306,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.15.0
openedx-events==9.15.2
# via
# -r requirements/base.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -415,7 +415,7 @@ redis==5.2.1
# via
# -r requirements/base.txt
# openedx-ledger
referencing==0.35.1
referencing==0.36.1
# via
# -r requirements/base.txt
# jsonschema
Expand All @@ -434,7 +434,7 @@ requests-oauthlib==2.0.0
# -r requirements/base.txt
# getsmarter-api-clients
# social-auth-core
responses==0.25.5
responses==0.25.6
# via -r requirements/test.in
rpds-py==0.22.3
# via
Expand Down Expand Up @@ -496,6 +496,7 @@ typing-extensions==4.12.2
# django-test-migrations
# edx-opaque-keys
# faker
# referencing
uritemplate==4.1.1
# via
# -r requirements/base.txt
Expand All @@ -507,7 +508,7 @@ urllib3==2.2.3
# -r requirements/base.txt
# requests
# responses
virtualenv==20.28.1
virtualenv==20.29.1
# via tox

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading
Loading