File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ wheel>=0.34.2
7
7
six == 1.15.0
8
8
nose == 1.3.7
9
9
ipdb == 0.13.3
10
- idna == 2.9
10
+ idna == 2.10
11
11
chardet == 3.0.4
12
12
urllib3 == 1.25.9
13
13
requests == 2.24.0
@@ -42,7 +42,7 @@ coverage==5.1
42
42
pyotp == 2.3.0
43
43
boto == 2.49.0
44
44
cffi == 1.14.0
45
- rich == 2.2.6 ;python_version >= "3.6" and python_version<"4.0"
45
+ rich == 3.0.0 ;python_version >= "3.6" and python_version<"4.0"
46
46
flake8 == 3.7.9 ;python_version < "3.5"
47
47
flake8 == 3.8.3 ;python_version >= "3.5"
48
48
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 44
44
print ("\n *** Installing twine: *** (Required for PyPI uploads)\n " )
45
45
os .system ("python -m pip install 'twine>=1.15.0'" )
46
46
print ("\n *** Installing tqdm: *** (Required for PyPI uploads)\n " )
47
- os .system ("python -m pip install 'tqdm>=4.46.1 '" )
47
+ os .system ("python -m pip install 'tqdm>=4.47.0 '" )
48
48
print ("\n *** Publishing The Release to PyPI: ***\n " )
49
49
os .system ('python -m twine upload dist/*' ) # Requires ~/.pypirc Keys
50
50
print ("\n *** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n " )
99
99
'six' ,
100
100
'nose' ,
101
101
'ipdb' ,
102
- 'idna==2.9 ' , # Must stay in sync with "requests"
102
+ 'idna==2.10 ' , # Must stay in sync with "requests"
103
103
'chardet==3.0.4' , # Must stay in sync with "requests"
104
104
'urllib3==1.25.9' , # Must stay in sync with "requests"
105
105
'requests==2.24.0' ,
134
134
'pyotp==2.3.0' ,
135
135
'boto==2.49.0' ,
136
136
'cffi==1.14.0' ,
137
- 'rich==2.2.6 ;python_version>="3.6" and python_version<"4.0"' ,
137
+ 'rich==3.0.0 ;python_version>="3.6" and python_version<"4.0"' ,
138
138
'flake8==3.7.9;python_version<"3.5"' ,
139
139
'flake8==3.8.3;python_version>="3.5"' ,
140
140
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments