From 4ca56188057e53cf91c9d301e18acac89acc1d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 08:41:26 +0000 Subject: [PATCH] Bump multidict from 5.0.2 to 5.1.0 (#549) Bumps [multidict](https://github.com/aio-libs/multidict) from 5.0.2 to 5.1.0.
Release notes

Sourced from multidict's releases.

multidict 5.1.0 release

Changes

Features

Bugfixes

Changelog

Sourced from multidict's changelog.

5.1.0 (2020-12-03)

Features

Bugfixes


5.0.1 (2020-11-14)

Bugfixes


5.0.0 (2020-10-12)

Features

Removal

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=multidict&package-manager=pip&previous-version=5.0.2&new-version=5.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 2810a696..4f4c0651 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,6 +1,6 @@ pytest-cov>=2.3.1 pytest==6.2.0 -multidict==5.0.2 +multidict==5.1.0 idna==2.10 typing_extensions==3.7.4.2;python_version<"3.8" -e .