From db73c59e203dcbc437a9e1a8a808d3043e7540a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 13:41:06 +0200 Subject: [PATCH] Bump multidict from 6.0.2 to 6.0.4 (#29) Bumps [multidict](https://github.com/aio-libs/multidict) from 6.0.2 to 6.0.4. - [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.2...v6.0.4) --- updated-dependencies: - dependency-name: multidict dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27db5c5..3b5f24a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ frozenlist==1.3.1; python_version >= "3.7" and python_full_version >= "3.8.0" gidgethub==5.2.0; python_version >= "3.6" humanize==3.14.0; python_version >= "3.6" idna==3.3; python_version >= "3.7" -multidict==6.0.2; python_version >= "3.7" and python_full_version >= "3.8.0" +multidict==6.0.4; python_version >= "3.7" and python_full_version >= "3.8.0" parsedatetime==2.6 pillow==9.2.0; python_version >= "3.7" pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.4.0"