From 5e16edc003dbef477ca7ac12098762f018b975cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 00:52:11 +0300 Subject: [PATCH] Bump multidict from 5.2.0 to 6.0.1 (#332) * Bump multidict from 5.2.0 to 6.0.1 Bumps [multidict](https://github.com/aio-libs/multidict) from 5.2.0 to 6.0.1. - [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/v5.2.0...v6.0.1) --- updated-dependencies: - dependency-name: multidict dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Fixed Python 3.6 compatibility Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Soxoj --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b4de02d..fe64e1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,8 @@ Jinja2==3.0.3 lxml==4.7.1 MarkupSafe==2.0.1 mock==4.0.3 -multidict==5.2.0 +multidict==5.2.0;python_version<"3.7" +multidict==6.0.1;python_version>="3.7" pycountry==22.1.10 PyPDF2==1.26.0 PySocks==1.7.1