Skip to content

chore(deps): update dependency poetry-plugin-export to v1.10.0 in poetry-python3.10#3584

Closed
renovate-coop-norge[bot] wants to merge 1 commit intomainfrom
renovate/poetry-python3.10-poetry-plugin-export-1.x
Closed

chore(deps): update dependency poetry-plugin-export to v1.10.0 in poetry-python3.10#3584
renovate-coop-norge[bot] wants to merge 1 commit intomainfrom
renovate/poetry-python3.10-poetry-plugin-export-1.x

Conversation

@renovate-coop-norge
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
poetry-plugin-export ==1.8.0==1.10.0 age confidence

Release Notes

python-poetry/poetry-plugin-export (poetry-plugin-export)

v1.10.0

Compare Source

Added
  • Add support for exporting pylock.toml files (#​357).
Changed
  • Drop support for Python 3.9 (#​349).
Fixed
  • Fix an issue where a "dependency walk failed" error message gave an outdated advice (#​353).

v1.9.0

Compare Source

Added
  • Add an --all-groups option to export dependencies from all groups (#​294).
Changed
  • Drop support for Python 3.8 (#​300).
  • Clarify the help text of --with and --only and deprecate --without (#​212).
  • Fail if the poetry.lock file is not consistent with the pyproject.toml file (#​310).
Fixed
  • Fix an issue where the export failed with the message "dependency walk failed".
    This fix requires a poetry.lock file created with Poetry 2.x (#​286).
  • Fix an issue where the pre-commit hook regex matched wrong files (#​285).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-coop-norge renovate-coop-norge Bot added dependencies Pull requests that update a dependency file renovate labels Feb 10, 2026
@renovate-coop-norge renovate-coop-norge Bot enabled auto-merge (squash) February 10, 2026 12:25
@renovate-coop-norge
Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: images/poetry-python3.10/context/requirements.txt
Command failed: pip-compile --allow-unsafe --generate-hashes --output-file=requirements.txt requirements.in
  ERROR: Cannot install -r requirements.in (line 12) and poetry==1.8.5 because these package versions have conflicting dependencies.
Discarding poetry==1.8.5 (from -r requirements.txt (line 750)) to proceed the resolution
  ERROR: Cannot install -r requirements.in (line 12) and poetry==1.8.5 because these package versions have conflicting dependencies.
Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 99, in resolve
    result = self._result = resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 601, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 542, in resolve
    raise ResolutionImpossible(self.state.backtrack_causes)
pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('poetry==1.8.5'), parent=None), RequirementInformation(requirement=SpecifierRequirement('poetry<3.0.0,>=2.1.0'), parent=LinkCandidate('https://files.pythonhosted.org/packages/9c/c6/04e2f2e2155d3a987b1e364150abfc1d6667c135cfd4894a23e1f5405558/poetry_plugin_export-1.10.0-py3-none-any.whl (from https://pypi.org/simple/poetry-plugin-export/) (requires-python:<4.0,>=3.10)'))]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/bin/pip-compile", line 7, in <module>
    sys.exit(cli())
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/click/core.py", line 1485, in __call__
    return self.main(*args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/click/core.py", line 1406, in main
    rv = self.invoke(ctx)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/click/core.py", line 1269, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/click/core.py", line 824, in invoke
    return callback(*args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/click/decorators.py", line 34, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/piptools/scripts/compile.py", line 481, in cli
    results = resolver.resolve(max_rounds=max_rounds)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/piptools/resolver.py", line 641, in resolve
    is_resolved = self._do_resolve(
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/piptools/resolver.py", line 676, in _do_resolve
    resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.10.19/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 108, in resolve
    raise error from e
pip._internal.exceptions.DistributionNotFound: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

@renovate-coop-norge renovate-coop-norge Bot force-pushed the renovate/poetry-python3.10-poetry-plugin-export-1.x branch from bd6daac to 14829a1 Compare February 10, 2026 12:35
auto-merge was automatically disabled February 10, 2026 12:38

Pull request was closed

@pravindahal pravindahal deleted the renovate/poetry-python3.10-poetry-plugin-export-1.x branch February 10, 2026 12:38
@renovate-coop-norge
Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==1.10.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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 renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant