Skip to content
Open
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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.11", "3.12"]
python-version: ["3.12"]
toxenv:
[
django42-celery53-drflatest,
Expand Down
50 changes: 26 additions & 24 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
amqp==5.3.1
# via kombu
asgiref==3.10.0
asgiref==3.11.1
# via django
billiard==4.2.2
billiard==4.2.4
# via celery
celery==5.5.3
celery==5.6.2
# via
# -c constraints.txt
# -c requirements/constraints.txt
# edx-celeryutils
cffi==2.0.0
# via pynacl
click==8.3.0
click==8.3.1
# via
# celery
# click-didyoumean
Expand All @@ -29,10 +29,10 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
django==4.2.27
django==5.2.12
# via
# -c common_constraints.txt
# -r base.in
# -c requirements/common_constraints.txt
# -r requirements/base.in
# django-crum
# django-model-utils
# django-waffle
Expand All @@ -42,50 +42,52 @@ django==4.2.27
# jsonfield
django-crum==0.7.9
# via
# -r base.in
# -r requirements/base.in
# edx-django-utils
django-model-utils==5.0.0
# via
# -r base.in
# -r requirements/base.in
# edx-celeryutils
django-waffle==5.0.0
# via edx-django-utils
djangorestframework==3.16.1
# via -r base.in
# via -r requirements/base.in
edx-celeryutils==1.4.0
# via -r base.in
# via -r requirements/base.in
edx-django-utils==8.0.1
# via -r base.in
# via -r requirements/base.in
jsonfield==3.2.0
# via edx-celeryutils
kombu==5.5.4
kombu==5.6.2
# via celery
packaging==25.0
packaging==26.0
# via kombu
prompt-toolkit==3.0.52
# via click-repl
psutil==7.1.0
psutil==7.2.2
# via edx-django-utils
pycparser==2.23
pycparser==3.0
# via cffi
pynacl==1.6.0
pynacl==1.6.2
# via edx-django-utils
python-dateutil==2.9.0.post0
# via celery
simplejson==3.20.2
# via -r base.in
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
sqlparse==0.5.3
sqlparse==0.5.5
# via django
stevedore==5.5.0
stevedore==5.7.0
# via edx-django-utils
tzdata==2025.2
tzdata==2025.3
# via kombu
tzlocal==5.3.1
# via celery
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.14
wcwidth==0.6.0
# via prompt-toolkit
8 changes: 4 additions & 4 deletions requirements/celery53.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
amqp==5.3.1
billiard==4.2.2
celery==5.5.3
click==8.3.0
billiard==4.2.4
celery==5.6.2
click==8.3.1
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.5.4
kombu==5.6.2
prompt-toolkit==3.0.52
vine==5.1.0
22 changes: 13 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
cachetools==6.2.1
# via tox
chardet==5.2.0
cachetools==7.0.3
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.25.0
# via
# python-discovery
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.5.0
platformdirs==4.9.4
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.31.0
python-discovery==1.1.1
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.0
# via -r requirements/ci.in
virtualenv==20.35.3
virtualenv==21.1.0
# via tox
2 changes: 1 addition & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# this file from Github directly. It does not require packaging in edx-lint.

# using LTS django version
Django<5.0
Django<6.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
Loading