Skip to content
Draft
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
4 changes: 2 additions & 2 deletions .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: [quality, django42-drf314, django42-drflatest, django52-drf314, django52-drflatest]

steps:
Expand All @@ -36,7 +36,7 @@ jobs:
run: tox

- name: Run Coverage
if: matrix.python-version == '3.11' && matrix.toxenv=='django42-drflatest'
if: matrix.python-version == '3.12' && matrix.toxenv=='django42-drflatest'
uses: codecov/codecov-action@v5
with:
flags: unittests
Expand Down
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.9'
__version__ = '4.9.1'
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ billiard==4.2.4
# via celery
celery==5.6.2
# via event-tracking
certifi==2026.1.4
certifi==2026.2.25
# via requests
cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.4
charset-normalizer==3.4.5
# via requests
click==8.3.1
# via
Expand All @@ -38,11 +38,11 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.0
code-annotations==2.3.2
# via edx-toggles
cryptography==46.0.5
# via pyjwt
django==4.2.28
django==5.2.12
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -86,7 +86,7 @@ edx-django-utils==8.0.1
# openedx-events
edx-drf-extensions==10.6.0
# via -r requirements/base.in
edx-opaque-keys[django]==3.0.0
edx-opaque-keys[django]==3.1.0
# via
# -r requirements/base.in
# edx-ccx-keys
Expand Down Expand Up @@ -143,7 +143,7 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via code-annotations
pytz==2025.2
pytz==2026.1.post1
# via
# -r requirements/base.in
# event-tracking
Expand All @@ -166,7 +166,7 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.5
# via django
stevedore==5.6.0
stevedore==5.7.0
# via
# code-annotations
# edx-django-utils
Expand Down
18 changes: 11 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
#
# make upgrade
#
cachetools==7.0.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.3
filelock==3.25.0
# via
# python-discovery
# tox
# virtualenv
mock==5.2.0
Expand All @@ -22,15 +21,20 @@ packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.5.1
platformdirs==4.9.4
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.34.1
python-discovery==1.1.0
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.48.1
# via -r requirements/ci.in
virtualenv==20.36.1
virtualenv==21.1.0
# via tox
8 changes: 1 addition & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@
# 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
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# pip 26 is incompatible with pip-tools hence causing failures during the build process
# Make upgrade command and all requirements upgrade jobs are broken due to this.
# The constraint can be removed once a release (pip-tools > 7.5.2) is available with support for pip 26
# Issue to track this dependency and unpin later on: https://github.com/jazzband/pip-tools/issues/2319
pip<26.0
52 changes: 28 additions & 24 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,19 @@ billiard==4.2.4
# via celery
build==1.4.0
# via pip-tools
cachetools==7.0.1
cachetools==7.0.3
# via tox
celery==5.6.2
# via event-tracking
certifi==2026.1.4
certifi==2026.2.25
# via requests
cffi==2.0.0
# via
# cryptography
# pynacl
chardet==5.2.0
# via
# diff-cover
# tox
charset-normalizer==3.4.4
chardet==7.0.1
# via diff-cover
charset-normalizer==3.4.5
# via requests
click==8.3.1
# via
Expand All @@ -55,7 +53,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.0
code-annotations==2.3.2
# via
# edx-lint
# edx-toggles
Expand All @@ -75,7 +73,7 @@ dill==0.4.1
# via pylint
distlib==0.4.0
# via virtualenv
django==4.2.28
django==5.2.12
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -128,7 +126,7 @@ edx-lint==5.6.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
edx-opaque-keys[django]==3.0.0
edx-opaque-keys[django]==3.1.0
# via
# -r requirements/base.in
# edx-ccx-keys
Expand All @@ -142,12 +140,13 @@ event-tracking==3.3.0
# via -r requirements/base.in
factory-boy==3.3.3
# via -r requirements/test.in
faker==40.4.0
faker==40.8.0
# via factory-boy
fastavro==1.12.1
# via openedx-events
filelock==3.20.3
filelock==3.25.0
# via
# python-discovery
# tox
# virtualenv
freezegun==1.5.5
Expand All @@ -160,7 +159,7 @@ idna==3.11
# via requests
iniconfig==2.3.0
# via pytest
isort==7.0.0
isort==8.0.1
# via
# -r requirements/quality.in
# pylint
Expand All @@ -187,7 +186,7 @@ lxml[html-clean]==6.0.2
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.4.3
lxml-html-clean==0.4.4
# via lxml
mako==1.3.10
# via xblock
Expand All @@ -208,7 +207,7 @@ more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.2
nh3==0.3.3
# via readme-renderer
openedx-events==10.5.0
# via event-tracking
Expand All @@ -223,11 +222,12 @@ packaging==26.0
# wheel
path==16.16.0
# via edx-i18n-tools
pip-tools==7.5.2
pip-tools==7.5.3
# via -r requirements/dev.in
platformdirs==4.5.1
platformdirs==4.9.4
# via
# pylint
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
Expand Down Expand Up @@ -258,7 +258,7 @@ pyjwt[crypto]==2.11.0
# via
# drf-jwt
# edx-drf-extensions
pylint==4.0.4
pylint==4.0.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -290,16 +290,18 @@ pytest==9.0.2
# pytest-django
pytest-cov==7.0.0
# via -r requirements/test.in
pytest-django==4.11.1
pytest-django==4.12.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
# celery
# freezegun
# xblock
python-discovery==1.1.0
# via virtualenv
python-slugify==8.0.4
# via code-annotations
pytz==2025.2
pytz==2026.1.post1
# via
# -r requirements/base.in
# event-tracking
Expand All @@ -320,7 +322,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==14.3.2
rich==14.3.3
# via twine
secretstorage==3.5.0
# via keyring
Expand All @@ -339,16 +341,18 @@ snowballstemmer==3.0.1
# via pydocstyle
sqlparse==0.5.5
# via django
stevedore==5.6.0
stevedore==5.7.0
# via
# code-annotations
# edx-django-utils
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.34.1
tox==4.48.1
# via -r requirements/dev.in
twine==6.2.0
# via -r requirements/quality.in
Expand All @@ -368,7 +372,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.36.1
virtualenv==21.1.0
# via tox
wcwidth==0.6.0
# via prompt-toolkit
Expand Down
Loading