From 93bc2142735d05c868a1dffc3042140d1ffecd3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 07:33:43 +0000 Subject: [PATCH] chore(deps): update openjd-sessions requirement Updates the requirements on [openjd-sessions](https://github.com/OpenJobDescription/openjd-sessions-for-python) to permit the latest version. - [Release notes](https://github.com/OpenJobDescription/openjd-sessions-for-python/releases) - [Changelog](https://github.com/OpenJobDescription/openjd-sessions-for-python/blob/mainline/CHANGELOG.md) - [Commits](https://github.com/OpenJobDescription/openjd-sessions-for-python/compare/0.10.11...0.11.0) --- updated-dependencies: - dependency-name: openjd-sessions 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 1d0ded5..b20c244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ # 0.10.11 is the first release with `step_name` on both Session.run_task and # Session.enter_environment (RFC 0007/0008). Below it, run_task() raises # TypeError on every task run, since this CLI passes the keyword unconditionally. - "openjd-sessions >= 0.10.11,< 0.11", + "openjd-sessions >= 0.10.11,< 0.12", "openjd-model >= 0.9,< 0.12" ]