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

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
20 changes: 10 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ django-waffle==4.1.0
# via
# edx-django-utils
# edx-toggles
djangorestframework==3.15.1
djangorestframework==3.15.2
# via django-config-models
edx-ccx-keys==1.3.0
# via openedx-events
Expand All @@ -101,7 +101,7 @@ edx-django-utils==5.14.2
# edx-toggles
# event-tracking
# openedx-events
edx-opaque-keys[django]==2.9.0
edx-opaque-keys[django]==2.10.0
# via
# edx-ccx-keys
# openedx-events
Expand Down Expand Up @@ -131,17 +131,17 @@ kombu==5.3.7
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
openedx-events==9.10.0
openedx-events==9.11.0
# via event-tracking
openedx-filters==1.8.1
openedx-filters==1.9.0
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via click-repl
psutil==5.9.8
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
Expand All @@ -164,7 +164,7 @@ pytz==2024.1
# tincan
pyyaml==6.0.1
# via code-annotations
redis==5.0.4
redis==5.0.7
# via django-redis
requests==2.32.3
# via
Expand All @@ -187,7 +187,7 @@ text-unidecode==1.3
# via python-slugify
tincan==1.0.0
# via -r requirements/base.in
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# asgiref
# edx-opaque-keys
Expand All @@ -196,7 +196,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.4
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
Expand All @@ -26,13 +26,13 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.0
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.2
virtualenv==20.26.3
# via tox
42 changes: 21 additions & 21 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -172,7 +172,7 @@ django-waffle==4.1.0
# -r requirements/quality.txt
# edx-django-utils
# edx-toggles
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements/quality.txt
# django-config-models
Expand All @@ -193,7 +193,7 @@ edx-i18n-tools==1.6.0
# via -r requirements/dev.in
edx-lint==5.3.6
# via -r requirements/quality.txt
edx-opaque-keys[django]==2.9.0
edx-opaque-keys[django]==2.10.0
# via
# -r requirements/quality.txt
# edx-ccx-keys
Expand All @@ -212,7 +212,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==25.5.0
faker==26.0.0
# via
# -r requirements/quality.txt
# factory-boy
Expand All @@ -222,7 +222,7 @@ fastavro==1.9.4
# openedx-events
fasteners==0.19
# via -r requirements/quality.txt
filelock==3.14.0
filelock==3.15.4
# via
# -r requirements/ci.txt
# tox
Expand All @@ -237,7 +237,7 @@ importlib-metadata==6.11.0
# -r requirements/pip-tools.txt
# build
# typeguard
inflect==7.2.1
inflect==7.3.1
# via jinja2-pluralize
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -281,19 +281,19 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/quality.txt
more-itertools==10.2.0
more-itertools==10.3.0
# via inflect
newrelic==9.10.0
newrelic==9.11.0
# via
# -r requirements/quality.txt
# edx-django-utils
openedx-events==9.10.0
openedx-events==9.11.0
# via
# -r requirements/quality.txt
# event-tracking
openedx-filters==1.8.1
openedx-filters==1.9.0
# via -r requirements/quality.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -326,15 +326,15 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via
# -r requirements/quality.txt
# click-repl
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/quality.txt
# edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.txt
pycparser==2.22
# via
Expand All @@ -344,7 +344,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
# via diff-cover
pylint==3.2.2
pylint==3.2.5
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -373,7 +373,7 @@ pynacl==1.5.0
# via
# -r requirements/quality.txt
# edx-django-utils
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -410,7 +410,7 @@ pyyaml==6.0.1
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
redis==5.0.4
redis==5.0.7
# via
# -r requirements/quality.txt
# django-redis
Expand Down Expand Up @@ -462,11 +462,11 @@ tomlkit==0.12.5
# via
# -r requirements/quality.txt
# pylint
tox==4.15.0
tox==4.16.0
# via -r requirements/ci.txt
typeguard==4.3.0
# via inflect
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# asgiref
Expand All @@ -481,7 +481,7 @@ tzdata==2024.1
# -r requirements/quality.txt
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/quality.txt
# requests
Expand All @@ -491,7 +491,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/ci.txt
# tox
Expand Down
32 changes: 16 additions & 16 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -144,7 +144,7 @@ django-waffle==4.1.0
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements/test.txt
# django-config-models
Expand Down Expand Up @@ -173,7 +173,7 @@ edx-django-utils==5.14.2
# edx-toggles
# event-tracking
# openedx-events
edx-opaque-keys[django]==2.9.0
edx-opaque-keys[django]==2.10.0
# via
# -r requirements/test.txt
# edx-ccx-keys
Expand All @@ -192,7 +192,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.5.0
faker==26.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -257,23 +257,23 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.10.0
newrelic==9.11.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.17
# via readme-renderer
openedx-events==9.10.0
openedx-events==9.11.0
# via
# -r requirements/test.txt
# event-tracking
openedx-filters==1.8.1
openedx-filters==1.9.0
# via -r requirements/test.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# build
Expand All @@ -284,17 +284,17 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.11.0
pkginfo==1.10.0
# via twine
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via
# -r requirements/test.txt
# click-repl
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -353,7 +353,7 @@ pyyaml==6.0.1
# code-annotations
readme-renderer==43.0
# via twine
redis==5.0.4
redis==5.0.7
# via
# -r requirements/test.txt
# django-redis
Expand Down Expand Up @@ -428,9 +428,9 @@ tomli==2.0.1
# build
# coverage
# pytest
twine==5.1.0
twine==5.1.1
# via -r requirements/doc.in
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -443,7 +443,7 @@ tzdata==2024.1
# -r requirements/test.txt
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/test.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.2.0
# via -r requirements/pip.in
Loading
Loading