Skip to content

Commit

Permalink
Update tutor requirement from <17.0.0,>=16.0.0 to >=16.0.0,<18.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tutor](https://github.com/overhangio/tutor) to permit the latest version.
- [Release notes](https://github.com/overhangio/tutor/releases)
- [Changelog](https://github.com/overhangio/tutor/blob/master/CHANGELOG.md)
- [Commits](overhangio/tutor@v16.0.0...v17.0.0)

---
updated-dependencies:
- dependency-name: tutor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 645aae9 commit 0a965ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def load_about():
packages=find_namespace_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.8",
install_requires=["tutor>=16.0.0,<17.0.0"],
install_requires=["tutor>=16.0.0,<18.0.0"],
entry_points={"tutor.plugin.v1": ["k8s_deploy_tasks = tutork8s_deploy_tasks.plugin"]},
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 0a965ce

Please sign in to comment.