paroxython icon indicating copy to clipboard operation
paroxython copied to clipboard

Tag and recommend Python exercises based on algorithmic features

Results 25 paroxython issues
Sort by recently updated
recently updated
newest added

This PR updates [sqlparse](https://pypi.org/project/sqlparse) from **0.4.3** to **0.5.0**. Changelog ### 0.5.0 ``` ---------------------------- Notable Changes * Drop support for Python 3.5, 3.6, and 3.7. * Python 3.12 is now supported...

This PR updates [typing-extensions](https://pypi.org/project/typing-extensions) from **4.4.0** to **4.11.0**. Changelog ### 4.11.0 ``` This feature release provides improvements to various recently added features, most importantly type parameter defaults (PEP 696). There...

This PR updates [typing-extensions](https://pypi.org/project/typing-extensions) from **4.4.0** to **4.12.2**. Changelog ### 4.12.2 ``` - Fix regression in v4.12.0 where specialization of certain generics with an overridden `__eq__` method would raise errors....

This PR updates [pytest](https://pypi.org/project/pytest) from **7.1.3** to **8.2.2**. Changelog ### 8.2.2 ``` ========================= Bug Fixes --------- - `12355 <https://github.com/pytest-dev/pytest/issues/12355>`_: Fix possible catastrophic performance slowdown on a certain parametrization pattern involving...

This PR updates [regex](https://pypi.org/project/regex) from **2022.9.13** to **2024.5.15**. Changelog ### 2024.5.15 ``` Git issue 530: hangs with fuzzy and optionals It's not hanging, it'll finish eventually. It's just an example...