From 50c0bba985651564f46eeea773bb2f1d9eba01e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:58:47 +0000 Subject: [PATCH] chore(deps): update openjd-model requirement from ==0.4.* to >=0.4,<0.6 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](https://github.com/OpenJobDescription/openjd-model-for-python/compare/0.4.0...0.5.1) --- updated-dependencies: - dependency-name: openjd-model dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 068eb6e..8bc4762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ "openjd-sessions == 0.8.*", - "openjd-model == 0.4.*" + "openjd-model >= 0.4,< 0.6" ] [project.urls]