|
44 | 44 | print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
|
45 | 45 | os.system("python -m pip install --upgrade 'twine>=1.15.0'")
|
46 | 46 | print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
|
47 |
| - os.system("python -m pip install --upgrade 'tqdm>=4.48.2'") |
| 47 | + os.system("python -m pip install --upgrade 'tqdm>=4.49.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")
|
|
115 | 115 | 'py==1.8.1;python_version<"3.5"',
|
116 | 116 | 'py==1.9.0;python_version>="3.5"',
|
117 | 117 | 'pytest==4.6.11;python_version<"3.5"',
|
118 |
| - 'pytest==6.0.1;python_version>="3.5"', |
| 118 | + 'pytest==6.0.2;python_version>="3.5"', |
119 | 119 | 'pytest-cov==2.10.1',
|
120 | 120 | 'pytest-forked==1.3.0',
|
121 | 121 | 'pytest-html==1.22.1;python_version<"3.6"',
|
|
135 | 135 | 'cryptography==3.1;python_version>="3.6"',
|
136 | 136 | 'pyopenssl==19.1.0',
|
137 | 137 | 'pygments==2.5.2;python_version<"3.5"',
|
138 |
| - 'pygments==2.6.1;python_version>="3.5"', |
| 138 | + 'pygments==2.7.0;python_version>="3.5"', |
139 | 139 | 'traitlets==4.3.3;python_version<"3.7"',
|
140 | 140 | 'traitlets==5.0.4;python_version>="3.7"',
|
141 | 141 | 'ipython==5.10.0;python_version<"3.5"',
|
|
0 commit comments