BradenM / micropy-cli

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

chore(deps): update dependency poetry to v1.7.1 #563

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
poetry (source, changelog) 1.6.1 -> 1.7.1 age adoption passing confidence

Release Notes

python-poetry/poetry (poetry) ### [`v1.7.1`](https://togithub.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#171---2023-11-16) [Compare Source](https://togithub.com/python-poetry/poetry/compare/1.7.0...1.7.1) ##### Fixed - Fix an issue where sdists that call CLI tools of their build requirements could not be installed ([#​8630](https://togithub.com/python-poetry/poetry/pull/8630)). - Fix an issue where sdists with symlinks could not be installed due to a broken tarfile datafilter ([#​8649](https://togithub.com/python-poetry/poetry/pull/8649)). - Fix an issue where `poetry init` failed when trying to add dependencies ([#​8655](https://togithub.com/python-poetry/poetry/pull/8655)). - Fix an issue where `poetry install` failed if `virtualenvs.create` was set to `false` ([#​8672](https://togithub.com/python-poetry/poetry/pull/8672)). ### [`v1.7.0`](https://togithub.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#170---2023-11-03) [Compare Source](https://togithub.com/python-poetry/poetry/compare/1.6.1...1.7.0) ##### Added - **Add official support for Python 3.12** ([#​7803](https://togithub.com/python-poetry/poetry/pull/7803), [#​8544](https://togithub.com/python-poetry/poetry/pull/8544)). - **Print a future warning that `poetry-plugin-export` will not be installed by default anymore** ([#​8562](https://togithub.com/python-poetry/poetry/pull/8562)). - Add `poetry-install` pre-commit hook ([#​8327](https://togithub.com/python-poetry/poetry/pull/8327)). - Add `--next-phase` option to `poetry version` ([#​8089](https://togithub.com/python-poetry/poetry/pull/8089)). - Print a warning when overwriting files from another package at installation ([#​8386](https://togithub.com/python-poetry/poetry/pull/8386)). - Print a warning if the current project cannot be installed ([#​8369](https://togithub.com/python-poetry/poetry/pull/8369)). - Report more details on build backend exceptions ([#​8464](https://togithub.com/python-poetry/poetry/pull/8464)). ##### Changed - Set Poetry as `user-agent` for all HTTP requests ([#​8394](https://togithub.com/python-poetry/poetry/pull/8394)). - Do not install `setuptools` per default in Python 3.12 ([#​7803](https://togithub.com/python-poetry/poetry/pull/7803)). - Do not install `wheel` per default ([#​7803](https://togithub.com/python-poetry/poetry/pull/7803)). - Remove `setuptools` and `wheel` when running `poetry install --sync` if they are not required by the project ([#​8600](https://togithub.com/python-poetry/poetry/pull/#​8600)). - Improve error message about PEP-517 support ([#​8463](https://togithub.com/python-poetry/poetry/pull/8463)). - Improve `keyring` handling ([#​8227](https://togithub.com/python-poetry/poetry/pull/8227)). - Read the `description` field when extracting metadata from `setup.py` files ([#​8545](https://togithub.com/python-poetry/poetry/pull/8545)). ##### Fixed - **Fix an issue where dependencies of inactive extras were locked and installed** ([#​8399](https://togithub.com/python-poetry/poetry/pull/8399)). - **Fix an issue where build requirements were not installed due to a race condition in the artifact cache** ([#​8517](https://togithub.com/python-poetry/poetry/pull/8517)). - Fix an issue where packages included in the system site packages were installed even though `virtualenvs.options.system-site-packages` was set ([#​8359](https://togithub.com/python-poetry/poetry/pull/8359)). - Fix an issue where git dependencies' submodules with relative URLs were handled incorrectly ([#​8020](https://togithub.com/python-poetry/poetry/pull/8020)). - Fix an issue where a failed installation of build dependencies was not noticed directly ([#​8479](https://togithub.com/python-poetry/poetry/pull/8479)). - Fix an issue where `poetry shell` did not work completely with `nushell` ([#​8478](https://togithub.com/python-poetry/poetry/pull/8478)). - Fix an issue where a confusing error messages was displayed when running `poetry config pypi-token.pypi` without a value ([#​8502](https://togithub.com/python-poetry/poetry/pull/8502)). - Fix an issue where a cryptic error message is printed if there is no metadata entry in the lockfile ([#​8523](https://togithub.com/python-poetry/poetry/pull/8523)). - Fix an issue with the encoding with special characters in the virtualenv's path ([#​8565](https://togithub.com/python-poetry/poetry/pull/8565)). - Fix an issue where the connection pool size was not adjusted to the number of workers ([#​8559](https://togithub.com/python-poetry/poetry/pull/8559)). ##### Docs - Improve the wording regarding a project's supported Python range ([#​8423](https://togithub.com/python-poetry/poetry/pull/8423)). - Make `pipx` the preferred (first mentioned) installation method ([#​8090](https://togithub.com/python-poetry/poetry/pull/8090)). - Add a warning about `poetry self` on Windows ([#​8090](https://togithub.com/python-poetry/poetry/pull/8090)). - Fix example for `poetry add` with a git dependency ([#​8438](https://togithub.com/python-poetry/poetry/pull/8438)). - Add information about auto-included files in wheels and sdist ([#​8555](https://togithub.com/python-poetry/poetry/pull/8555)). - Fix documentation of the `POETRY_REPOSITORIES_` variables docs ([#​8492](https://togithub.com/python-poetry/poetry/pull/8492)). - Add `CITATION.cff` file ([#​8510](https://togithub.com/python-poetry/poetry/pull/8510)). ##### poetry-core ([`1.8.1`](https://togithub.com/python-poetry/poetry-core/releases/tag/1.8.1)) - Add support for creating packages dynamically in the build script ([#​629](https://togithub.com/python-poetry/poetry-core/pull/629)). - 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)). - 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)). ##### poetry-plugin-export ([`^1.6.0`](https://togithub.com/python-poetry/poetry-plugin-export/releases/tag/1.6.0)) - Add an `--all-extras` option ([#​241](https://togithub.com/python-poetry/poetry-plugin-export/pull/241)). - Fix an issue where git dependencies are exported with the branch name instead of the resolved commit hash ([#​213](https://togithub.com/python-poetry/poetry-plugin-export/pull/213)).

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 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (fb5717b) 92.04% compared to head (3972370) 92.04%.

:exclamation: Current head 3972370 differs from pull request most recent head e622051. Consider uploading reports for the commit e622051 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #563 +/- ## ======================================= 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/563/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/563/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.51% <ø> (?)` | | | [os-ubuntu-latest](https://app.codecov.io/gh/BradenM/micropy-cli/pull/563/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.01% <ø> (+0.17%)` | :arrow_up: | | [os-windows-latest](https://app.codecov.io/gh/BradenM/micropy-cli/pull/563/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/563/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.51% <ø> (-0.32%)` | :arrow_down: | | [py-3.11](https://app.codecov.io/gh/BradenM/micropy-cli/pull/563/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.00% <ø> (+0.17%)` | :arrow_up: | | [py-3.8](https://app.codecov.io/gh/BradenM/micropy-cli/pull/563/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/563/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.00% <ø> (+0.17%)` | :arrow_up: | | [unittests](https://app.codecov.io/gh/BradenM/micropy-cli/pull/563/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.