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

Merged
merged 3 commits into from
Oct 9, 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
2 changes: 1 addition & 1 deletion completion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""


__version__ = '4.7.1'
__version__ = '4.7.2'
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# edx-drf-extensions
# edx-toggles
Expand Down Expand Up @@ -112,18 +112,18 @@ lxml==5.3.0
# via xblock
mako==1.3.5
# via xblock
markupsafe==2.1.5
markupsafe==3.0.0
# via
# jinja2
# mako
# xblock
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
openedx-events==9.14.1
# via event-tracking
pbr==6.1.0
# via stevedore
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
psutil==6.0.0
# via edx-django-utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.20.0
tox==4.21.2
# via -r requirements/ci.in
virtualenv==20.26.5
virtualenv==20.26.6
# via tox
30 changes: 16 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.3.4
astroid==3.3.5
# via
# pylint
# pylint-celery
attrs==24.2.0
# via openedx-events
billiard==4.2.1
# via celery
build==1.2.2
build==1.2.2.post1
# via pip-tools
cachetools==5.5.0
# via tox
Expand Down Expand Up @@ -71,7 +71,7 @@ ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.0
# via -r requirements/dev.in
dill==0.3.8
dill==0.3.9
# via pylint
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -112,7 +112,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# edx-drf-extensions
# edx-toggles
Expand Down Expand Up @@ -143,7 +143,7 @@ event-tracking==2.4.0
# -r requirements/base.in
factory-boy==3.3.1
# via -r requirements/test.in
faker==29.0.0
faker==30.3.0
# via factory-boy
fastavro==1.9.7
# via openedx-events
Expand All @@ -169,7 +169,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
Expand All @@ -194,7 +194,7 @@ mako==1.3.5
# via xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.0
# via
# jinja2
# mako
Expand All @@ -209,7 +209,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
Expand Down Expand Up @@ -241,7 +241,7 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
psutil==6.0.0
# via edx-django-utils
Expand Down Expand Up @@ -282,7 +282,7 @@ pynacl==1.5.0
# via edx-django-utils
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down Expand Up @@ -323,7 +323,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -351,12 +351,14 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.20.0
tox==4.21.2
# via -r requirements/dev.in
twine==5.1.1
# via -r requirements/quality.in
typing-extensions==4.12.2
# via edx-opaque-keys
# via
# edx-opaque-keys
# faker
tzdata==2024.2
# via
# celery
Expand All @@ -370,7 +372,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.5
virtualenv==20.26.6
# via tox
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
11 changes: 6 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# edx-drf-extensions
# edx-toggles
Expand All @@ -122,7 +122,7 @@ event-tracking==2.4.0
# -r requirements/base.in
factory-boy==3.3.1
# via -r requirements/test.in
faker==29.0.0
faker==30.3.0
# via factory-boy
fastavro==1.9.7
# via openedx-events
Expand All @@ -146,14 +146,14 @@ lxml==5.3.0
# via xblock
mako==1.3.5
# via xblock
markupsafe==2.1.5
markupsafe==3.0.0
# via
# jinja2
# mako
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
openedx-events==9.14.1
# via event-tracking
Expand All @@ -166,7 +166,7 @@ pbr==6.1.0
# via stevedore
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
psutil==6.0.0
# via edx-django-utils
Expand Down Expand Up @@ -267,6 +267,7 @@ text-unidecode==1.3
typing-extensions==4.12.2
# via
# edx-opaque-keys
# faker
# pydata-sphinx-theme
tzdata==2024.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
22 changes: 12 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.3.4
astroid==3.3.5
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -58,7 +58,7 @@ cryptography==43.0.1
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
dill==0.3.9
# via pylint
django==4.2.16
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# edx-drf-extensions
# edx-toggles
Expand Down Expand Up @@ -124,7 +124,7 @@ event-tracking==2.4.0
# -r requirements/base.in
factory-boy==3.3.1
# via -r requirements/test.in
faker==29.0.0
faker==30.3.0
# via factory-boy
fastavro==1.9.7
# via openedx-events
Expand All @@ -146,7 +146,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
Expand All @@ -164,7 +164,7 @@ mako==1.3.5
# via xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.0
# via
# jinja2
# mako
Expand All @@ -179,7 +179,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
Expand All @@ -195,7 +195,7 @@ platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
psutil==6.0.0
# via edx-django-utils
Expand Down Expand Up @@ -269,7 +269,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -300,7 +300,9 @@ tomlkit==0.13.2
twine==5.1.1
# via -r requirements/quality.in
typing-extensions==4.12.2
# via edx-opaque-keys
# via
# edx-opaque-keys
# faker
tzdata==2024.2
# via
# celery
Expand Down
14 changes: 8 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# edx-drf-extensions
# edx-toggles
Expand All @@ -102,7 +102,7 @@ event-tracking==2.4.0
# -r requirements/base.in
factory-boy==3.3.1
# via -r requirements/test.in
faker==29.0.0
faker==30.3.0
# via factory-boy
fastavro==1.9.7
# via openedx-events
Expand All @@ -122,14 +122,14 @@ lxml==5.3.0
# via xblock
mako==1.3.5
# via xblock
markupsafe==2.1.5
markupsafe==3.0.0
# via
# jinja2
# mako
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
openedx-events==9.14.1
# via event-tracking
Expand All @@ -139,7 +139,7 @@ pbr==6.1.0
# via stevedore
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
psutil==6.0.0
# via edx-django-utils
Expand Down Expand Up @@ -202,7 +202,9 @@ stevedore==5.3.0
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via edx-opaque-keys
# via
# edx-opaque-keys
# faker
tzdata==2024.2
# via
# celery
Expand Down