Skip to content
Merged
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
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version:
- '3.11'
- '3.12'
toxenv: [django42, django52, docs, quality]

Expand Down
2 changes: 1 addition & 1 deletion 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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down
28 changes: 16 additions & 12 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,42 @@
#
# 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==5.5.2
# via tox
chardet==5.2.0
cachetools==7.0.3
# via tox
colorama==0.4.6
# via tox
distlib==0.3.9
distlib==0.4.0
# via virtualenv
filelock==3.18.0
filelock==3.25.0
# via
# python-discovery
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.3.7
platformdirs==4.9.4
# via
# python-discovery
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via
# -r requirements/ci.in
# tox
pyproject-api==1.9.0
pyproject-api==1.10.0
# via tox
python-discovery==1.1.1
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.25.0
tox==4.49.0
# via -r requirements/ci.in
virtualenv==20.30.0
virtualenv==21.1.0
# via
# -r requirements/ci.in
# tox
13 changes: 1 addition & 12 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +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

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
3 changes: 0 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@
-c common_constraints.txt



# Temporary to Support the python 3.11 Upgrade
backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo available in the standard library
129 changes: 61 additions & 68 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,78 +1,73 @@
#
# 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
#
asgiref==3.8.1
asgiref==3.11.1
# via django
astroid==3.3.9
astroid==4.0.4
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
cachetools==5.5.2
cachetools==7.0.3
# via tox
certifi==2025.4.26
certifi==2026.2.25
# via requests
cffi==1.17.1
cffi==2.0.0
# via cryptography
chardet==5.2.0
# via
# diff-cover
# tox
charset-normalizer==3.4.1
chardet==7.0.1
# via diff-cover
charset-normalizer==3.4.5
# via requests
click==8.1.8
click==8.3.1
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
code-annotations==2.3.2
# via edx-lint
colorama==0.4.6
# via tox
cryptography==44.0.2
cryptography==46.0.5
# via secretstorage
diff-cover==9.2.4
diff-cover==10.2.0
# via -r requirements/dev.in
dill==0.4.0
dill==0.4.1
# via pylint
distlib==0.3.9
distlib==0.4.0
# via virtualenv
django==4.2.20
django==5.2.12
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
# edx-i18n-tools
docutils==0.21.2
docutils==0.22.4
# via readme-renderer
edx-i18n-tools==1.9.0
# via -r requirements/dev.in
edx-lint==5.6.0
# via -r requirements/quality.in
filelock==3.18.0
filelock==3.25.0
# via
# python-discovery
# tox
# virtualenv
id==1.5.0
id==1.6.1
# via twine
idna==3.10
idna==3.11
# via requests
importlib-metadata==8.7.0
# via keyring
isort==6.0.1
isort==8.0.1
# via
# -r requirements/quality.in
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
jaraco-context==6.1.1
# via keyring
jaraco-functools==4.1.0
jaraco-functools==4.4.0
# via keyring
jeepney==0.9.0
# via
Expand All @@ -82,126 +77,124 @@ jinja2==3.1.6
# via
# code-annotations
# diff-cover
keyring==25.6.0
keyring==25.7.0
# via twine
lxml[html-clean,html_clean]==5.4.0
lxml[html-clean]==6.0.2
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.4.2
lxml-html-clean==0.4.4
# via lxml
markdown-it-py==3.0.0
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.7.0
more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.21
nh3==0.3.3
# via readme-renderer
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
# twine
# wheel
path==16.16.0
# via edx-i18n-tools
pbr==6.1.1
# via stevedore
platformdirs==4.3.7
platformdirs==4.9.4
# via
# pylint
# python-discovery
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via
# -r requirements/dev.in
# diff-cover
# tox
polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.13.0
pycodestyle==2.14.0
# via -r requirements/quality.in
pycparser==2.22
pycparser==3.0
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.19.1
pygments==2.19.2
# via
# diff-cover
# readme-renderer
# rich
pylint==3.3.6
pylint==4.0.5
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.6.1
pylint-django==2.7.0
# via edx-lint
pylint-plugin-utils==0.8.2
pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pyproject-api==1.9.0
pyproject-api==1.10.0
# via tox
python-discovery==1.1.1
# via virtualenv
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
pyyaml==6.0.3
# via
# code-annotations
# edx-i18n-tools
readme-renderer==44.0
# via twine
requests==2.32.3
requests==2.32.5
# via
# id
# requests-toolbelt
# twine
requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==14.0.0
rich==14.3.3
# via twine
secretstorage==3.3.3
secretstorage==3.5.0
# via keyring
six==1.17.0
# via edx-lint
snowballstemmer==2.2.0
snowballstemmer==3.0.1
# via pydocstyle
sqlparse==0.5.3
sqlparse==0.5.5
# via django
stevedore==5.4.1
stevedore==5.7.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.25.0
tox==4.49.0
# via -r requirements/dev.in
twine==6.1.0
twine==6.2.0
# via -r requirements/dev.in
urllib3==2.2.3
urllib3==2.6.3
# via
# -c requirements/common_constraints.txt
# id
# requests
# twine
virtualenv==20.30.0
virtualenv==21.1.0
# via
# -r requirements/dev.in
# tox
wheel==0.45.1
wheel==0.46.3
# via -r requirements/dev.in
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading