Skip to content

Commit 17754cd

Browse files
authored
Merge pull request #693 from seleniumbase/update-python-dependencies
Update Python dependencies
2 parents 0f7dd56 + 33b413a commit 17754cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ attrs>=20.2.0
2323
py==1.8.1;python_version<"3.5"
2424
py==1.9.0;python_version>="3.5"
2525
pytest==4.6.11;python_version<"3.5"
26-
pytest==6.0.1;python_version>="3.5"
26+
pytest==6.0.2;python_version>="3.5"
2727
pytest-cov==2.10.1
2828
pytest-forked==1.3.0
2929
pytest-html==1.22.1;python_version<"3.6"
@@ -43,7 +43,7 @@ cryptography==3.0;python_version<"3.6"
4343
cryptography==3.1;python_version>="3.6"
4444
pyopenssl==19.1.0
4545
pygments==2.5.2;python_version<"3.5"
46-
pygments==2.6.1;python_version>="3.5"
46+
pygments==2.7.0;python_version>="3.5"
4747
traitlets==4.3.3;python_version<"3.7"
4848
traitlets==5.0.4;python_version>="3.7"
4949
prompt-toolkit==1.0.18;python_version<"3.6"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
4545
os.system("python -m pip install --upgrade 'twine>=1.15.0'")
4646
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'")
4848
print("\n*** Publishing The Release to PyPI: ***\n")
4949
os.system('python -m twine upload dist/*') # Requires ~/.pypirc Keys
5050
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")
@@ -54,7 +54,7 @@
5454

5555
setup(
5656
name='seleniumbase',
57-
version='1.49.11',
57+
version='1.49.12',
5858
description='Web Automation and Test Framework - https://seleniumbase.io',
5959
long_description=long_description,
6060
long_description_content_type='text/markdown',
@@ -115,7 +115,7 @@
115115
'py==1.8.1;python_version<"3.5"',
116116
'py==1.9.0;python_version>="3.5"',
117117
'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"',
119119
'pytest-cov==2.10.1',
120120
'pytest-forked==1.3.0',
121121
'pytest-html==1.22.1;python_version<"3.6"',
@@ -135,7 +135,7 @@
135135
'cryptography==3.1;python_version>="3.6"',
136136
'pyopenssl==19.1.0',
137137
'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"',
139139
'traitlets==4.3.3;python_version<"3.7"',
140140
'traitlets==5.0.4;python_version>="3.7"',
141141
'ipython==5.10.0;python_version<"3.5"',

0 commit comments

Comments
 (0)