|
49 | 49 | print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
|
50 | 50 | os.system("python -m pip install --upgrade 'twine>=1.15.0'")
|
51 | 51 | print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
|
52 |
| - os.system("python -m pip install --upgrade 'tqdm>=4.56.0'") |
| 52 | + os.system("python -m pip install --upgrade 'tqdm>=4.56.2'") |
53 | 53 | print("\n*** Publishing The Release to PyPI: ***\n")
|
54 | 54 | os.system('python -m twine upload dist/*') # Requires ~/.pypirc Keys
|
55 | 55 | print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")
|
|
128 | 128 | 'selenium==3.141.0',
|
129 | 129 | 'msedge-selenium-tools==3.141.3',
|
130 | 130 | 'more-itertools==5.0.0;python_version<"3.5"',
|
131 |
| - 'more-itertools==8.6.0;python_version>="3.5"', |
| 131 | + 'more-itertools==8.7.0;python_version>="3.5"', |
132 | 132 | 'cssselect==1.1.0',
|
133 | 133 | 'pluggy==0.13.1',
|
134 | 134 | 'py==1.8.1;python_version<"3.5"',
|
|
146 | 146 | 'pytest-rerunfailures==8.0;python_version<"3.5"',
|
147 | 147 | 'pytest-rerunfailures==9.1.1;python_version>="3.5"',
|
148 | 148 | 'pytest-xdist==1.34.0;python_version<"3.5"',
|
149 |
| - 'pytest-xdist==2.2.0;python_version>="3.5"', |
| 149 | + 'pytest-xdist==2.2.1;python_version>="3.5"', |
150 | 150 | 'parameterized==0.8.1',
|
151 | 151 | 'soupsieve==1.9.6;python_version<"3.5"',
|
152 | 152 | 'soupsieve==2.0.1;python_version>="3.5" and python_version<"3.6"',
|
153 |
| - 'soupsieve==2.1;python_version>="3.6"', |
| 153 | + 'soupsieve==2.2;python_version>="3.6"', |
154 | 154 | 'beautifulsoup4==4.9.3',
|
155 | 155 | 'cryptography==2.9.2;python_version<"3.5"',
|
156 | 156 | 'cryptography==3.0;python_version>="3.5" and python_version<"3.6"',
|
157 |
| - 'cryptography==3.3.1;python_version>="3.6"', |
| 157 | + 'cryptography==3.3.2;python_version>="3.6"', |
158 | 158 | 'pyopenssl==19.1.0;python_version<"3.6"',
|
159 | 159 | 'pyopenssl==20.0.1;python_version>="3.6"',
|
160 | 160 | 'pygments==2.5.2;python_version<"3.5"',
|
|
163 | 163 | 'traitlets==5.0.5;python_version>="3.7"',
|
164 | 164 | 'ipython==5.10.0;python_version<"3.5"',
|
165 | 165 | 'prompt-toolkit==1.0.18;python_version<"3.6"',
|
166 |
| - 'prompt-toolkit==3.0.14;python_version>="3.6"', |
| 166 | + 'prompt-toolkit==3.0.15;python_version>="3.6"', |
167 | 167 | 'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
|
168 | 168 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
169 | 169 | 'ipython==7.20.0;python_version>="3.7"',
|
|
0 commit comments