From 867dbd50481ba76227ff34958ec034a06359ab36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:12:53 +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.10.1) --- updated-dependencies: - dependency-name: openjd-model dependency-version: 0.10.1 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 dae4f853..8078e003 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Topic :: Software Development :: Libraries" ] dependencies = [ - "openjd-model >= 0.9,< 0.10", + "openjd-model >= 0.9,< 0.11", "pywin32 >= 307; platform_system == 'Windows'", "psutil >= 5.9,< 7.3; platform_system == 'Windows'", ]