diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-26 19:31:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 19:31:43 +0100 |
commit | 663422b5b8a5f04804f482e1b7c622968006a0e8 (patch) | |
tree | 43c3ac664ba0ed03aac1aa4c6f8e23732bfb5df2 | |
parent | a109b226bf6503584b4dea5a4203141e44338b85 (diff) |
Bump multidict from 4.7.6 to 5.0.0
Bumps [multidict](https://github.com/aio-libs/multidict) from 4.7.6 to 5.0.0.
- [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/v4.7.6...v5.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4306fba..e56798c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ attrs==20.2.0 cffi==1.14.3 chardet==3.0.4 idna==2.10 -multidict==4.7.6 +multidict==5.0.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycares==3.1.1 |