|  | 
| 141 | 141 |         "PyYAML>=6.0", | 
| 142 | 142 |         "certifi>=2022.12.7", | 
| 143 | 143 |         'filelock>=3.4.1;python_version<"3.7"', | 
| 144 |  | -        'filelock>=3.10.4;python_version>="3.7"', | 
|  | 144 | +        'filelock>=3.10.7;python_version>="3.7"', | 
| 145 | 145 |         'platformdirs>=2.4.0;python_version<"3.7"', | 
| 146 |  | -        'platformdirs>=3.1.1;python_version>="3.7"', | 
|  | 146 | +        'platformdirs>=3.2.0;python_version>="3.7"', | 
| 147 | 147 |         'pyparsing>=3.0.7;python_version<"3.7"', | 
| 148 | 148 |         'zipp==3.6.0;python_version<"3.7"', | 
| 149 | 149 |         'zipp>=3.15.0;python_version>="3.7"', | 
|  | 
| 194 | 194 |         'pytest-rerunfailures==11.1.2;python_version>="3.7"', | 
| 195 | 195 |         'pytest-xdist==2.5.0;python_version<"3.7"', | 
| 196 | 196 |         'pytest-xdist==3.2.1;python_version>="3.7"', | 
| 197 |  | -        "parameterized==0.8.1", | 
|  | 197 | +        'parameterized==0.8.1;python_version<"3.7"', | 
|  | 198 | +        'parameterized==0.9.0;python_version>="3.7"', | 
| 198 | 199 |         "sbvirtualdisplay==1.2.0", | 
| 199 | 200 |         "behave==1.2.6", | 
| 200 | 201 |         'soupsieve==2.3.2.post1;python_version<"3.7"', | 
|  | 
| 215 | 216 |         'pyotp==2.8.0;python_version>="3.7"', | 
| 216 | 217 |         "cffi==1.15.1", | 
| 217 | 218 |         'typing-extensions==4.1.1;python_version<"3.7"', | 
| 218 |  | -        'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"',  # noqa: E501 | 
|  | 219 | +        'typing-extensions==4.5.0;python_version>="3.7" and python_version<"3.9"',  # noqa: E501 | 
| 219 | 220 |         'commonmark==0.9.1;python_version<"3.7"',  # For old "rich" | 
| 220 | 221 |         'markdown-it-py==2.2.0;python_version>="3.7"',  # For new "rich" | 
| 221 | 222 |         'mdurl==0.1.2;python_version>="3.7"',  # For new "rich" | 
| 222 | 223 |         'rich==12.6.0;python_version<"3.7"', | 
| 223 |  | -        'rich==13.3.2;python_version>="3.7"', | 
|  | 224 | +        'rich==13.3.3;python_version>="3.7"', | 
| 224 | 225 |     ], | 
| 225 | 226 |     extras_require={ | 
| 226 | 227 |         # pip install -e .[allure] | 
| 227 | 228 |         # Usage: pytest --alluredir=allure_results | 
| 228 | 229 |         # Serve: allure serve allure_results | 
| 229 | 230 |         "allure": [ | 
| 230 | 231 |             'allure-pytest==2.9.45;python_version<"3.7"', | 
| 231 |  | -            'allure-pytest==2.12.0;python_version>="3.7"', | 
|  | 232 | +            'allure-pytest==2.13.1;python_version>="3.7"', | 
| 232 | 233 |             'allure-python-commons==2.9.45;python_version<"3.7"', | 
| 233 |  | -            'allure-python-commons==2.12.0;python_version>="3.7"', | 
|  | 234 | +            'allure-python-commons==2.13.1;python_version>="3.7"', | 
| 234 | 235 |             'allure-behave==2.9.45;python_version<"3.7"', | 
| 235 |  | -            'allure-behave==2.12.0;python_version>="3.7"', | 
|  | 236 | +            'allure-behave==2.13.1;python_version>="3.7"', | 
| 236 | 237 |         ], | 
| 237 | 238 |         # pip install -e .[coverage] | 
| 238 | 239 |         # Usage: coverage run -m pytest; coverage html; coverage report | 
|  | 
0 commit comments