From a3f059b4f2b49719fa2c58527780d77726670477 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:26:52 +0000 Subject: [PATCH] Update dependency reuse to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index e921fdd..6717e5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1391,4 +1391,4 @@ docs = ["flask-sphinx-themes", "myst-parser", "sphinx", "sphinxcontrib-httpdomai [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "71de7fa715cabd253c98b7d00f2d9607f277df87a1ef6abc851887ad22a0ed06" +content-hash = "b7333207da44e09918d24bc16dc51f05ff4743e09a3cae23a24a6e5fa8bfb930" diff --git a/pyproject.toml b/pyproject.toml index 27808a7..65dbd70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pytest-cov = ">=3.0.0" ruff = ">=0.0.253" responses = ">=0.23.3" packaging = "^23.1" -reuse = "^2.1.0 || ^3.0.0 || ^4.0.0" +reuse = "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" [tool.poetry.extras] docs = ["sphinx", "myst-parser", "sphinxcontrib-httpdomain", "flask-sphinx-themes"]