Skip to content

Commit

Permalink
chore(deps): update openjd-model requirement from ==0.4.* to >=0.4,<0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [openjd-model](https://github.com/OpenJobDescription/openjd-model-for-python) to permit the latest version.
- [Release notes](https://github.com/OpenJobDescription/openjd-model-for-python/releases)
- [Changelog](https://github.com/OpenJobDescription/openjd-model-for-python/blob/mainline/CHANGELOG.md)
- [Commits](OpenJobDescription/openjd-model-for-python@0.4.0...0.5.1)

---
updated-dependencies:
- dependency-name: openjd-model
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent db13d3c commit 50c0bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
]
dependencies = [
"openjd-sessions == 0.8.*",
"openjd-model == 0.4.*"
"openjd-model >= 0.4,< 0.6"
]

[project.urls]
Expand Down

0 comments on commit 50c0bba

Please sign in to comment.