flyingcircusio / appenv

Self-contained bootstrapping/updating of Python applications deployed through shared repositories
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Fix ci: remove pkg_resource import, bump pre-commit dependencies #46

Closed elikoga closed 4 months ago

elikoga commented 4 months ago

packaging replaces pkg_resources for spec parsing according to https://setuptools.pypa.io/en/latest/pkg_resources.html

It should have the same avaliability since pkg_resources depends on packaging

Additionally, we are bumping the pre-commit dependencies since yapf is running into https://github.com/PyCQA/flake8/issues/1701