Skip to content

Commit

Permalink
Update packaging requirement from <22.0 to <23.0
Browse files Browse the repository at this point in the history
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](pypa/packaging@14.0...22.0)

---
updated-dependencies:
- dependency-name: packaging
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2022
1 parent 2870c10 commit 82751a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 82751a7

Please sign in to comment.