|
45 | 45 |
|
46 | 46 | setup( |
47 | 47 | name='seleniumbase', |
48 | | - version='1.35.8', |
| 48 | + version='1.35.9', |
49 | 49 | description='Fast, Easy, and Reliable Browser Automation & Testing.', |
50 | 50 | long_description=long_description, |
51 | 51 | long_description_content_type='text/markdown', |
|
95 | 95 | 'selenium==3.141.0', |
96 | 96 | 'pluggy>=0.13.1', |
97 | 97 | 'attrs>=19.3.0', |
98 | | - 'pytest>=4.6.9;python_version<"3"', # For Python 2 compatibility |
99 | | - 'pytest>=5.3.5;python_version>="3"', |
100 | | - 'pytest-cov>=2.8.1', |
101 | | - 'pytest-forked>=1.1.3', |
| 98 | + 'pytest==4.6.9;python_version<"3"', # For Python 2 compatibility |
| 99 | + 'pytest==5.3.5;python_version>="3"', |
| 100 | + 'pytest-cov==2.8.1', |
| 101 | + 'pytest-forked==1.1.3', |
102 | 102 | 'pytest-html==1.22.1;python_version<"3.6"', |
103 | 103 | 'pytest-html==2.0.1;python_version>="3.6"', |
104 | | - 'pytest-metadata>=1.8.0', |
105 | | - 'pytest-ordering>=0.6', |
106 | | - 'pytest-rerunfailures>=8.0', |
107 | | - 'pytest-xdist>=1.31.0', |
108 | | - 'parameterized>=0.7.1', |
| 104 | + 'pytest-metadata==1.8.0', |
| 105 | + 'pytest-ordering==0.6', |
| 106 | + 'pytest-rerunfailures==8.0', |
| 107 | + 'pytest-xdist==1.31.0', |
| 108 | + 'parameterized==0.7.1', |
109 | 109 | 'soupsieve==1.9.5;python_version<"3.5"', |
110 | 110 | 'soupsieve==2.0;python_version>="3.5"', |
111 | 111 | 'beautifulsoup4==4.8.2', |
|
114 | 114 | 'cryptography==2.8', |
115 | 115 | 'asn1crypto==1.3.0', |
116 | 116 | 'pyopenssl==19.1.0', |
117 | | - 'packaging>=20.1', |
118 | | - 'pygments>=2.5.2', |
| 117 | + 'packaging>=20.3', |
| 118 | + 'pygments==2.5.2;python_version<"3.5"', |
| 119 | + 'pygments==2.6.1;python_version>="3.5"', |
119 | 120 | 'colorama==0.4.3', |
120 | | - 'coverage>=5.0.3', |
| 121 | + 'coverage==5.0.3', |
121 | 122 | 'pymysql==0.9.3', |
122 | 123 | 'pyotp==2.3.0', |
123 | 124 | 'boto==2.49.0', |
124 | | - 'cffi>=1.14.0', |
125 | | - 'tqdm>=4.43.0', |
| 125 | + 'cffi==1.14.0', |
| 126 | + 'tqdm==4.43.0', |
126 | 127 | 'flake8==3.7.9', |
127 | 128 | 'certifi>=2019.11.28', |
128 | 129 | 'pdfminer.six==20191110;python_version<"3.5"', |
|
0 commit comments