Skip to content

Commit 694cbad

Browse files
committed
feat: upgrade to ulmo
1 parent 18d1825 commit 694cbad

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ instructions, because git commits are used to generate release notes:
1919

2020
<!-- scriv-insert-here -->
2121

22+
<a id='changelog-21.0.0'></a>
23+
## v21.0.0 (2025-10-01)
24+
25+
- [Improvement] Migrate from pylint and black to ruff. (by @mlabeeb03)
26+
- [Improvement] Test python package distribution build when running make test. (by @mlabeeb03)
27+
28+
- 💥[Feature] Upgrade to Ulmo. (by @mlabeeb03)
29+
2230
<a id='changelog-20.0.0'></a>
2331
## v20.0.0 (2025-06-05)
2432

changelog.d/20250808_142901_muhammad.labeeb_release.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ classifiers = [
2727
"Programming Language :: Python :: 3.12",
2828
]
2929
dependencies = [
30-
"tutor>=20.0.0,<21.0.0",
30+
"tutor>=21.0.0,<22.0.0",
3131
]
3232
# these fields will be set by hatch_build.py
3333
dynamic = ["version"]
3434

3535
[project.optional-dependencies]
3636
dev = [
37-
"tutor[dev]>=20.0.0,<21.0.0",
37+
"tutor[dev]>=21.0.0,<22.0.0",
3838
"ruff",
3939
]
4040

tutordiscovery/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "20.0.0"
1+
__version__ = "21.0.0"

tutordiscovery/templates/discovery/build/discovery/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install \
4747
# https://pypi.org/project/setuptools/
4848
# https://pypi.org/project/pip/
4949
# https://pypi.org/project/wheel/
50-
setuptools==77.0.3 pip==25.0.1 wheel==0.45.1
50+
setuptools==80.0.0 pip==25.2 wheel==0.45.1
5151

5252
# Install a recent version of nodejs
5353
RUN pip install nodeenv==1.9.1
@@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install \
7373
# Use redis as a django cache https://pypi.org/project/django-redis/
7474
django-redis==5.4.0 \
7575
# uwsgi server https://pypi.org/project/uWSGI/
76-
uwsgi==2.0.28
76+
uwsgi==2.0.30
7777

7878
{% if DISCOVERY_ATLAS_PULL %}
7979
# Pull translations. Support the OEP-58 proposal behind a feature flag until it's fully implemented.

0 commit comments

Comments
 (0)