|
148 | 148 | 'certifi>=2022.12.7;python_version>="3.6"',
|
149 | 149 | 'filelock>=3.2.1;python_version<"3.6"',
|
150 | 150 | 'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
|
151 |
| - 'filelock>=3.8.2;python_version>="3.7"', |
| 151 | + 'filelock>=3.9.0;python_version>="3.7"', |
152 | 152 | 'platformdirs>=2.0.2;python_version<"3.6"',
|
153 | 153 | 'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
|
154 |
| - 'platformdirs>=2.6.0;python_version>="3.7"', |
| 154 | + 'platformdirs>=2.6.2;python_version>="3.7"', |
155 | 155 | 'pyparsing>=2.4.7;python_version<"3.6"',
|
156 | 156 | 'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"',
|
157 | 157 | 'pyparsing>=3.0.9;python_version>="3.7"',
|
|
242 | 242 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
|
243 | 243 | 'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
|
244 | 244 | 'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
|
245 |
| - 'rich==12.6.0;python_version>="3.6" and python_version<"4.0"', |
| 245 | + 'rich==12.6.0;python_version>="3.6" and python_version<"3.7"', |
| 246 | + 'rich==13.0.0;python_version>="3.7" and python_version<"4.0"', |
246 | 247 | ],
|
247 | 248 | extras_require={
|
248 | 249 | # pip install -e .[coverage]
|
|
0 commit comments