diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-12-04 23:24:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 23:24:50 +0100 |
commit | 732a7188ca157ea276787d1f1243a1be733a6b52 (patch) | |
tree | 44d9727cb9bc5ced1091f83be5481bbd77381c90 | |
parent | 81937685d75887ed1f1a461a6b40a5853a9e979f (diff) |
Bump cffi from 1.14.3 to 1.14.4
Bumps [cffi](https://github.com/python-cffi/release-doc) from 1.14.3 to 1.14.4.
- [Release notes](https://github.com/python-cffi/release-doc/releases)
- [Commits](https://github.com/python-cffi/release-doc/commits)
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 dd5e552..9cf5767 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiodns==2.0.0 aiohttp==3.7.3 async-timeout==3.0.1 attrs==20.3.0 -cffi==1.14.3 +cffi==1.14.4 chardet==3.0.4 idna==2.10 multidict==5.0.0 |