From cdca2d24852bc8b14cc651c17c909b8cfc848d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:04:23 +0000 Subject: [PATCH] Bump attrs from 23.2.0 to 25.4.0 Bumps [attrs](https://github.com/sponsors/hynek) from 23.2.0 to 25.4.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-version: 25.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++-------------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/poetry.lock b/poetry.lock index 123c5c17..5293b144 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "astroid" @@ -17,24 +17,16 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} [[package]] name = "attrs" -version = "23.2.0" +version = "25.4.0" description = "Classes Without Boilerplate" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "attrs-23.2.0-py3-none-any.whl", hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"}, - {file = "attrs-23.2.0.tar.gz", hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"}, + {file = "attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373"}, + {file = "attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11"}, ] -[package.extras] -cov = ["attrs[tests]", "coverage[toml] (>=5.3)"] -dev = ["attrs[tests]", "pre-commit"] -docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"] -tests = ["attrs[tests-no-zope]", "zope-interface"] -tests-mypy = ["mypy (>=1.6) ; platform_python_implementation == \"CPython\" and python_version >= \"3.8\"", "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.8\""] -tests-no-zope = ["attrs[tests-mypy]", "cloudpickle ; platform_python_implementation == \"CPython\"", "hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist[psutil]"] - [[package]] name = "babel" version = "2.17.0" @@ -2606,4 +2598,4 @@ optionals = ["jsonschema", "legacycrypt", "napalm"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.14" -content-hash = "10ef70aa9d370afe0aacccb79db57c48e45846c8475923eae719e5db733e5f1c" +content-hash = "57d9a6e47dcd0bb71f79856d6262df62184119d3aaf6b384411332c4ae54d279" diff --git a/pyproject.toml b/pyproject.toml index 93821ab4..9a65476c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pyyaml = "^6.0.1" pylint = "*" yamllint = "*" toml = "^0.10.2" -attrs = "^23.2.0" +attrs = ">=23.2,<26.0" towncrier = ">=23.6.0,<=24.8.0" ruff = "0.5.5" Markdown = "*"