|
102 | 102 | ],
|
103 | 103 | python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
|
104 | 104 | install_requires=[
|
105 |
| - 'pip>=20.3.1', |
106 |
| - 'packaging>=20.7', |
| 105 | + 'pip>=20.3.3', |
| 106 | + 'packaging>=20.8', |
107 | 107 | 'setuptools>=44.1.1;python_version<"3.5"',
|
108 | 108 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
109 | 109 | 'setuptools>=51.0.0;python_version>="3.6"',
|
110 | 110 | 'setuptools-scm',
|
111 |
| - 'wheel>=0.36.1', |
| 111 | + 'wheel>=0.36.2', |
112 | 112 | 'attrs>=20.3.0',
|
113 | 113 | 'certifi>=2020.12.5',
|
114 | 114 | 'six',
|
|
117 | 117 | 'parso==0.7.1', # The last version for Python 2 and 3.5
|
118 | 118 | 'jedi==0.17.2', # The last version for Python 2 and 3.5
|
119 | 119 | 'idna==2.10', # Must stay in sync with "requests"
|
120 |
| - 'chardet==3.0.4', # Must stay in sync with "requests" |
| 120 | + 'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests" |
| 121 | + 'chardet==4.0.0;python_version>="3.6"', # Stay in sync with "requests" |
121 | 122 | 'urllib3==1.26.2', # Must stay in sync with "requests"
|
122 |
| - 'requests==2.25.0', |
| 123 | + 'requests==2.25.1', |
123 | 124 | 'selenium==3.141.0',
|
124 | 125 | 'msedge-selenium-tools==3.141.3',
|
125 | 126 | 'more-itertools==5.0.0;python_version<"3.5"',
|
126 | 127 | 'more-itertools==8.6.0;python_version>="3.5"',
|
127 | 128 | 'cssselect==1.1.0',
|
128 | 129 | 'pluggy==0.13.1',
|
129 | 130 | 'py==1.8.1;python_version<"3.5"',
|
130 |
| - 'py==1.9.0;python_version>="3.5"', |
| 131 | + 'py==1.10.0;python_version>="3.5"', |
131 | 132 | 'pytest==4.6.11;python_version<"3.5"',
|
132 |
| - 'pytest==6.1.2;python_version>="3.5"', |
| 133 | + 'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"', |
| 134 | + 'pytest==6.2.1;python_version>="3.6"', |
133 | 135 | 'pytest-cov==2.10.1',
|
134 | 136 | 'pytest-forked==1.3.0',
|
135 | 137 | 'pytest-html==1.22.1;python_version<"3.6"',
|
|
140 | 142 | 'pytest-rerunfailures==8.0;python_version<"3.5"',
|
141 | 143 | 'pytest-rerunfailures==9.1.1;python_version>="3.5"',
|
142 | 144 | 'pytest-xdist==1.34.0;python_version<"3.5"',
|
143 |
| - 'pytest-xdist==2.1.0;python_version>="3.5"', |
| 145 | + 'pytest-xdist==2.2.0;python_version>="3.5"', |
144 | 146 | 'parameterized==0.7.4',
|
145 | 147 | 'soupsieve==1.9.6;python_version<"3.5"',
|
146 |
| - 'soupsieve==2.0.1;python_version>="3.5"', |
| 148 | + 'soupsieve==2.0.1;python_version>="3.5" and python_version<"3.6"', |
| 149 | + 'soupsieve==2.1;python_version>="3.6"', |
147 | 150 | 'beautifulsoup4==4.9.3',
|
148 | 151 | 'cryptography==3.0;python_version<"3.6"',
|
149 |
| - 'cryptography==3.2.1;python_version>="3.6"', |
| 152 | + 'cryptography==3.3.1;python_version>="3.6"', |
150 | 153 | 'pyopenssl==19.1.0;python_version<"3.6"',
|
151 |
| - 'pyopenssl==20.0.0;python_version>="3.6"', |
| 154 | + 'pyopenssl==20.0.1;python_version>="3.6"', |
152 | 155 | 'pygments==2.5.2;python_version<"3.5"',
|
153 | 156 | 'pygments==2.7.3;python_version>="3.5"',
|
154 | 157 | 'traitlets==4.3.3;python_version<"3.7"',
|
|
173 | 176 | 'Pillow==6.2.2;python_version<"3.5"',
|
174 | 177 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
175 | 178 | 'Pillow==8.0.1;python_version>="3.6"',
|
176 |
| - 'rich==9.3.0;python_version>="3.6" and python_version<"4.0"', |
| 179 | + 'rich==9.4.0;python_version>="3.6" and python_version<"4.0"', |
177 | 180 | 'zipp==1.2.0;python_version<"3.6"',
|
178 | 181 | 'zipp==3.4.0;python_version>="3.6"',
|
179 | 182 | 'flake8==3.7.9;python_version<"3.5"',
|
|
0 commit comments