Skip to content
New issue

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

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

Already on GitHub? # to your account

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

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2020

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 cookiecutter Changes outside of the template directory dependencies Dependencies python Pull requests that update Python code labels Oct 26, 2020
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/poetry-1.1.4 branch 7 times, most recently from 1ef0382 to 912e7ae Compare November 3, 2020 22:16
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/poetry-1.1.4 branch 4 times, most recently from fb98578 to c9ff1a1 Compare November 26, 2020 08:58
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/poetry-1.1.4 branch 4 times, most recently from 6a76b9a to 424b426 Compare December 4, 2020 08:56
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/poetry-1.1.4 branch from 424b426 to 6987047 Compare December 9, 2020 09:08
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/poetry-1.1.4 branch 9 times, most recently from 09663b5 to 9cc00b9 Compare January 26, 2021 09:21
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/poetry-1.1.4 branch from 9cc00b9 to a98175b Compare January 26, 2021 10:46
@cjolowicz cjolowicz merged commit 53e2424 into master Jan 26, 2021
@cjolowicz cjolowicz deleted the dependabot/pip/dot-github/workflows/poetry-1.1.4 branch January 26, 2021 12:02
@cjolowicz cjolowicz mentioned this pull request Jan 29, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
cookiecutter Changes outside of the template directory dependencies Dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant