BradenM / micropy-cli

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
https://micropy-cli.readthedocs.io
MIT License
314 stars 25 forks source link

chore(deps): update dependency poetry to v1.6.1 #539

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
poetry (source, changelog) 1.5.1 -> 1.6.1 age adoption passing confidence

Release Notes

python-poetry/poetry (poetry) ### [`v1.6.1`](https://togithub.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#161---2023-08-21) [Compare Source](https://togithub.com/python-poetry/poetry/compare/1.6.0...1.6.1) ##### Fixed - Update the minimum required version of `requests` ([#​8336](https://togithub.com/python-poetry/poetry/pull/8336)). ### [`v1.6.0`](https://togithub.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#160---2023-08-20) [Compare Source](https://togithub.com/python-poetry/poetry/compare/1.5.1...1.6.0) ##### Added - **Add support for repositories that do not provide a supported hash algorithm** ([#​8118](https://togithub.com/python-poetry/poetry/pull/8118)). - **Add full support for duplicate dependencies with overlapping markers** ([#​7257](https://togithub.com/python-poetry/poetry/pull/7257)). - **Improve performance of `poetry lock` for certain edge cases** ([#​8256](https://togithub.com/python-poetry/poetry/pull/8256)). - Improve performance of `poetry install` ([#​8031](https://togithub.com/python-poetry/poetry/pull/8031)). - `poetry check` validates that specified `readme` files do exist ([#​7444](https://togithub.com/python-poetry/poetry/pull/7444)). - Add a downgrading note when updating to an older version ([#​8176](https://togithub.com/python-poetry/poetry/pull/8176)). - Add support for `vox` in the `xonsh` shell ([#​8203](https://togithub.com/python-poetry/poetry/pull/8203)). - Add support for `pre-commit` hooks for projects where the pyproject.toml file is located in a subfolder ([#​8204](https://togithub.com/python-poetry/poetry/pull/8204)). - Add support for the `git+http://` scheme ([#​6619](https://togithub.com/python-poetry/poetry/pull/6619)). ##### Changed - **Drop support for Python 3.7** ([#​7674](https://togithub.com/python-poetry/poetry/pull/7674)). - Move `poetry lock --check` to `poetry check --lock` and deprecate the former ([#​8015](https://togithub.com/python-poetry/poetry/pull/8015)). - Change future warning that PyPI will only be disabled automatically if there are no primary sources ([#​8151](https://togithub.com/python-poetry/poetry/pull/8151)). ##### Fixed - Fix an issue where `build-system.requires` were not respected for projects with build scripts ([#​7975](https://togithub.com/python-poetry/poetry/pull/7975)). - Fix an issue where the encoding was not handled correctly when calling a subprocess ([#​8060](https://togithub.com/python-poetry/poetry/pull/8060)). - Fix an issue where `poetry show --top-level` did not show top level dependencies with extras ([#​8076](https://togithub.com/python-poetry/poetry/pull/8076)). - Fix an issue where `poetry init` handled projects with `src` layout incorrectly ([#​8218](https://togithub.com/python-poetry/poetry/pull/8218)). - Fix an issue where Poetry wrote `.pth` files with the wrong encoding ([#​8041](https://togithub.com/python-poetry/poetry/pull/8041)). - Fix an issue where `poetry install` did not respect the source if the same version of a package has been locked from different sources ([#​8304](https://togithub.com/python-poetry/poetry/pull/8304)). ##### Docs - Document **official Poetry badge** ([#​8066](https://togithub.com/python-poetry/poetry/pull/8066)). - Update configuration folder path for macOS ([#​8062](https://togithub.com/python-poetry/poetry/pull/8062)). - Add a warning about pip ignoring lock files ([#​8117](https://togithub.com/python-poetry/poetry/pull/8117)). - Clarify the use of the `virtualenvs.in-project` setting. ([#​8126](https://togithub.com/python-poetry/poetry/pull/8126)). - Change `pre-commit` YAML style to be consistent with pre-commit's own examples ([#​8146](https://togithub.com/python-poetry/poetry/pull/8146)). - Fix command for listing installed plugins ([#​8200](https://togithub.com/python-poetry/poetry/pull/8200)). - Mention the `nox-poetry` package ([#​8173](https://togithub.com/python-poetry/poetry/pull/8173)). - Add an example with a PyPI source in the pyproject.toml file ([#​8171](https://togithub.com/python-poetry/poetry/pull/8171)). - Use `reference` instead of deprecated `callable` in the scripts example ([#​8211](https://togithub.com/python-poetry/poetry/pull/8211)). ##### poetry-core ([`1.7.0`](https://togithub.com/python-poetry/poetry-core/releases/tag/1.7.0)) - Improve performance of marker handling ([#​609](https://togithub.com/python-poetry/poetry-core/pull/609)). - Allow `|` as a value separator in markers with the operators `in` and `not in` ([#​608](https://togithub.com/python-poetry/poetry-core/pull/608)). - Put pretty name (instead of normalized name) in metadata ([#​620](https://togithub.com/python-poetry/poetry-core/pull/620)). - Update list of supported licenses ([#​623](https://togithub.com/python-poetry/poetry-core/pull/623)). - Fix an issue where PEP 508 dependency specifications with names starting with a digit could not be parsed ([#​607](https://togithub.com/python-poetry/poetry-core/pull/607)). - Fix an issue where Poetry considered an unrelated `.gitignore` file resulting in an empty wheel ([#​611](https://togithub.com/python-poetry/poetry-core/pull/611)). ##### poetry-plugin-export ([`^1.5.0`](https://togithub.com/python-poetry/poetry-plugin-export/releases/tag/1.5.0)) - Fix an issue where markers for dependencies required by an extra were not generated correctly ([#​209](https://togithub.com/python-poetry/poetry-plugin-export/pull/209)).

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (e8c0b3d) 92.04% compared to head (678d40a) 92.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #539 +/- ## ======================================= Coverage 92.04% 92.04% ======================================= Files 52 52 Lines 2817 2817 ======================================= Hits 2593 2593 Misses 224 224 ``` | [Flag](https://app.codecov.io/gh/BradenM/micropy-cli/pull/539/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | Coverage Δ | | |---|---|---| | [os-macOS-12](https://app.codecov.io/gh/BradenM/micropy-cli/pull/539/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.97% <ø> (-0.04%)` | :arrow_down: | | [os-ubuntu-latest](https://app.codecov.io/gh/BradenM/micropy-cli/pull/539/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.83% <ø> (ø)` | | | [os-windows-latest](https://app.codecov.io/gh/BradenM/micropy-cli/pull/539/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.87% <ø> (ø)` | | | [py-3.10](https://app.codecov.io/gh/BradenM/micropy-cli/pull/539/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.86% <ø> (ø)` | | | [py-3.11](https://app.codecov.io/gh/BradenM/micropy-cli/pull/539/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.04% <ø> (ø)` | | | [py-3.8](https://app.codecov.io/gh/BradenM/micropy-cli/pull/539/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.97% <ø> (ø)` | | | [py-3.9](https://app.codecov.io/gh/BradenM/micropy-cli/pull/539/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.82% <ø> (ø)` | | | [unittests](https://app.codecov.io/gh/BradenM/micropy-cli/pull/539/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.04% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.