Skip to content

Commit 359a813

Browse files
dependabot[bot]mwiebe
authored andcommitted
chore(deps): update openjd-model requirement from ==0.7.* to >=0.7,<0.9
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.7.0...0.8.0) --- updated-dependencies: - dependency-name: openjd-model dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 663cf8b commit 359a813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"openjd-sessions >= 0.10.1,< 0.11",
33-
"openjd-model == 0.7.*"
33+
"openjd-model >= 0.7,< 0.9"
3434
]
3535

3636
[project.urls]

0 commit comments

Comments
 (0)