Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.12']
python-version: ['3.12']
toxenv: [django42, django52, quality]

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

- name: Run Coverage
if: matrix.python-version == '3.11' && matrix.toxenv == 'django42'
if: matrix.python-version == '3.12' && matrix.toxenv == 'django42'
uses: codecov/codecov-action@v5
with:
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v6
with:
python-version: 3.11
python-version: 3.12

- name: Install pip
run: pip install pip
Expand Down
8 changes: 4 additions & 4 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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.11.1
# via django
boto3==1.42.63
boto3==1.42.64
# via fs-s3fs
botocore==1.42.63
botocore==1.42.64
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -78,7 +78,7 @@ typing-extensions==4.15.0
# via edx-opaque-keys
urllib3==2.6.3
# via botocore
web-fragments==3.1.0
web-fragments==4.0.0
# via xblock
webob==1.8.9
# via xblock
Expand Down
30 changes: 9 additions & 21 deletions requirements/ci.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 All @@ -25,24 +25,20 @@ astroid==4.0.4
# -r requirements/test.txt
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via
# -r requirements/test.txt
# jaraco-context
binaryornot==0.6.0
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.63
boto3==1.42.64
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.63
botocore==1.42.64
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==7.0.4
cachetools==7.0.5
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -126,7 +122,7 @@ edx-opaque-keys[django]==3.1.0
# via
# -r requirements/test.txt
# openedx-filters
filelock==3.25.0
filelock==3.25.1
# via
# -r requirements/tox.txt
# python-discovery
Expand All @@ -151,10 +147,6 @@ idna==3.11
# via
# -r requirements/test.txt
# requests
importlib-metadata==8.7.1
# via
# -r requirements/test.txt
# keyring
iniconfig==2.3.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -320,7 +312,7 @@ python-dateutil==2.9.0.post0
# arrow
# botocore
# xblock
python-discovery==1.1.1
python-discovery==1.1.3
# via
# -r requirements/tox.txt
# virtualenv
Expand Down Expand Up @@ -410,7 +402,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.49.0
tox==4.49.1
# via -r requirements/tox.txt
twine==6.2.0
# via -r requirements/test.txt
Expand All @@ -433,11 +425,11 @@ urllib3==2.6.3
# id
# requests
# twine
virtualenv==21.1.0
virtualenv==21.2.0
# via
# -r requirements/tox.txt
# tox
web-fragments==3.1.0
web-fragments==4.0.0
# via
# -r requirements/test.txt
# xblock
Expand All @@ -453,10 +445,6 @@ xblock[django]==5.3.0
# xblock-sdk
xblock-sdk==0.13.0
# via -r requirements/test.txt
zipp==3.23.0
# via
# -r requirements/test.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
10 changes: 5 additions & 5 deletions requirements/dev.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 All @@ -12,11 +12,11 @@ asgiref==3.11.1
# via
# -r requirements/base.txt
# django
boto3==1.42.63
boto3==1.42.64
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.63
botocore==1.42.64
# via
# -r requirements/base.txt
# boto3
Expand All @@ -34,7 +34,7 @@ dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
edx-i18n-tools==1.9.0
edx-i18n-tools==2.0.0
# via -r requirements/dev.in
edx-opaque-keys[django]==3.1.0
# via
Expand Down Expand Up @@ -134,7 +134,7 @@ urllib3==2.6.3
# via
# -r requirements/base.txt
# botocore
web-fragments==3.1.0
web-fragments==4.0.0
# via
# -r requirements/base.txt
# xblock
Expand Down
18 changes: 8 additions & 10 deletions requirements/docs.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 All @@ -22,11 +22,11 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.63
boto3==1.42.64
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.63
botocore==1.42.64
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -101,10 +101,8 @@ openedx-django-pyfs==3.8.0
openedx-filters==2.1.0
# via -r requirements/base.txt
packaging==26.0
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.15.4
# via sphinx
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.2
# via
Expand Down Expand Up @@ -150,12 +148,12 @@ snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8.3
# via beautifulsoup4
sphinx==9.0.4
sphinx==9.1.0
# via
# -r requirements/docs.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.4
sphinx-book-theme==1.2.0
# via -r requirements/docs.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand Down Expand Up @@ -188,7 +186,7 @@ urllib3==2.6.3
# -r requirements/base.txt
# botocore
# requests
web-fragments==3.1.0
web-fragments==4.0.0
# via
# -r requirements/base.txt
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.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
4 changes: 2 additions & 2 deletions requirements/pip.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 All @@ -12,5 +12,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/pip.in
14 changes: 4 additions & 10 deletions requirements/quality.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 All @@ -18,15 +18,13 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.63
boto3==1.42.64
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.63
botocore==1.42.64
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -92,8 +90,6 @@ id==1.6.1
# via twine
idna==3.11
# via requests
importlib-metadata==8.7.1
# via keyring
isort==8.0.1
# via pylint
jaraco-classes==3.4.0
Expand Down Expand Up @@ -269,7 +265,7 @@ urllib3==2.6.3
# id
# requests
# twine
web-fragments==3.1.0
web-fragments==4.0.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -285,8 +281,6 @@ xblock[django]==5.3.0
# xblock-sdk
xblock-sdk==0.13.0
# via -r requirements/quality.in
zipp==3.23.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
14 changes: 4 additions & 10 deletions requirements/test.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 All @@ -20,15 +20,13 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.63
boto3==1.42.64
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.63
botocore==1.42.64
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -98,8 +96,6 @@ id==1.6.1
# via twine
idna==3.11
# via requests
importlib-metadata==8.7.1
# via keyring
iniconfig==2.3.0
# via pytest
isort==8.0.1
Expand Down Expand Up @@ -295,7 +291,7 @@ urllib3==2.6.3
# id
# requests
# twine
web-fragments==3.1.0
web-fragments==4.0.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -311,8 +307,6 @@ xblock[django]==5.3.0
# xblock-sdk
xblock-sdk==0.13.0
# via -r requirements/test.in
zipp==3.23.0
# via importlib-metadata

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