Skip to content

Commit 175fe00

Browse files
dependabot[bot]mdellweg
authored andcommitted
[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](aio-libs/multidict@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] <[email protected]>
1 parent 55a9541 commit 175fe00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulp-glue/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"importlib_resources>=5.4.0,<6.2;python_version<'3.9'",
27-
"multidict>=6.0.5,<6.7",
27+
"multidict>=6.0.5,<6.8",
2828
"packaging>=20.0,<=25.0", # CalVer
2929
"requests>=2.24.0,<2.33",
3030
"tomli>=2.0.0,<2.1;python_version<'3.11'",

0 commit comments

Comments
 (0)