From a5ec632d19b7b150e96eb0118302c73f38da832d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:33:06 +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.9.0...0.10.0) --- updated-dependencies: - dependency-name: openjd-sessions 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 94dfcec8..94de16fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "requests ~= 2.31", "boto3 >= 1.34.75", "deadline == 0.49.*", - "openjd-sessions >= 0.9.0,< 0.10", + "openjd-sessions >= 0.9.0,< 0.11", # tomli became tomllib in standard library in Python 3.11 "tomli == 2.0.* ; python_version<'3.11'", "tomlkit == 0.13.*",