From d383d2ed333e0b8aebb8863794e408718bdeb241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:08:26 +0000 Subject: [PATCH] [PIP] Update multidict requirement in /pulp-glue Updates the requirements on [multidict](https://github.com/aio-libs/multidict) to permit the latest version. - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.0.5...v6.7.0) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pulp-glue/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulp-glue/pyproject.toml b/pulp-glue/pyproject.toml index 07df0981..12ab5ae1 100644 --- a/pulp-glue/pyproject.toml +++ b/pulp-glue/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "importlib_resources>=5.4.0,<6.2;python_version<'3.9'", - "multidict>=6.0.5,<6.7", + "multidict>=6.0.5,<6.8", "packaging>=20.0,<=25.0", # CalVer "requests>=2.24.0,<2.33", "tomli>=2.0.0,<2.1;python_version<'3.11'",