From 421b92e607b55408c53cff440a223b3e3b11506a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:45:05 +0000 Subject: [PATCH] Update pkginfo requirement from <1.11,>=1.10 to >=1.10,<1.12 Updates the requirements on [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) to permit the latest version. --- updated-dependencies: - dependency-name: pkginfo 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 1c6901d..49416a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "hatchling>=1.22.4,<1.23", - "pkginfo>=1.10,<1.11", + "pkginfo>=1.10,<1.12", "jupyterlab>=4,<5", ] build-backend = "hatchling.build"