From 869ecf445107dadd8c7e366eace29285d9d5bc9c Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sun, 18 Sep 2022 17:14:30 +0200 Subject: [PATCH] "poetry<1.2" because of https://github.com/python-poetry/poetry/issues/6013 because of https://forum.yunohost.org/t/invalid-pep-440-version-0-16-0-ynh1/21293 --- Makefile | 2 +- poetry.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 03b8150..7352a7d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ check-poetry: install-poetry: ## install or update poetry pip3 install -U pip - pip3 install -U "poetry!=1.2.0" + pip3 install -U "poetry<1.2" # https://forum.yunohost.org/t/invalid-pep-440-version-0-16-0-ynh1/21293 install: check-poetry ## install project via poetry poetry install diff --git a/poetry.lock b/poetry.lock index b3ac2b8..4098cb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -872,7 +872,7 @@ python-versions = "*" [[package]] name = "pyupgrade" -version = "2.37.3" +version = "2.38.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -1575,8 +1575,8 @@ pytz = [ {file = "pytz-2022.2.1.tar.gz", hash = "sha256:cea221417204f2d1a2aa03ddae3e867921971d0d76f14d87abb4414415bbdcf5"}, ] pyupgrade = [ - {file = "pyupgrade-2.37.3-py2.py3-none-any.whl", hash = "sha256:9746efd064dbf53d7f86d6f88a1d48120f58dbfc378f517768634740ea2225e2"}, - {file = "pyupgrade-2.37.3.tar.gz", hash = "sha256:1414c7a7c558004cf610e6180716b876814b639b5a5789c3da023c5cdaebcd49"}, + {file = "pyupgrade-2.38.0-py2.py3-none-any.whl", hash = "sha256:e68e033603de3b4b675c7bd733723fb2bb7930a1898b6da61fb503643322e2f9"}, + {file = "pyupgrade-2.38.0.tar.gz", hash = "sha256:7d03766fb5d68e9b0ec86b7d48c3cc29462b0031ff48ceece34bd224708553c0"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},