From 8ca1311ee0ab42a8938d51f7e92847fcd3fe5302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:02:26 +0000 Subject: [PATCH] Update python-xmp-toolkit requirement Updates the requirements on [python-xmp-toolkit](https://github.com/python-xmp-toolkit/python-xmp-toolkit) to permit the latest version. - [Release notes](https://github.com/python-xmp-toolkit/python-xmp-toolkit/releases) - [Changelog](https://github.com/python-xmp-toolkit/python-xmp-toolkit/blob/master/CHANGELOG) - [Commits](https://github.com/python-xmp-toolkit/python-xmp-toolkit/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: python-xmp-toolkit dependency-version: 2.1.0 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 dcd9faa..8ed290d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "psycopg[pool]>=3.2.12,<3.3.0", "pymemcache>=4.0.0,<4.1.0", "python-magic>=0.4.27,<0.4.28", - "python-xmp-toolkit>=2.0.2,<2.1.0", + "python-xmp-toolkit>=2.0.2,<2.2.0", "requests>=2.32.5,<2.33.0", "tqdm>=4.67.1,<4.68.0", ]