diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-12 07:41:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 07:41:57 +0100 |
commit | 8c63a99fdb2c1b94abb64c0a57f825603bf5abe0 (patch) | |
tree | 1fb5f2923ab23091540e0dc2405bd5d4c5c31d73 | |
parent | 0177c7743d89237d5aba07c5e1124f739914b66a (diff) |
Bump cffi from 1.14.4 to 1.14.5
Bumps [cffi](https://github.com/python-cffi/release-doc) from 1.14.4 to 1.14.5.
- [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 0c715bb..e2840f6 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.4 +cffi==1.14.5 chardet==3.0.4 idna==2.10 multidict==5.1.0 |