Skip to content

Bump poetry from 1.1.2 to 1.1.4 in /.github/workflows#733

Merged
cjolowicz merged 1 commit intomasterfrom
retrocookie-pr/dependabot/pip/dot-github/workflows/poetry-1.1.4
Jan 26, 2021
Merged

Bump poetry from 1.1.2 to 1.1.4 in /.github/workflows#733
cjolowicz merged 1 commit intomasterfrom
retrocookie-pr/dependabot/pip/dot-github/workflows/poetry-1.1.4

Conversation

@cjolowicz
Copy link
Owner

Bumps poetry from 1.1.2 to 1.1.4.

Release notes

Sourced from poetry's releases.

1.1.4

Added

  • Added installer.parallel boolean flag (defaults to true) configuration to enable/disable parallel execution of operations when using the new installer. (#3088)

Changed

  • When using system environments as an unprivileged user, user site and bin directories are created if they do not already exist. (#3107)

Fixed

  • Fixed editable installation of poetry projects when using system environments. (#3107)
  • Fixed locking of nested extra activations. If you were affected by this issue, you will need to regenerate the lock file using poetry lock --no-update. (#3229)
  • Fixed prioritisation of non-default custom package sources. (#3251)
  • Fixed detection of installed editable packages when non-poetry managed .pth file exists. (#3210)
  • Fixed scripts generated by editable builder to use valid import statements. (#3214)
  • Fixed recursion error when locked dependencies contain cyclic dependencies. (#3237)
  • Fixed propagation of editable flag for VCS dependencies. (#3264)

1.1.3

Changed

  • Python version support deprecation warning is now written to stderr. (#3131)

Fixed

  • Fixed KeyError when PATH is not defined in environment variables. (#3159)
  • Fixed error when using config command in a directory with an existing pyproject.toml without any Poetry configuration. (#3172)
  • Fixed incorrect inspection of package requirements when same dependency is specified multiple times with unique markers. (#3147)
  • Fixed show command to use already resolved package metadata. (#3117)
  • Fixed multiple issues with export command output when using requirements.txt format. (#3119)
Changelog

Sourced from poetry's changelog.

[1.1.4] - 2020-10-23

Added

  • Added installer.parallel boolean flag (defaults to true) configuration to enable/disable parallel execution of operations when using the new installer. (#3088)

Changed

  • When using system environments as an unprivileged user, user site and bin directories are created if they do not already exist. (#3107)

Fixed

  • Fixed editable installation of poetry projects when using system environments. (#3107)
  • Fixed locking of nested extra activations. If you were affected by this issue, you will need to regenerate the lock file using poetry lock --no-update. (#3229)
  • Fixed prioritisation of non-default custom package sources. (#3251)
  • Fixed detection of installed editable packages when non-poetry managed .pth file exists. (#3210)
  • Fixed scripts generated by editable builder to use valid import statements. (#3214)
  • Fixed recursion error when locked dependencies contain cyclic dependencies. (#3237)
  • Fixed propagation of editable flag for VCS dependencies. (#3264)

[1.1.3] - 2020-10-14

Changed

  • Python version support deprecation warning is now written to stderr. (#3131)

Fixed

  • Fixed KeyError when PATH is not defined in environment variables. (#3159)
  • Fixed error when using config command in a directory with an existing pyproject.toml without any Poetry configuration. (#3172)
  • Fixed incorrect inspection of package requirements when same dependency is specified multiple times with unique markers. (#3147)
  • Fixed show command to use already resolved package metadata. (#3117)
  • Fixed multiple issues with export command output when using requirements.txt format. (#3119)
Commits
  • 8312e3f Bump version to 1.1.4
  • 1340723 Merge pull request #3107 from abn/issue/3079
  • 24e1224 Merge pull request #3229 from abn/issue/3224
  • 5b6d0c0 Merge pull request #3251 from abn/issue/3238
  • bf17dde Do not reuse requests sessions
  • 2e20673 Merge pull request #3210 from abn/issue/3077
  • 221bd80 Merge pull request #3088 from abn/issue/3087
  • 34662ba utils/env: ensure user directories are created
  • d660b51 editable: use writable script dir for system env
  • 7f49842 utils/env: better support system site packages dir
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@cjolowicz cjolowicz added dependencies Dependencies python Pull requests that update Python code labels Jan 19, 2021
@cjolowicz cjolowicz force-pushed the retrocookie-pr/dependabot/pip/dot-github/workflows/poetry-1.1.4 branch 2 times, most recently from 557ec18 to a5d662e Compare January 25, 2021 10:00
@cjolowicz cjolowicz force-pushed the retrocookie-pr/dependabot/pip/dot-github/workflows/poetry-1.1.4 branch from a5d662e to 35035b5 Compare January 26, 2021 11:48
@cjolowicz cjolowicz merged commit 093ac01 into master Jan 26, 2021
@cjolowicz cjolowicz deleted the retrocookie-pr/dependabot/pip/dot-github/workflows/poetry-1.1.4 branch January 26, 2021 12:03
@cjolowicz cjolowicz mentioned this pull request Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant