From 9c3dac92c79ce059c8f7022ee42225982e310d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:28:23 +0000 Subject: [PATCH] chore(deps-dev): bump reuse from 4.0.3 to 5.0.2 Bumps [reuse](https://github.com/fsfe/reuse-tool) from 4.0.3 to 5.0.2. - [Release notes](https://github.com/fsfe/reuse-tool/releases) - [Changelog](https://github.com/fsfe/reuse-tool/blob/main/CHANGELOG.md) - [Commits](https://github.com/fsfe/reuse-tool/compare/v4.0.3...v5.0.2) --- updated-dependencies: - dependency-name: reuse dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6f8242969..881a99573 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 = "2ed14e77ae81ee9fa0f6940c5cd5ef51f48ae3715259700c67982c488b8eb284" +content-hash = "69d34df98175677efb3eeaee613dd08e6c956ea3b21e90121f2996a474bc02ac" diff --git a/pyproject.toml b/pyproject.toml index 07612e990..057fcb856 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.4" syrupy = "4.7.2"