From 1f21d2506d45bf871041d38ad5d39cf49df2a174 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Wed, 3 Jul 2024 16:02:44 +0200 Subject: [PATCH] fixup Signed-off-by: Carmen Bianca BAKKER --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cda1586ea..3fc003d25 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ build: python: "3.12" jobs: post_create_environment: - - python -m pip install 'poetry~=1.3.0' + - python -m pip install 'poetry~=1.7.0' post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs