googleapis / python-spanner-sqlalchemy

Apache License 2.0
38 stars 28 forks source link

chore(deps): update dependency pip-tools to v6.12.0 #264

Closed renovate-bot closed 1 year ago

renovate-bot commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pip-tools (changelog) ==6.8.0 -> ==6.12.0 age adoption passing confidence

Release Notes

jazzband/pip-tools ### [`v6.12.0`](https://togithub.com/jazzband/pip-tools/blob/HEAD/CHANGELOG.md#​6120-2022-12-13) [Compare Source](https://togithub.com/jazzband/pip-tools/compare/6.11.0...6.12.0) Features: - Add `--no-index` flag to `pip-compile` ([#​1745](https://togithub.com/jazzband/pip-tools/pull/1745)). Thanks [@​atugushev](https://togithub.com/atugushev) Bug Fixes: - Treat `--upgrade-packages` PKGSPECs as constraints (not just minimums), consistently ([#​1578](https://togithub.com/jazzband/pip-tools/pull/1578)). Thanks [@​AndydeCleyre](https://togithub.com/AndydeCleyre) - Filter out the user provided unsafe packages ([#​1766](https://togithub.com/jazzband/pip-tools/pull/1766)). Thanks [@​q0w](https://togithub.com/q0w) - Adopt PEP-621 for packaging ([#​1763](https://togithub.com/jazzband/pip-tools/pull/1763)). Thanks [@​ssbarnea](https://togithub.com/ssbarnea) ### [`v6.11.0`](https://togithub.com/jazzband/pip-tools/blob/HEAD/CHANGELOG.md#​6110-2022-11-30) [Compare Source](https://togithub.com/jazzband/pip-tools/compare/6.10.0...6.11.0) Features: - Add `pyproject.toml` file ([#​1643](https://togithub.com/jazzband/pip-tools/pull/1643)). Thanks [@​otherJL0](https://togithub.com/otherJL0) - Support build isolation using `setuptools/pyproject.toml` requirement files ([#​1727](https://togithub.com/jazzband/pip-tools/pull/1727)). Thanks [@​atugushev](https://togithub.com/atugushev) Bug Fixes: - Improve punctuation/grammar with `pip-compile` header ([#​1547](https://togithub.com/jazzband/pip-tools/pull/1547)). Thanks [@​blueyed](https://togithub.com/blueyed) - Generate hashes for all available candidates ([#​1723](https://togithub.com/jazzband/pip-tools/pull/1723)). Thanks [@​neykov](https://togithub.com/neykov) Other Changes: - Bump click minimum version to `>= 8` ([#​1733](https://togithub.com/jazzband/pip-tools/pull/1733)). Thanks [@​atugushev](https://togithub.com/atugushev) - Bump pip minimum version to `>= 22.2` ([#​1729](https://togithub.com/jazzband/pip-tools/pull/1729)). Thanks [@​atugushev](https://togithub.com/atugushev) ### [`v6.10.0`](https://togithub.com/jazzband/pip-tools/blob/HEAD/CHANGELOG.md#​6100-2022-11-13) [Compare Source](https://togithub.com/jazzband/pip-tools/compare/6.9.0...6.10.0) Features: - Deprecate `pip-compile --resolver=legacy` ([#​1724](https://togithub.com/jazzband/pip-tools/pull/1724)). Thanks [@​atugushev](https://togithub.com/atugushev) - Prompt user to use the backtracking resolver on errors ([#​1719](https://togithub.com/jazzband/pip-tools/pull/1719)). Thanks [@​maxfenv](https://togithub.com/maxfenv) - Add support for Python 3.11 final ([#​1708](https://togithub.com/jazzband/pip-tools/pull/1708)). Thanks [@​hugovk](https://togithub.com/hugovk) - Add `--newline=[LF|CRLF|native|preserve]` option to `pip-compile` ([#​1652](https://togithub.com/jazzband/pip-tools/pull/1652)). Thanks [@​AndydeCleyre](https://togithub.com/AndydeCleyre) Bug Fixes: - Fix inconsistent handling of constraints comments with backtracking resolver ([#​1713](https://togithub.com/jazzband/pip-tools/pull/1713)). Thanks [@​mkniewallner](https://togithub.com/mkniewallner) - Fix some encoding warnings in Python 3.10 (PEP 597) ([#​1614](https://togithub.com/jazzband/pip-tools/pull/1614)). Thanks [@​GalaxySnail](https://togithub.com/GalaxySnail) Other Changes: - Update pip-tools version in the README's pre-commit examples ([#​1701](https://togithub.com/jazzband/pip-tools/pull/1701)). Thanks [@​Kludex](https://togithub.com/Kludex) - Document use of the backtracking resolver ([#​1718](https://togithub.com/jazzband/pip-tools/pull/1718)). Thanks [@​maxfenv](https://togithub.com/maxfenv) - Use HTTPS in a readme link ([#​1716](https://togithub.com/jazzband/pip-tools/pull/1716)). Thanks [@​Arhell](https://togithub.com/Arhell) ### [`v6.9.0`](https://togithub.com/jazzband/pip-tools/blob/HEAD/CHANGELOG.md#​690-2022-10-05) [Compare Source](https://togithub.com/jazzband/pip-tools/compare/6.8.0...6.9.0) Features: - Add `--all-extras` flag to `pip-compile` ([#​1630](https://togithub.com/jazzband/pip-tools/pull/1630)). Thanks [@​apljungquist](https://togithub.com/apljungquist) - Support Exclude Package with custom unsafe packages ([#​1509](https://togithub.com/jazzband/pip-tools/pull/1509)). Thanks [@​hmc-cs-mdrissi](https://togithub.com/hmc-cs-mdrissi) Bug Fixes: - Fix compile cached vcs packages ([#​1649](https://togithub.com/jazzband/pip-tools/pull/1649)). Thanks [@​atugushev](https://togithub.com/atugushev) - Include `py.typed` in wheel file ([#​1648](https://togithub.com/jazzband/pip-tools/pull/1648)). Thanks [@​FlorentJeannot](https://togithub.com/FlorentJeannot) Other Changes: - Add pyproject.toml & modern packaging to introduction. ([#​1668](https://togithub.com/jazzband/pip-tools/pull/1668)). Thanks [@​hynek](https://togithub.com/hynek)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.