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
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:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
python-version: ['3.11']
toxenv: [django42]

Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ Unreleased

*

2.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.


[2.0.1] - 2025-02-05
**********************************************

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

Enabling in Studio
------------------
Expand Down
2 changes: 1 addition & 1 deletion flow_control/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Init for main Flow-Control XBlock
"""
from .flow import FlowCheckPointXblock
__version__ = '2.0.1'
__version__ = '2.1.0'
32 changes: 16 additions & 16 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.36.4
boto3==1.38.41
# via fs-s3fs
botocore==1.36.4
botocore==1.38.41
# via
# boto3
# s3transfer
django==4.2.18
django==4.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
dnspython==2.7.0
# via pymongo
edx-opaque-keys[django]==2.11.0
edx-opaque-keys[django]==3.0.0
# via -r requirements/base.in
fs==2.4.16
# via
Expand All @@ -35,33 +35,33 @@ 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
pbr==6.1.0
pbr==6.1.1
# via stevedore
pymongo==4.10.1
pymongo==4.13.2
# via edx-opaque-keys
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 @@ -72,21 +72,21 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.3
# via django
stevedore==5.4.0
stevedore==5.4.1
# via edx-opaque-keys
typing-extensions==4.12.2
typing-extensions==4.14.0
# via edx-opaque-keys
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/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.1
xblock[django]==5.2.0
# via
# -r requirements/base.in
# xblock-utils
Expand Down
30 changes: 15 additions & 15 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@
#
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.12.14
certifi==2025.6.15
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
cryptography==44.0.0
cryptography==45.0.4
# via secretstorage
distlib==0.3.9
# via virtualenv
docutils==0.21.2
# via readme-renderer
filelock==3.17.0
filelock==3.18.0
# via
# tox
# virtualenv
id==1.5.0
# via twine
idna==3.10
# via requests
importlib-metadata==8.6.1
importlib-metadata==8.7.0
# via keyring
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
jeepney==0.9.0
# via
# keyring
# secretstorage
Expand All @@ -44,22 +44,22 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.6.0
more-itertools==10.7.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.20
nh3==0.2.21
# via readme-renderer
packaging==24.2
packaging==25.0
# via
# pyproject-api
# tox
# twine
platformdirs==4.3.6
platformdirs==4.3.8
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
py==1.11.0
# via tox
Expand All @@ -71,7 +71,7 @@ pygments==2.19.1
# rich
readme-renderer==44.0
# via twine
requests==2.32.3
requests==2.32.4
# via
# id
# requests-toolbelt
Expand All @@ -80,7 +80,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.4
rich==14.0.0
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -99,7 +99,7 @@ urllib3==2.2.3
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
# twine
virtualenv==20.29.1
virtualenv==20.31.2
# via tox
zipp==3.21.0
zipp==3.23.0
# via importlib-metadata
Loading