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"]