diff --git a/poetry.lock b/poetry.lock index 7cb06a69b..be4fa44c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1915,13 +1915,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "reuse" -version = "1.1.2" +version = "2.1.0" description = "reuse is a tool for compliance with the REUSE recommendations." optional = false -python-versions = ">=3.6.2,<4.0.0" +python-versions = ">=3.8,<4.0" files = [ - {file = "reuse-1.1.2-cp311-cp311-manylinux_2_36_x86_64.whl", hash = "sha256:d3cf6981e9b2855845a0cf323526fd1cde94a640ea1d8dce22d4156788b282bc"}, - {file = "reuse-1.1.2.tar.gz", hash = "sha256:80eb6e5ab5f73c784b5a9153e61a282045f6f9292124e1b55d4a7265dbad4246"}, + {file = "reuse-2.1.0-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:b214e756582766c9a8c84e195707a4ee86f58640bc2b0c5eac85279f5fd7d9de"}, + {file = "reuse-2.1.0.tar.gz", hash = "sha256:4211e91caa4c9e433802618a89a2d49a67e2bf76a8029d6708090892f0cdebec"}, ] [package.dependencies] @@ -1930,7 +1930,6 @@ binaryornot = ">=0.4.4,<0.5.0" Jinja2 = ">=3.0.0,<4.0.0" license-expression = ">=1.0" python-debian = ">=0.1.38,<0.1.45 || >0.1.45,<0.1.46 || >0.1.46,<0.1.47 || >0.1.47,<0.2.0" -setuptools = "*" [[package]] name = "rope" @@ -2551,4 +2550,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "22e2acba90c7a3e12f458c663531b90a7a0e649e2e68a663fdb98e89ce4cb42d" +content-hash = "b7d7e79d220e5199b3c33b268e7f8f33dfcb4c6f6e12365ce0a9527cfe6d63cf" diff --git a/pyproject.toml b/pyproject.toml index 38d84533f..2e7ab6e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ types-aiofiles = "^23.1" types-tabulate = "^0.9" myst-parser = ">=0.18,<2.1" sphinx-rtd-theme = "^1.0" -reuse = "^1.0.0" +reuse = ">=1,<3" construct-typing = "^0.5.2" pytest-cov = "^4.0" ruff = ">=0.0.260,<0.0.287"