You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump poetry from 2.0.1 to 2.1.1
Bumps [poetry](https://github.com/python-poetry/poetry) from 2.0.1 to 2.1.1.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md)
- [Commits](python-poetry/poetry@2.0.1...2.1.1)
---
updated-dependencies:
- dependency-name: poetry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Set `POETRY_VIRTUALENVS_USE_POETRY_PYTHON`
Since in theory it should force Poetry to not search for other Python
versions if the project's `requires-python` (or `tool.poetry`
equivalent) doesn't match the Python version we installed.
* Add changelog entry
* Update one fixture to PEP-621 style `pyproject.toml`
So we have fixtures testing both the new and old style config.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
0 commit comments