From fab87cc952ea7b916bdda6bafdc80704c9a7a9fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:07:09 +0000 Subject: [PATCH] chore(deps): update openjd-model requirement 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.9.0...0.11.0) --- updated-dependencies: - dependency-name: openjd-model dependency-version: 0.11.0 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 482492a..3c550cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ "openjd-sessions >= 0.10.7,< 0.11", - "openjd-model >= 0.9,< 0.11" + "openjd-model >= 0.9,< 0.12" ] [project.urls]