From f8f3403a406dc974c8bfd35f9fc04ffd159ff4b8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Sep 2024 11:36:49 +0000 Subject: [PATCH] Update dependency reuse to v3 --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index bf804fa..238f3be 100644 --- a/Pipfile +++ b/Pipfile @@ -24,7 +24,7 @@ werkzeug = "==2.3.8" flake8 = "==7.1.1" yapf = "==0.40.2" pre-commit = "==2.21.0" -reuse = "==2.1.0" +reuse = "==3.0.2" [requires] python_version = "3.8" diff --git a/Pipfile.lock b/Pipfile.lock index fc52c21..c05fdfe 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2a23fc3623d80bb65920da40510365714935602aa1fba9ff627cb86784ec462a" + "sha256": "8dfb708faa7e2d0409997f4bb1781ee011074595f887b56cedb2a176207f6738" }, "pipfile-spec": 6, "requires": { @@ -708,12 +708,12 @@ }, "reuse": { "hashes": [ - "sha256:4211e91caa4c9e433802618a89a2d49a67e2bf76a8029d6708090892f0cdebec", - "sha256:b214e756582766c9a8c84e195707a4ee86f58640bc2b0c5eac85279f5fd7d9de" + "sha256:73eb8262b84527a90822404e7504f69081854759806830d402ea1e92176f32a6", + "sha256:bf5a65c2dba4b481ee5ace18a3863095ee95ff3e72acaf6cd4446bb83d786970" ], "index": "pypi", "markers": "python_version >= '3.8' and python_version < '4.0'", - "version": "==2.1.0" + "version": "==3.0.2" }, "tomli": { "hashes": [ -- 2.30.2