From 87de827f39a56d9bbada25b117a2d033a01ac398 Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Tue, 21 Jan 2025 09:14:05 +0100 Subject: [PATCH] CI: upgrade poetry to 1.8.4 --- .github/workflows/ci.yml | 2 +- tests/test_release.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bc8a59..c56bd17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - master env: - POETRY_VERSION: "1.8.3" + POETRY_VERSION: "1.8.4" jobs: cs: diff --git a/tests/test_release.py b/tests/test_release.py index 765c2e2..fa5668c 100644 --- a/tests/test_release.py +++ b/tests/test_release.py @@ -26,7 +26,7 @@ NAME = "pytest-httpserver" NAME_UNDERSCORE = NAME.replace("-", "_") -PY_MAX_VERSION = (3, 12) +PY_MAX_VERSION = (3, 13) @pytest.fixture(scope="session")