From 16ec511318d80f4ca30875de85001863f06204e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:13:14 +0000 Subject: [PATCH] Bump the python-packages group with 1 update Updates the requirements on [iqm-client](https://github.com/iqm-finland/iqm-client) to permit the latest version. Updates `iqm-client` to 15.1 - [Release notes](https://github.com/iqm-finland/iqm-client/releases) - [Changelog](https://github.com/iqm-finland/iqm-client/blob/main/CHANGELOG.rst) - [Commits](https://github.com/iqm-finland/iqm-client/compare/14.0...15.1) --- updated-dependencies: - dependency-name: iqm-client dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8655b4..17e9327 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ license="Apache 2", packages=find_namespace_packages(include=["pytket.*"]), include_package_data=True, - install_requires=["pytket ~= 1.22", "iqm-client ~= 14.0"], + install_requires=["pytket ~= 1.22", "iqm-client >= 14,< 16"], classifiers=[ "Environment :: Console", "Programming Language :: Python :: 3.9",