diff --git a/poetry.lock b/poetry.lock index de8ae8b1f..e71307948 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2212,19 +2212,20 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "reuse" -version = "4.0.3" +version = "5.0.2" description = "reuse is a tool for compliance with the REUSE recommendations." optional = false -python-versions = "<4.0,>=3.8" +python-versions = "<4.0,>=3.9" files = [ - {file = "reuse-4.0.3-cp311-cp311-manylinux_2_36_x86_64.whl", hash = "sha256:b33e26ec1d105cfcfc2e904d103faec0d758994278feb95a4f4290a864562243"}, - {file = "reuse-4.0.3.tar.gz", hash = "sha256:4f2c3e1213ec644e5febc50d8322d18982e4e1102af8a51d9493bfc2164a0eac"}, + {file = "reuse-5.0.2-cp313-cp313-manylinux_2_40_x86_64.whl", hash = "sha256:7a680f00324e87a72061677a892d8cbabfddf7adcf7a5376aeeed2d78995bbbb"}, + {file = "reuse-5.0.2.tar.gz", hash = "sha256:878016ae5dd29c10bad4606d6676c12a268c12aa9fcfea66403598e16eed085c"}, ] [package.dependencies] attrs = ">=21.3" binaryornot = ">=0.4.4" "boolean.py" = ">=3.8" +click = ">=8.0" Jinja2 = ">=3.0.0" license-expression = ">=1.0" python-debian = ">=0.1.34,<0.1.45 || >0.1.45,<0.1.46 || >0.1.46,<0.1.47 || >0.1.47" @@ -2581,4 +2582,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "5cd9cd16a8e5d4b1e0bc772a72a8284025bd86995fb2d1f2dea8bf6f1df950b8" +content-hash = "27cdf2ce43dc40b4ec116d72d575812abe6d3ca81e99413218db354a67dfa1bf" diff --git a/pyproject.toml b/pyproject.toml index ca3f5c256..d5608afd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ pytest-randomly = "3.16.0" pytest-xdist = "3.6.1" python-semantic-release = "7.34.6" requests-mock = "1.12.1" -reuse = "4.0.3" +reuse = "5.0.2" ruff = "0.7.0" syrupy = "4.7.2"