Skip to content

Commit

Permalink
chore(deps): update dependency tutor to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent d2aeef8 commit 85d43c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-test/elasticsearch/openedx-01/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
../../../tutor-contrib-harmony-plugin
tutor[full]<19
tutor[full]<20
2 changes: 1 addition & 1 deletion integration-test/template/openedx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
../../../tutor-contrib-harmony-plugin
tutor[full]<19
tutor[full]<20
2 changes: 1 addition & 1 deletion tutor-contrib-harmony-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def load_about():
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.8",
install_requires=["tutor>=17.0.0,<19.0.0"],
install_requires=["tutor>=19.0.1,<19.1.0"],
entry_points={
"tutor.plugin.v1": [
"k8s_harmony = tutor_k8s_harmony_plugin.plugin",
Expand Down

0 comments on commit 85d43c9

Please sign in to comment.