diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-12-04 23:27:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 23:27:00 +0100 |
commit | 038d4ddaa91ee4e8343c6698c130b8cd76690753 (patch) | |
tree | 54d3a94ad7bd13a26974089bd27d9e9ac39f028a | |
parent | 5f80a581f0218ba6c1d32c679218495cf9109847 (diff) |
Bump multidict from 5.0.0 to 5.1.0
Bumps [multidict](https://github.com/aio-libs/multidict) from 5.0.0 to 5.1.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/v5.0.0...v5.1.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 9cf5767..55a3208 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ attrs==20.3.0 cffi==1.14.4 chardet==3.0.4 idna==2.10 -multidict==5.0.0 +multidict==5.1.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycares==3.1.1 |