Skip to content

Commit

Permalink
Fixed unsecure dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-polukhin committed Jan 13, 2022
1 parent e8698fc commit 2001167
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 85 deletions.
90 changes: 46 additions & 44 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 32 additions & 41 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,60 +1,51 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.python.org/simple
aiodns==3.0.0
aiohttp==3.8.1
aiosignal==1.2.0; python_version >= '3.6'
async-timeout==4.0.1; python_version >= '3.6'
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
beautifulsoup4==4.10.0; python_version >= '3.1'
aiosignal==1.2.0
async-timeout==4.0.2
attrs==21.4.0
beautifulsoup4==4.10.0
brotlipy==0.7.0
bs4==0.0.1
cachetools==4.2.4; python_version ~= '3.5'
cachetools==4.2.4
cchardet==2.1.7
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.9; python_version >= '3.0'
charset-normalizer==2.0.10
emoji==1.6.1
fingerprint==0.1.6
fpdf2==2.4.6
frozenlist==1.2.0; python_version >= '3.6'
google-api-core==2.3.0; python_version >= '3.6'
google-api-python-client==2.33.0
frozenlist==1.2.0
google-api-core==2.4.0
google-api-python-client==2.34.0
google-auth==2.3.3
google-auth-httplib2==0.1.0
google-auth==2.3.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
googleapis-common-protos==1.54.0; python_version >= '3.6'
httplib2==0.20.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
idna==3.3; python_version >= '3.0'
instagram-private-api==1.6.0
googleapis-common-protos==1.54.0
httplib2==0.20.2
idna==3.3
instagram-private-api==1.6.0.0
linkedin-api==2.0.0a3
lxml==4.7.1
multidict==5.2.0; python_version >= '3.6'
multidict==5.2.0
nest-asyncio==1.5.4
numpy==1.21.4
oauthlib==3.1.1; python_version >= '3.6'
pillow==8.4.0; python_version >= '3.6'
protobuf==3.19.1; python_version >= '3.5'
pyasn1-modules==0.2.8
numpy==1.22.0
oauthlib==3.1.1
Pillow==9.0.0
protobuf==3.19.3
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycares==4.1.2
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyparsing==3.0.6; python_version >= '3.1'
pyqt5-qt5==5.15.2
pyqt5-sip==12.9.0; python_version >= '3.5'
pyqt5==5.15.6
pycparser==2.21
pyparsing==3.0.6
PyQt5==5.15.6
PyQt5-Qt5==5.15.2
PyQt5-sip==12.9.0
python-dotenv==0.19.2
requests==2.27.1
requests-oauthlib==1.3.0
requests==2.26.0
rsa==4.8; python_version >= '3.6'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.3.1; python_version >= '3.6'
rsa==4.8
six==1.16.0
soupsieve==2.3.1
tweepy==4.4.0
typing-extensions==4.0.1; python_version >= '3.6'
uritemplate==4.1.1; python_version >= '3.6'
urllib3==1.26.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
yarl==1.7.2; python_version >= '3.6'
uritemplate==4.1.1
urllib3==1.26.8
yarl==1.7.2

0 comments on commit 2001167

Please sign in to comment.