diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-13 13:47:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 13:47:34 +0100 |
commit | 60c1ba80030e9ce6ecb966233ee8ae796db347f5 (patch) | |
tree | 1fb5f2923ab23091540e0dc2405bd5d4c5c31d73 | |
parent | 0177c7743d89237d5aba07c5e1124f739914b66a (diff) | |
parent | 8c63a99fdb2c1b94abb64c0a57f825603bf5abe0 (diff) |
Merge pull request #16 from mightyBroccoli/dependabot/pip/cffi-1.14.5
-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 |