diff options
author | nico <nico@magicbroccoli.de> | 2020-12-04 23:25:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 23:25:45 +0100 |
commit | 5f80a581f0218ba6c1d32c679218495cf9109847 (patch) | |
tree | 44d9727cb9bc5ced1091f83be5481bbd77381c90 | |
parent | 81937685d75887ed1f1a461a6b40a5853a9e979f (diff) | |
parent | 732a7188ca157ea276787d1f1243a1be733a6b52 (diff) |
Merge pull request #9 from mightyBroccoli/dependabot/pip/cffi-1.14.4
Bump cffi from 1.14.3 to 1.14.4
-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 |