From a3b28322e3d9f2262af014c307904e65a1d88374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:19:17 +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.10.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 5b49c1fc..e5277e8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Topic :: Software Development :: Libraries" ] dependencies = [ - "openjd-model >= 0.10,< 0.11", + "openjd-model >= 0.10,< 0.12", "pywin32 >= 307; platform_system == 'Windows'", "psutil >= 5.9,< 7.3; platform_system == 'Windows'", ]