From 73dfe2bab7c8c5e62a46ff038779401c61743bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 10:35:21 +0000 Subject: [PATCH 1/2] Update packaging requirement from <22.0 to <23.0 Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/14.0...22.0) --- updated-dependencies: - dependency-name: packaging 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 4d2db38bb..a9d7963b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "User contributed drivers for QCoDeS" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering",] requires-python = ">=3.8" # Some drivers are making use of legacy versions removed in packaging 22.0 -dependencies = [ "qcodes>=0.33.0", "versioningit>=1.1.0", "packaging<22.0"] +dependencies = [ "qcodes>=0.33.0", "versioningit>=1.1.0", "packaging<23.0"] dynamic = [ "version",] [[project.maintainers]] From 741f21a5164b16d940b4ab8a558692e7798a959a Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Wed, 14 Dec 2022 11:43:15 +0100 Subject: [PATCH 2/2] remove pin on packaging version --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9d7963b6..b7d015b71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,7 @@ name = "qcodes_contrib_drivers" description = "User contributed drivers for QCoDeS" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering",] requires-python = ">=3.8" -# Some drivers are making use of legacy versions removed in packaging 22.0 -dependencies = [ "qcodes>=0.33.0", "versioningit>=1.1.0", "packaging<23.0"] +dependencies = [ "qcodes>=0.33.0", "versioningit>=1.1.0", "packaging"] dynamic = [ "version",] [[project.maintainers]]