|  | 
| 141 | 141 |         "PyYAML>=6.0", | 
| 142 | 142 |         "certifi>=2023.5.7", | 
| 143 | 143 |         'filelock>=3.4.1;python_version<"3.7"', | 
| 144 |  | -        'filelock>=3.12.0;python_version>="3.7"', | 
|  | 144 | +        'filelock>=3.12.1;python_version>="3.7"', | 
| 145 | 145 |         'platformdirs>=2.4.0;python_version<"3.7"', | 
| 146 |  | -        'platformdirs>=3.5.1;python_version>="3.7"', | 
|  | 146 | +        'platformdirs>=3.5.3;python_version>="3.7"', | 
| 147 | 147 |         'pyparsing>=3.0.7;python_version<"3.7"', | 
| 148 | 148 |         'pyparsing>=3.0.9;python_version>="3.7"', | 
| 149 | 149 |         'zipp==3.6.0;python_version<"3.7"', | 
|  | 
| 183 | 183 |         "pluggy==1.0.0", | 
| 184 | 184 |         "py==1.11.0", | 
| 185 | 185 |         'pytest==7.0.1;python_version<"3.7"', | 
| 186 |  | -        'pytest==7.3.1;python_version>="3.7"', | 
|  | 186 | +        'pytest==7.3.2;python_version>="3.7"', | 
| 187 | 187 |         'pytest-forked==1.4.0;python_version<"3.7"', | 
| 188 | 188 |         'pytest-forked==1.6.0;python_version>="3.7"', | 
| 189 | 189 |         "pytest-html==2.0.1",  # Newer ones had issues | 
|  | 
| 218 | 218 |         'pyotp==2.8.0;python_version>="3.7"', | 
| 219 | 219 |         "cffi==1.15.1", | 
| 220 | 220 |         'typing-extensions==4.1.1;python_version<"3.7"', | 
| 221 |  | -        'typing-extensions==4.5.0;python_version>="3.7" and python_version<"3.9"',  # noqa: E501 | 
| 222 | 221 |         'commonmark==0.9.1;python_version<"3.7"',  # For old "rich" | 
| 223 | 222 |         'markdown-it-py==2.2.0;python_version>="3.7"',  # For new "rich" | 
| 224 | 223 |         'mdurl==0.1.2;python_version>="3.7"',  # For new "rich" | 
|  | 
0 commit comments