update certifi

This commit is contained in:
Jack Robison 2022-03-17 17:55:47 -04:00
parent 9618c9e702
commit a5b0b758b9
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -30,7 +30,7 @@ setup(
}, },
install_requires=[ install_requires=[
'aiohttp==3.6.2', 'aiohttp==3.6.2',
'certifi>=2018.11.29', 'certifi>=2021.10.08',
'colorama==0.3.7', 'colorama==0.3.7',
'protobuf==3.17.2', 'protobuf==3.17.2',
'msgpack==0.6.1', 'msgpack==0.6.1',