Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 7, 2024
1 parent 20e4e6e commit 68742d5
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 259 deletions.
33 changes: 11 additions & 22 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,14 +8,7 @@ amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
billiard==4.2.1
# via celery
celery==5.4.0
# via
Expand All @@ -33,14 +26,14 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==4.2.13
django==4.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# django-model-utils
# djangorestframework
# drf-yasg
django-model-utils==4.5.1
django-model-utils==5.0.0
# via -r requirements/base.in
djangorestframework==3.15.2
# via
Expand All @@ -50,30 +43,26 @@ drf-yasg==1.21.7
# via -r requirements/base.in
inflection==0.5.1
# via drf-yasg
kombu==5.3.7
kombu==5.4.2
# via celery
packaging==24.1
# via drf-yasg
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
python-dateutil==2.9.0.post0
# via celery
pytz==2024.1
pytz==2024.2
# via drf-yasg
pyyaml==6.0.1
pyyaml==6.0.2
# via drf-yasg
six==1.16.0
# via python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via django
typing-extensions==4.12.2
# via
# asgiref
# kombu
tzdata==2024.1
tzdata==2024.2
# via
# backports-zoneinfo
# celery
# kombu
uritemplate==4.1.1
# via drf-yasg
vine==5.1.0
Expand Down
20 changes: 8 additions & 12 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,36 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
cachetools==5.3.3
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.5.3
coverage==7.6.1
# via -r requirements/ci.in
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
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.21.2
# via -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.26.6
# via tox
Loading

0 comments on commit 68742d5

Please sign in to comment.