NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

fix(deps): update dependency poetry-core to >=1.8,<1.9 #113

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
poetry-core >=1.7,<1.8 -> >=1.8,<1.9 age adoption passing confidence

Release Notes

python-poetry/poetry-core (poetry-core) ### [`v1.8.1`](https://togithub.com/python-poetry/poetry-core/blob/HEAD/CHANGELOG.md#181---2023-10-31) [Compare Source](https://togithub.com/python-poetry/poetry-core/compare/1.8.0...1.8.1) ##### Fixed - Fix an issue where git URLs starting with `git+` could not be parsed anymore ([#​657](https://togithub.com/python-poetry/poetry-core/pull/657)). ### [`v1.8.0`](https://togithub.com/python-poetry/poetry-core/blob/HEAD/CHANGELOG.md#180---2023-10-31) [Compare Source](https://togithub.com/python-poetry/poetry-core/compare/1.7.0...1.8.0) ##### Added - Add `3.12` to the list of available Python versions ([#​631](https://togithub.com/python-poetry/poetry-core/pull/631)). - Add support for creating packages dynamically in the build script ([#​629](https://togithub.com/python-poetry/poetry-core/pull/629)). ##### Changed - Improve marker logic for `extra` markers ([#​636](https://togithub.com/python-poetry/poetry-core/pull/636)). - Update list of supported licenses ([#​635](https://togithub.com/python-poetry/poetry-core/pull/635), [#​646](https://togithub.com/python-poetry/poetry-core/pull/646)). - Deprecate `Dependency.transitive_python_versions` ([#​648](https://togithub.com/python-poetry/poetry-core/pull/648)). - Deprecate `Dependency.transitive_python_constraint` ([#​649](https://togithub.com/python-poetry/poetry-core/pull/649)). ##### Fixed - Fix an issue where projects with extension modules were not installed in editable mode ([#​633](https://togithub.com/python-poetry/poetry-core/pull/633)). - Fix an issue where the wrong or no `lib` folder was added to the wheel ([#​634](https://togithub.com/python-poetry/poetry-core/pull/634)). ##### Vendoring - Replace [`jsonschema`](https://togithub.com/python-jsonschema/jsonschema) with [`fastjsonschema`](https://togithub.com/horejsek/python-fastjsonschema). - [`lark==1.1.8`](https://togithub.com/lark-parser/lark/releases/tag/1.1.8) - [`packaging==23.2`](https://togithub.com/pypa/packaging/blob/main/CHANGELOG.rst)

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.