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

build(deps): bump poetry from 1.1.4 to 1.1.6 in /python/helpers #3496

Merged
merged 2 commits into from
Apr 19, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2021

Bumps poetry from 1.1.4 to 1.1.6.

Release notes

Sourced from poetry's releases.

1.1.6

Fixed

  • Fixed export format for path dependencies. (#3121)
  • Fixed errors caused by environment modification when executing some commands. (#3253)
  • Fixed handling of wheel files with single-digit versions. (#3338)
  • Fixed an error when handling single-digit Python markers. (poetry-core#156)
  • Fixed dependency markers not being properly copied when changing the constraint leading to resolution errors. (poetry-core#163)
  • Fixed an error where VCS dependencies were always updated. (#3947)
  • Fixed an error where the incorrect version of a package was locked when using environment markers. (#3945)

1.1.5

Fixed

  • Fixed an error in the export command when no lock file existed and a verbose flag was passed to the command. (#3310)
  • Fixed an error where the pyproject.toml was not reverted when using the add command. (#3622)
  • Fixed errors when using non-HTTPS indices. (#3622)
  • Fixed errors when handling simple indices redirection. (#3622)
  • Fixed errors when trying to handle newer wheels by using the latest version of poetry-core and packaging. (#3677)
  • Fixed an error when using some versions of poetry-core due to an incorrect import . (#3696)
Changelog

Sourced from poetry's changelog.

[1.1.6] - 2021-04-14

Fixed

  • Fixed export format for path dependencies. (#3121)
  • Fixed errors caused by environment modification when executing some commands. (#3253)
  • Fixed handling of wheel files with single-digit versions. (#3338)
  • Fixed an error when handling single-digit Python markers. (poetry-core#156)
  • Fixed dependency markers not being properly copied when changing the constraint leading to resolution errors. (poetry-core#163)
  • Fixed an error where VCS dependencies were always updated. (#3947)
  • Fixed an error where the incorrect version of a package was locked when using environment markers. (#3945)

[1.1.5] - 2021-03-03

Fixed

  • Fixed an error in the export command when no lock file existed and a verbose flag was passed to the command. (#3310)
  • Fixed an error where the pyproject.toml was not reverted when using the add command. (#3622)
  • Fixed errors when using non-HTTPS indices. (#3622)
  • Fixed errors when handling simple indices redirection. (#3622)
  • Fixed errors when trying to handle newer wheels by using the latest version of poetry-core and packaging. (#3677)
  • Fixed an error when using some versions of poetry-core due to an incorrect import . (#3696)
Commits
  • db3481f Bump version to 1.1.6
  • 4d1a16a Update dependencies
  • b9eb246 Fix locked VCS dependencies always being updated
  • fa9cd5f Fix incorrect package being selected with transitive markers.
  • a5d562e doc: poetry lock --no-update
  • 24fcaf9 fix (utils.patterns): recognize one digit version in filename
  • 88888fc env: do not modify os.environ
  • 175af5f exporter: ensure local references use uri
  • b55968a Merge pull request #3750 from python-poetry/release-1.1.5
  • a970414 Bump version to 1.1.5
  • 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 requested a review from a team as a code owner April 15, 2021 05:06
@dependabot dependabot bot added dependencies python Dependabot pull requests that update Python code labels Apr 15, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/poetry-1.1.6 branch from 6589188 to df132ea Compare April 15, 2021 13:53
Copy link
Contributor

@feelepxyz feelepxyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a few error message have differently formatted versions but otherwise SGTM 👍

@feelepxyz feelepxyz enabled auto-merge April 19, 2021 09:17
@feelepxyz feelepxyz force-pushed the dependabot/pip/python/helpers/poetry-1.1.6 branch from 104c8eb to 34b4f46 Compare April 19, 2021 09:19
@feelepxyz feelepxyz disabled auto-merge April 19, 2021 10:00
@feelepxyz feelepxyz enabled auto-merge April 19, 2021 10:00
@feelepxyz feelepxyz disabled auto-merge April 19, 2021 10:00
@feelepxyz feelepxyz merged commit d4391ea into main Apr 19, 2021
@feelepxyz feelepxyz deleted the dependabot/pip/python/helpers/poetry-1.1.6 branch April 19, 2021 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Dependabot pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant