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
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Unreleased

*

1.1.0 - 2025-06-22
**********************************************

Changed
=======

* **Teak Support**: Upgrade requirements based on edx-platform Teak release, update GitHub Actions workflows to use the `ubuntu-22.04` runner image.

1.0.1 - 2025-02-04
**********************************************

Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Compatibility Notes
+------------------+---------------+
| Sumac | >= 1.0.0 |
+------------------+---------------+
| Teak | >= 1.1.0 |
+------------------+---------------+

Usage
=======
Expand Down
22 changes: 11 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.36.2
boto3==1.38.41
# via fs-s3fs
botocore==1.36.2
botocore==1.38.41
# via
# boto3
# s3transfer
django==4.2.18
django==4.2.23
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand All @@ -31,29 +31,29 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml==5.3.0
lxml==5.4.0
# via xblock
mako==1.3.8
mako==1.3.10
# via
# xblock
# xblock-utils
markupsafe==3.0.2
# via
# mako
# xblock
openedx-django-pyfs==3.7.0
openedx-django-pyfs==3.8.0
# via xblock
python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2024.2
pytz==2025.2
# via xblock
pyyaml==6.0.2
# via xblock
s3transfer==0.11.1
s3transfer==0.13.0
# via boto3
simplejson==3.19.3
simplejson==3.20.1
# via
# xblock
# xblock-utils
Expand All @@ -68,13 +68,13 @@ urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# botocore
web-fragments==2.2.0
web-fragments==3.1.0
# via
# xblock
# xblock-utils
webob==1.8.9
# via xblock
xblock[django]==5.1.0
xblock[django]==5.2.0
# via
# -r requirements/base.in
# xblock-utils
Expand Down
24 changes: 12 additions & 12 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,47 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==6.1.0
# via tox
certifi==2024.12.14
certifi==2025.6.15
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
codecov==2.1.13
# via -r requirements/ci.in
colorama==0.4.6
# via tox
coverage==7.6.10
coverage==7.9.1
# via codecov
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.18.0
# via
# tox
# virtualenv
idna==3.10
# via requests
packaging==24.2
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.3.6
platformdirs==4.3.8
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
pyproject-api==1.8.0
pyproject-api==1.9.1
# via tox
requests==2.32.3
requests==2.32.4
# via codecov
tox==4.23.2
tox==4.27.0
# via -r requirements/ci.in
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
virtualenv==20.29.1
virtualenv==20.31.2
# via tox
Loading