From 036dcf178a2975b1558e4aca4141f734fb3c7522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:02:07 +0100 Subject: [PATCH] deps: require packaging >= 23.1 for packaging.metadata (#9031) --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 579526fde10..0828293362c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.0 and should not be changed by hand. [[package]] name = "build" @@ -1595,4 +1595,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9b2fd4bf85afca5606751b21e6c768165231751a185e2b21ad6c955724af2317" +content-hash = "85d42389685870cb956cc70109a816d5a68c1ea2987121679180ddd1aa4c4498" diff --git a/pyproject.toml b/pyproject.toml index 7d316a65aa4..a0cc7c5765c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ importlib-metadata = { version = ">=4.4", python = "<3.10" } installer = "^0.7.0" keyring = "^24.0.0" # packaging uses calver, so version is unclamped -packaging = ">=20.5" +packaging = ">=23.1" pexpect = "^4.7.0" pkginfo = "^1.9.4" platformdirs = ">=3.0.0,<5"