Updates for poetry 2.0 (#33415)

- Remove removed
[`no-setuptools`](https://github.com/python-poetry/poetry/pull/9331)
option, it's the default now
- Ran `make update-py` under poetry 2.0.1 which updated the lockfile

Also see https://github.com/python-poetry/poetry/releases/tag/2.0.0
This commit is contained in:
silverwind
2025-01-27 22:57:14 +01:00
committed by GitHub
parent 182e3896bf
commit 8cd10f7f3b
2 changed files with 19 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
[virtualenvs]
in-project = true
options.no-pip = true
options.no-setuptools = true