* Various Python package updates * python-poetry: fix checksum of patch file --------- Co-authored-by: Dirk Stolle <striezel-dev@web.de>
15 lines
610 B
Diff
15 lines
610 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 29f57e17ae9..1f135913510 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -27,8 +27,7 @@ dependencies = [
|
|
"tomlkit (>=0.11.4,<1.0.0)",
|
|
# trove-classifiers uses calver, so version is unclamped
|
|
"trove-classifiers (>=2022.5.19)",
|
|
- # upper pin as quickfix for https://github.com/python-poetry/poetry/issues/10490
|
|
- "virtualenv (>=20.26.6,<20.33.0)",
|
|
+ "virtualenv (>=20.26.6)",
|
|
"xattr (>=1.0.0,<2.0.0) ; sys_platform == 'darwin'",
|
|
"findpython (>=0.6.2,<0.7.0)",
|
|
"pbs-installer[download,install] (>=2025.1.6,<2026.0.0)",
|