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

Merged
merged 2 commits into from
Sep 4, 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.6.8'
__version__ = '4.6.9'
14 changes: 10 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ billiard==4.2.0
# via celery
celery==5.4.0
# via event-tracking
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand All @@ -45,7 +49,7 @@ code-annotations==1.8.0
# via edx-toggles
cryptography==43.0.0
# via pyjwt
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -85,7 +89,7 @@ edx-django-utils==5.15.0
# edx-toggles
# event-tracking
# openedx-events
edx-drf-extensions==10.3.0
edx-drf-extensions==10.4.0
# via -r requirements/base.in
edx-opaque-keys[django]==2.10.0
# via
Expand Down Expand Up @@ -130,6 +134,8 @@ prompt-toolkit==3.0.47
# via click-repl
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
# via
# drf-jwt
Expand Down Expand Up @@ -202,7 +208,7 @@ xblock==5.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==73.0.1
setuptools==74.1.1
# via
# -r requirements/base.in
# fs
18 changes: 12 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ cachetools==5.5.0
# via tox
celery==5.4.0
# via event-tracking
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via
# cryptography
# pynacl
chardet==5.2.0
# via
# diff-cover
Expand Down Expand Up @@ -80,7 +84,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -123,7 +127,7 @@ edx-django-utils==5.15.0
# edx-toggles
# event-tracking
# openedx-events
edx-drf-extensions==10.3.0
edx-drf-extensions==10.4.0
# via -r requirements/base.in
edx-i18n-tools==1.6.2
# via -r requirements/dev.in
Expand All @@ -150,7 +154,7 @@ exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.0.0
faker==28.1.0
# via factory-boy
fastavro==1.9.5
# via openedx-events
Expand Down Expand Up @@ -256,6 +260,8 @@ psutil==6.0.0
# via edx-django-utils
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
Expand All @@ -267,7 +273,7 @@ pyjwt[crypto]==2.9.0
# via
# drf-jwt
# edx-drf-extensions
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -299,7 +305,7 @@ pytest==8.3.2
# pytest-django
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down
18 changes: 12 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ billiard==4.2.0
# via celery
celery==5.4.0
# via event-tracking
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand All @@ -59,7 +63,7 @@ cryptography==43.0.0
# via pyjwt
ddt==1.7.2
# via -r requirements/test.in
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -89,7 +93,7 @@ djangorestframework==3.15.2
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
doc8==1.1.1
doc8==1.1.2
# via -r requirements/doc.in
docutils==0.19
# via
Expand All @@ -107,7 +111,7 @@ edx-django-utils==5.15.0
# edx-toggles
# event-tracking
# openedx-events
edx-drf-extensions==10.3.0
edx-drf-extensions==10.4.0
# via -r requirements/base.in
edx-opaque-keys[django]==2.10.0
# via
Expand All @@ -127,7 +131,7 @@ exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.0.0
faker==28.1.0
# via factory-boy
fastavro==1.9.5
# via openedx-events
Expand Down Expand Up @@ -177,6 +181,8 @@ prompt-toolkit==3.0.47
# via click-repl
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.18.0
Expand All @@ -201,7 +207,7 @@ pytest==8.3.2
# pytest-django
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.1
setuptools==74.1.1
# via -r requirements/pip.in
20 changes: 13 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ billiard==4.2.0
# via celery
celery==5.4.0
# via event-tracking
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand Down Expand Up @@ -65,7 +69,7 @@ ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
# via pylint
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -107,7 +111,7 @@ edx-django-utils==5.15.0
# edx-toggles
# event-tracking
# openedx-events
edx-drf-extensions==10.3.0
edx-drf-extensions==10.4.0
# via -r requirements/base.in
edx-lint==5.3.7
# via
Expand All @@ -131,7 +135,7 @@ exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.0.0
faker==28.1.0
# via factory-boy
fastavro==1.9.5
# via openedx-events
Expand Down Expand Up @@ -212,6 +216,8 @@ psutil==6.0.0
# via edx-django-utils
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
Expand All @@ -222,7 +228,7 @@ pyjwt[crypto]==2.9.0
# via
# drf-jwt
# edx-drf-extensions
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand All @@ -248,7 +254,7 @@ pytest==8.3.2
# pytest-django
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -350,7 +356,7 @@ zipp==3.20.1
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
setuptools==73.0.1
setuptools==74.1.1
# via
# -r requirements/base.in
# fs
14 changes: 10 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ billiard==4.2.0
# via celery
celery==5.4.0
# via event-tracking
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand Down Expand Up @@ -87,7 +91,7 @@ edx-django-utils==5.15.0
# edx-toggles
# event-tracking
# openedx-events
edx-drf-extensions==10.3.0
edx-drf-extensions==10.4.0
# via -r requirements/base.in
edx-opaque-keys[django]==2.10.0
# via
Expand All @@ -107,7 +111,7 @@ exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.0.0
faker==28.1.0
# via factory-boy
fastavro==1.9.5
# via openedx-events
Expand Down Expand Up @@ -148,6 +152,8 @@ prompt-toolkit==3.0.47
# via click-repl
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
# via
# drf-jwt
Expand All @@ -164,7 +170,7 @@ pytest==8.3.2
# pytest-django
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down
Loading