Skip to content

Commit b05be2b

Browse files
committed
feat!: ulmo support
1 parent bd703bd commit b05be2b

File tree

3 files changed

+26
-27
lines changed

3 files changed

+26
-27
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
patches:
21
{% if DRYDOCK_NEWRELIC_LICENSE_KEY %}
32
- target:
43
kind: Deployment

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tutor-contrib-drydock"
3-
version = "20.2.0"
3+
version = "21.0.0"
44
description = "A Tutor plugin to manage our opinionated Open edX operations"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.13",
2121
]
2222
dependencies = [
23-
"tutor~=20.0"
23+
"tutor~=21.0"
2424
]
2525

2626
[project.urls]
@@ -59,7 +59,7 @@ module-root = "."
5959
module-name = "drydock"
6060

6161
[tool.uv.sources]
62-
tutor-contrib-s3 = { git = "https://github.com/hastexo/tutor-contrib-s3" }
62+
tutor-contrib-s3 = { git = "https://github.com/cleura/tutor-contrib-s3", tag = "v2.5.0" }
6363

6464
[build-system]
6565
requires = ["uv_build>=0.9.5,<0.10.0"]
@@ -73,9 +73,9 @@ dev = [
7373
]
7474
test = [
7575
"tutor-contrib-s3",
76-
"tutor-forum~=20.0",
77-
"tutor-mfe~=20.0",
78-
"tutor-minio~=20.0",
79-
"tutor-notes~=20.0",
76+
"tutor-forum~=21.0",
77+
"tutor-mfe~=21.0",
78+
"tutor-minio~=21.0",
79+
"tutor-notes~=21.0",
8080
]
8181

uv.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)