Closed renovate[bot] closed 2 years ago
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:
The artifact failure details are included below:
Installing legacy tool poetry v1.1.13
The canonical source for Poetry's installation script is now https://install.python-poetry.org. Please update your usage to reflect this.
Retrieving Poetry metadata
# Welcome to Poetry!
This will download and install the latest version of Poetry,
a dependency and package manager for Python.
It will add the `poetry` command to Poetry's bin directory, located at:
/home/ubuntu/poetry/1.1.13/bin
You can uninstall at any time by executing this script with the --uninstall option,
and these changes will be reverted.
Installing Poetry (1.1.13)
Installing Poetry (1.1.13): Creating environment
Installing Poetry (1.1.13): Installing Poetry
Installing Poetry (1.1.13): Creating script
Installing Poetry (1.1.13): Done
Poetry (1.1.13) is installed now. Great!
To get started you need Poetry's bin directory (/home/ubuntu/poetry/1.1.13/bin) in your `PATH`
environment variable.
Add `export PATH="/home/ubuntu/poetry/1.1.13/bin:$PATH"` to your shell configuration file.
Alternatively, you can call Poetry explicitly with `/home/ubuntu/poetry/1.1.13/bin/poetry`.
You can test that everything is set up by executing:
`poetry --version`
Poetry version 1.1.13
Creating virtualenv earhorn-8scra8xs-py3.10 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...
SolverProblemError
Because pytest-httpx (0.21.0) depends on httpx (>=0.23.0,<0.24.0)
and no versions of pytest-httpx match >0.21.0,<0.22.0, pytest-httpx (>=0.21.0,<0.22.0) requires httpx (>=0.23.0,<0.24.0).
So, because earhorn depends on both httpx (>=0.21.1,<0.23.0) and pytest-httpx (^0.21.0), version solving failed.
at ~/poetry/1.1.13/venv/lib/python3.10/site-packages/poetry/puzzle/solver.py:241 in _solve
237β packages = result.packages
238β except OverrideNeeded as e:
239β return self.solve_in_compatibility_mode(e.overrides, use_latest=use_latest)
240β except SolveFailure as e:
β 241β raise SolverProblemError(e)
242β
243β results = dict(
244β depth_first_search(
245β PackageNode(self._package, packages), aggregate_package_nodes
This PR contains the following updates:
^0.20.0
->^0.21.0
Release Notes
Colin-b/pytest_httpx
### [`v0.21.0`](https://togithub.com/Colin-b/pytest_httpx/blob/HEAD/CHANGELOG.md#0210---2022-05-24) [Compare Source](https://togithub.com/Colin-b/pytest_httpx/compare/v0.20.0...v0.21.0) ##### Changed - Requires [`httpx`](https://www.python-httpx.org)==0.23.\* ##### Removed - Python 3.6 is no longer supported.Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» 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.
This PR has been generated by Mend Renovate. View repository job log here.