Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2021

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 11, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/poetry-1.1.4 branch from 8188eff to 4093176 Compare January 11, 2021 20:47
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/poetry-1.1.4 branch from 4093176 to 3eb4372 Compare January 11, 2021 20:55
@rajivsarvepalli rajivsarvepalli merged commit 8cfeef9 into master Jan 11, 2021
@dependabot dependabot bot deleted the dependabot/pip/dot-github/workflows/poetry-1.1.4 branch January 11, 2021 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant