python-code-data
python-code-data copied to clipboard
Translate Python's bytecode to data and back again...
updates: - [github.com/pycqa/isort: 5.10.1 → 6.0.1](https://github.com/pycqa/isort/compare/5.10.1...6.0.1) - [github.com/psf/black: 22.10.0 → 25.1.0](https://github.com/psf/black/compare/22.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.991...v1.15.0) - [github.com/pycqa/flake8: 6.0.0 → 7.2.0](https://github.com/pycqa/flake8/compare/6.0.0...7.2.0) - [github.com/jazzband/pip-tools: 6.10.0 → 7.4.1](https://github.com/jazzband/pip-tools/compare/6.10.0...7.4.1)
Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 1.1.0 to 2.2.0. Release notes Sourced from markdown-it-py's releases. v2.2.0 What's Changed ⬆️ UPGRADE: Allow linkify-it-py v2 by @hukkin in #218 🐛 FIX: CVE-2023-26303 by @chrisjsewell in...
Bumps [ipython](https://github.com/ipython/ipython) from 8.4.0 to 8.10.0. Commits 15ea1ed release 8.10.0 560ad10 DOC: Update what's new for 8.10 (#13939) 7557ade DOC: Update what's new for 8.10 385d693 Merge pull request from...
Bumps [setuptools](https://github.com/pypa/setuptools) from 62.6.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...
Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Maybe we should test mypy on all python versions, so that downstream libraries who use mypy on an older python version will also work.