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

Merged
merged 1 commit into from
Jan 29, 2024
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ click==8.1.7
# edx-django-utils
code-annotations==1.5.0
# via edx-toggles
cryptography==41.0.7
cryptography==42.0.1
# via pyjwt
django==3.2.23
# via
Expand Down Expand Up @@ -61,7 +61,7 @@ edx-django-utils==5.10.1
# -r requirements/base.in
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==9.1.2
edx-drf-extensions==10.0.0
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand All @@ -81,7 +81,7 @@ jsonschema-specifications==2023.12.1
# via jsonschema
markupsafe==2.1.4
# via jinja2
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand All @@ -100,7 +100,7 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/quality.txt
# pyjwt
Expand All @@ -80,7 +80,7 @@ ddt==1.7.1
# via -r requirements/quality.txt
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
dill==0.3.8
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -131,7 +131,7 @@ edx-django-utils==5.10.1
# -r requirements/quality.txt
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==9.1.2
edx-drf-extensions==10.0.0
# via -r requirements/quality.txt
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -223,7 +223,7 @@ more-itertools==10.2.0
# via
# -r requirements/quality.txt
# jaraco-classes
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -263,7 +263,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -332,7 +332,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -341,7 +341,7 @@ pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.7.0
# via -r requirements/quality.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -96,7 +96,7 @@ edx-django-utils==5.10.1
# -r requirements/test.txt
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==9.1.2
edx-drf-extensions==10.0.0
# via -r requirements/test.txt
edx-opaque-keys==2.5.1
# via
Expand Down Expand Up @@ -142,7 +142,7 @@ markupsafe==2.1.4
# via
# -r requirements/test.txt
# jinja2
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -161,7 +161,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements/test.txt
# jsonschema
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -192,7 +192,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -201,7 +201,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
# via -r requirements/test.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ code-annotations==1.5.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
ddt==1.7.1
# via -r requirements/test.txt
dill==0.3.7
dill==0.3.8
# via pylint
django==3.2.23
# via
Expand Down Expand Up @@ -98,7 +98,7 @@ edx-django-utils==5.10.1
# -r requirements/test.txt
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==9.1.2
edx-drf-extensions==10.0.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/quality.in
Expand Down Expand Up @@ -164,7 +164,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -186,7 +186,7 @@ pkgutil-resolve-name==1.3.10
# jsonschema
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -234,7 +234,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -243,7 +243,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
# via -r requirements/test.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down
12 changes: 6 additions & 6 deletions requirements/scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ code-annotations==1.5.0
# edx-toggles
confluent-kafka[avro]==2.3.0
# via -r requirements/scripts.in
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -85,9 +85,9 @@ edx-django-utils==5.10.1
# edx-drf-extensions
# edx-event-bus-kafka
# edx-toggles
edx-drf-extensions==9.1.2
edx-drf-extensions==10.0.0
# via -r requirements/base.txt
edx-event-bus-kafka==5.5.0
edx-event-bus-kafka==5.6.0
# via -r requirements/scripts.in
edx-opaque-keys[django]==2.5.1
# via
Expand Down Expand Up @@ -125,11 +125,11 @@ markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.2.0
openedx-events==9.3.0
# via edx-event-bus-kafka
pbr==6.0.0
# via
Expand Down Expand Up @@ -161,7 +161,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/base.txt
# code-annotations
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ code-annotations==1.5.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -83,7 +83,7 @@ edx-django-utils==5.10.1
# -r requirements/base.txt
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==9.1.2
edx-drf-extensions==10.0.0
# via -r requirements/base.txt
edx-opaque-keys==2.5.1
# via
Expand Down Expand Up @@ -118,7 +118,7 @@ markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -132,7 +132,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements/base.txt
# jsonschema
pluggy==1.3.0
pluggy==1.4.0
# via pytest
psutil==5.9.8
# via
Expand All @@ -156,15 +156,15 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.4
pytest==8.0.0
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.7.0
# via -r requirements/test.in
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/base.txt
# code-annotations
Expand Down
Loading