From 3ffbc1a0b45b5ab104ccd64e2e80baa98a04d80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:08:45 +0000 Subject: [PATCH] chore(deps): bump attrs from 25.4.0 to 26.1.0 in /xtest Bumps [attrs](https://github.com/python-attrs/attrs) from 25.4.0 to 26.1.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-attrs/attrs/compare/25.4.0...26.1.0) --- updated-dependencies: - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- xtest/pyproject.toml | 2 +- xtest/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xtest/pyproject.toml b/xtest/pyproject.toml index 297da6a6..9cffd706 100644 --- a/xtest/pyproject.toml +++ b/xtest/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ dependencies = [ "annotated-types>=0.7.0", - "attrs>=25.4.0", + "attrs>=26.1.0", "certifi>=2026.1.4", "cffi>=2.0.0", "charset-normalizer>=3.4.4", diff --git a/xtest/uv.lock b/xtest/uv.lock index 7533f33c..1e256e44 100644 --- a/xtest/uv.lock +++ b/xtest/uv.lock @@ -13,11 +13,11 @@ wheels = [ [[package]] name = "attrs" -version = "25.4.0" +version = "26.1.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6b/5c/685e6633917e101e5dcb62b9dd76946cbb57c26e133bae9e0cd36033c0a9/attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11", size = 934251, upload-time = "2025-10-06T13:54:44.725Z" } +sdist = { url = "https://files.pythonhosted.org/packages/9a/8e/82a0fe20a541c03148528be8cac2408564a6c9a0cc7e9171802bc1d26985/attrs-26.1.0.tar.gz", hash = "sha256:d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c985eff32", size = 952055, upload-time = "2026-03-19T14:22:25.026Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/3a/2a/7cc015f5b9f5db42b7d48157e23356022889fc354a2813c15934b7cb5c0e/attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373", size = 67615, upload-time = "2025-10-06T13:54:43.17Z" }, + { url = "https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl", hash = "sha256:c647aa4a12dfbad9333ca4e71fe62ddc36f4e63b2d260a37a8b83d2f043ac309", size = 67548, upload-time = "2026-03-19T14:22:23.645Z" }, ] [[package]] @@ -635,7 +635,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "annotated-types", specifier = ">=0.7.0" }, - { name = "attrs", specifier = ">=25.4.0" }, + { name = "attrs", specifier = ">=26.1.0" }, { name = "certifi", specifier = ">=2026.1.4" }, { name = "cffi", specifier = ">=2.0.0" }, { name = "charset-normalizer", specifier = ">=3.4.4" },