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

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
40 changes: 21 additions & 19 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
attrs==23.2.0
attrs==24.2.0
# via openedx-events
billiard==4.2.0
billiard==4.2.1
# via celery
celery==5.4.0
# via event-tracking
certifi==2024.7.4
certifi==2024.8.30
# via elasticsearch
cffi==1.16.0
cffi==1.17.1
# via pynacl
click==8.1.7
# via
Expand All @@ -34,7 +34,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
django==4.2.14
django==4.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -54,12 +54,12 @@ django-waffle==4.1.0
# edx-toggles
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.14.2
edx-django-utils==5.16.0
# via
# edx-toggles
# event-tracking
# openedx-events
edx-opaque-keys[django]==2.10.0
edx-opaque-keys[django]==2.11.0
# via
# edx-ccx-keys
# openedx-events
Expand All @@ -75,21 +75,21 @@ event-tracking==2.4.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
fastavro==1.9.5
fastavro==1.9.7
# via openedx-events
jinja2==3.1.4
# via code-annotations
kombu==5.3.7
kombu==5.4.2
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.12.0
newrelic==10.0.0
# via edx-django-utils
openedx-events==9.11.0
openedx-events==9.14.1
# via event-tracking
pbr==6.0.0
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 All @@ -105,9 +105,9 @@ python-dateutil==2.9.0.post0
# via celery
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via event-tracking
pyyaml==6.0.1
pyyaml==6.0.2
# via code-annotations
six==1.16.0
# via
Expand All @@ -116,7 +116,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.1
# via django
stevedore==5.2.0
stevedore==5.3.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -125,9 +125,11 @@ text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via edx-opaque-keys
tzdata==2024.1
# via celery
urllib3==1.26.19
tzdata==2024.2
# via
# celery
# kombu
urllib3==1.26.20
# via elasticsearch
vine==5.1.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tox==4.16.0
tox==4.21.2
# via -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.26.6
# via tox
Loading
Loading