We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e32bfb + e2cadac commit ec3a9f4Copy full SHA for ec3a9f4
Crypto-Price/requirements.txt
@@ -1,5 +1,5 @@
1
art==5.2
2
-certifi==2021.5.30
+certifi==2022.12.7
3
chardet==4.0.0
4
colorama==0.4.4
5
idna==2.10
Crypto-Price/setup.py
@@ -32,7 +32,7 @@
32
include_package_data = True,
33
install_requires = [
34
'art==5.2',
35
- 'certifi==2021.5.30',
+ 'certifi==2022.12.7',
36
'chardet==4.0.0',
37
'colorama==0.4.4',
38
'idna==2.10',
0 commit comments