From ff752881097b4360fa5ad2162817250b3c0d2d33 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Thu, 10 Apr 2025 17:18:27 +0200 Subject: [PATCH] Bump multidict to 6.4.* --- 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 f9291b48d..9011705f6 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.4", + "multidict>=6.0.5,<6.5", "packaging>=20.0,<=24.2", # CalVer "requests>=2.24.0,<2.33", ]