From 82751a7cb439c10ce4da00ba681e3cbb8f47a783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:30:30 +0000 Subject: [PATCH] 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]]