From 0b7016fa3a174ac4d9b553bb988d65e4d8cccc5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 10:02:48 +0000 Subject: [PATCH] chore(deps-dev): bump reuse from 5.1.1 to 6.1.2 Bumps [reuse](https://github.com/fsfe/reuse-tool) from 5.1.1 to 6.1.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/v5.1.1...v6.1.2) --- updated-dependencies: - dependency-name: reuse dependency-version: 6.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 70 +++++++++++++++++++++----------------------------- pyproject.toml | 2 +- 2 files changed, 30 insertions(+), 42 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2f2e46815..5abee045a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "argon2-cffi" @@ -107,21 +107,6 @@ docs = ["cogapp", "furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphi tests = ["cloudpickle ; platform_python_implementation == \"CPython\"", "hypothesis", "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"", "pytest-xdist[psutil]"] tests-mypy = ["mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"", "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\""] -[[package]] -name = "binaryornot" -version = "0.4.4" -description = "Ultra-lightweight pure Python package to check if a file is binary or text." -optional = false -python-versions = "*" -groups = ["dev"] -files = [ - {file = "binaryornot-0.4.4-py2.py3-none-any.whl", hash = "sha256:b8b71173c917bddcd2c16070412e369c3ed7f0528926f70cac18a6c97fd563e4"}, - {file = "binaryornot-0.4.4.tar.gz", hash = "sha256:359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061"}, -] - -[package.dependencies] -chardet = ">=3.0.2" - [[package]] name = "boolean-py" version = "5.0" @@ -262,18 +247,6 @@ files = [ {file = "cfgv-3.4.0.tar.gz", hash = "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"}, ] -[[package]] -name = "chardet" -version = "5.2.0" -description = "Universal encoding detector for Python 3" -optional = false -python-versions = ">=3.7" -groups = ["dev"] -files = [ - {file = "chardet-5.2.0-py3-none-any.whl", hash = "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"}, - {file = "chardet-5.2.0.tar.gz", hash = "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7"}, -] - [[package]] name = "charset-normalizer" version = "3.4.3" @@ -1825,7 +1798,7 @@ description = "A python implementation of GNU readline." optional = false python-versions = ">=3.8" groups = ["dev"] -markers = "python_version < \"3.13\" and platform_system == \"Windows\"" +markers = "python_version == \"3.12\" and platform_system == \"Windows\"" files = [ {file = "pyreadline3-3.5.4-py3-none-any.whl", hash = "sha256:eaf8e6cc3c49bcccf145fc6067ba8643d1df34d604a1ec0eccbf7a18e6d3fae6"}, {file = "pyreadline3-3.5.4.tar.gz", hash = "sha256:8d57d53039a1c75adba8e50dd3d992b28143480816187ea5efbd5c78e6c885b7"}, @@ -1841,7 +1814,7 @@ description = "A library for building flexible command line interfaces" optional = false python-versions = ">=3.8" groups = ["dev"] -markers = "python_version < \"3.13\"" +markers = "python_version == \"3.12\"" files = [ {file = "pyrepl-0.11.4-py3-none-any.whl", hash = "sha256:ac30d6340267a21c39e1b1934f92bca6b8735017d14b17e40f903b2d1563541d"}, {file = "pyrepl-0.11.4.tar.gz", hash = "sha256:efe988b4a6e5eed587e9769dc2269aeec2b6feec2f5d77995ee85b9ad7cf7063"}, @@ -2072,6 +2045,18 @@ requests-toolbelt = ">=0.10.1" autocompletion = ["argcomplete (>=1.10.0,<3)"] yaml = ["PyYaml (>=5.2)"] +[[package]] +name = "python-magic" +version = "0.4.27" +description = "File type identification using libmagic" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +groups = ["dev"] +files = [ + {file = "python-magic-0.4.27.tar.gz", hash = "sha256:c1ba14b08e4a5f5c31a302b7721239695b2f0f058d125bd5ce1ee36b9d9d3c3b"}, + {file = "python_magic-0.4.27-py2.py3-none-any.whl", hash = "sha256:c212960ad306f700aa0d01e5d7a325d20548ff97eb9920dcd29513174f0294d3"}, +] + [[package]] name = "python-memcached" version = "1.62" @@ -2378,26 +2363,29 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "reuse" -version = "5.1.1" +version = "6.1.2" description = "reuse is a tool for compliance with the REUSE recommendations." optional = false -python-versions = "<4.0,>=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "reuse-5.1.1-cp313-cp313-manylinux_2_41_x86_64.whl", hash = "sha256:15a68341949b7ddb3630d8d3a49d9537bbc143ee235dca77cc3f4047237c8299"}, - {file = "reuse-5.1.1.tar.gz", hash = "sha256:a13914ed8b66b8e5956e96c63203c63d72b55280d348849ccc0eb314c73248cb"}, + {file = "reuse-6.1.2-cp310-cp310-manylinux_2_41_x86_64.whl", hash = "sha256:7185058ea5f0bb8043f2db0383078ee7d0be6129ebafcb88e80da5f74e7f4b32"}, + {file = "reuse-6.1.2.tar.gz", hash = "sha256:6019a75f4ca18ad5b2506e0f3ec1b926b27ba6cdc9da88492e7fc65e3ff12c39"}, ] [package.dependencies] -attrs = ">=21.3" -binaryornot = ">=0.4.4" -"boolean.py" = ">=3.8" -click = ">=8.0" +attrs = ">=23.2" +click = ">=8.1" 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" +license-expression = ">=21.6.14" +python-debian = ">=0.1.48" +python-magic = ">=0.4.12" tomlkit = ">=0.8" +[package.extras] +chardet = ["chardet (>=3.0.2)"] +charset-normalizer = ["charset-normalizer (>=2.0.5)"] + [[package]] name = "rfc3986" version = "2.0.0" @@ -2765,4 +2753,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<4" -content-hash = "ec917ff330e6a76b56c28933436f68ce7e19dc86fd4b9c003d9699599e87c27a" +content-hash = "a9c8316903eb05ead218dd50da4d4ea299aa5c2c268056dddba7618fe00e60c8" diff --git a/pyproject.toml b/pyproject.toml index 23a15dc5b..1fe709389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ pytest-randomly = "3.16.0" pytest-xdist = "3.8.0" python-semantic-release = "7.34.6" requests-mock = "1.12.1" -reuse = "5.1.1" +reuse = "6.1.2" ruff = "0.13.0" syrupy = "4.9.1"