simplisafe-python
simplisafe-python copied to clipboard
build(deps): bump poetry from 1.8.4 to 2.1.1 in /.github/workflows
Bumps poetry from 1.8.4 to 2.1.1.
Release notes
Sourced from poetry's releases.
2.1.1
Fixed
- Fix an issue where
poetry env use pythondoes not choose the Python from the PATH (#10187).poetry-core (
2.1.1)
- Fix an issue where simplifying a
python_versionmarker resulted in an invalid marker (#838).2.1.0
Added
- Make
buildcommand build-system agnostic (#10059, #10092).- Add a
--config-settingsoption topoetry build(#10059).- Add support for defining
config-settingswhen building dependencies (#10129).- Add (experimental) commands to manage Python installations (#10112).
- Use
findpythonto find the Python interpreters (#10097).- Add a
--no-truncateoption topoetry show(#9580).- Re-add support for passwords with empty usernames (#10088).
- Add better error messages (#10053, #10065, #10126, #10127, #10132).
Changed
poetry newdefaults to "src" layout by default (#10135).- Improve performance of locking dependencies (#10111, #10114, #10138, #10146).
- Deprecate adding sources without specifying
--priority(#10134).Fixed
- Fix an issue where global options were not handled correctly when positioned after command options (#10021, #10067, #10128).
- Fix an issue where building a dependency from source failed because of a conflict between build-system dependencies that were not required for the target environment (#10048).
- Fix an issue where
poetry initwas not able to find a package on PyPI while adding dependencies interactively (#10055).- Fix an issue where the
@latestdescriptor was incorrectly passed to the core requirement parser (#10069).- Fix an issue where Boolean environment variables set to
True(in contrast totrue) were interpreted asfalse(#10080).- Fix an issue where
poetry env activatereported a misleading error message (#10087).- Fix an issue where adding an optional dependency with
poetry add --optionalwould not correctly update the lock file (#10076).- Fix an issue where
pipwas not installed/updated before other dependencies resulting in a race condition (#10102).- Fix an issue where Poetry freezes when multiple threads attempt to unlock the
keyringsimultaneously (#10062).- Fix an issue where markers with extras were not locked correctly (#10119).
- Fix an issue where self-referential extras were not resolved correctly (#10106).
- Fix an issue where Poetry could not be run from a
zipapp(#10074).- Fix an issue where installation failed with a permission error when using the system environment as a user without write access to system site packages (#9014).
- Fix an issue where a version of a dependency that is not compatible with the project's python constraint was locked. (#10141).
- Fix an issue where Poetry wrongly reported that the current project's supported Python range is not compatible with some of the required packages Python requirement (#10157).
- Fix an issue where the requested extras of a dependency were ignored if the same dependency (with same extras) was specified in multiple groups (#10158).
Docs
... (truncated)
Changelog
Sourced from poetry's changelog.
[2.1.1] - 2025-02-16
Fixed
- Fix an issue where
poetry env use pythondoes not choose the Python from the PATH (#10187).poetry-core (
2.1.1)
- Fix an issue where simplifying a
python_versionmarker resulted in an invalid marker (#838).[2.1.0] - 2025-02-15
Added
- Make
buildcommand build-system agnostic (#10059, #10092).- Add a
--config-settingsoption topoetry build(#10059).- Add support for defining
config-settingswhen building dependencies (#10129).- Add (experimental) commands to manage Python installations (#10112).
- Use
findpythonto find the Python interpreters (#10097).- Add a
--no-truncateoption topoetry show(#9580).- Re-add support for passwords with empty usernames (#10088).
- Add better error messages (#10053, #10065, #10126, #10127, #10132).
Changed
poetry newdefaults to "src" layout by default (#10135).- Improve performance of locking dependencies (#10111, #10114, #10138, #10146).
- Deprecate adding sources without specifying
--priority(#10134).Fixed
- Fix an issue where global options were not handled correctly when positioned after command options (#10021, #10067, #10128).
- Fix an issue where building a dependency from source failed because of a conflict between build-system dependencies that were not required for the target environment (#10048).
- Fix an issue where
poetry initwas not able to find a package on PyPI while adding dependencies interactively (#10055).- Fix an issue where the
@latestdescriptor was incorrectly passed to the core requirement parser (#10069).- Fix an issue where Boolean environment variables set to
True(in contrast totrue) were interpreted asfalse(#10080).- Fix an issue where
poetry env activatereported a misleading error message (#10087).- Fix an issue where adding an optional dependency with
poetry add --optionalwould not correctly update the lock file (#10076).- Fix an issue where
pipwas not installed/updated before other dependencies resulting in a race condition (#10102).
... (truncated)
Commits
6e61c8brelease: bump version to 2.1.1b0cfe12chore: update poetry-core (#10188)1791aa4fix "env use python" to use Python in PATH (#10187)36e1c63release: bump version to 2.1.00d2c606chore: update dependencies and actions (#10182)3986d76Fix: Documentation/help inconsistency. (#10173)2d59bf6--no-truncateflag in show command (#9580)8a1ed35feat(cli): introduce python management commands (#10112)4b91883chore: update cirrus.ci image (#10175)26a6b8a[pre-commit.ci] pre-commit autoupdate (#10168)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)