From 5fc72736dd2cd779c8b8ebda723859250b90b513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 05:32:12 +0000 Subject: [PATCH] build(deps): bump attrs from 24.3.0 to 25.4.0 Bumps [attrs](https://github.com/sponsors/hynek) from 24.3.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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 200a21f0..7cd47ca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "alembic<2.0.0,>=1.15.2", "arrow~=1.4.0", "asyncpg~=0.31.0", - "attrs<25.0.0,>=24.2.0", + "attrs>=24.2.0,<26.0.0", "base65536~=0.1.1", "beautifulsoup4<5.0.0,>=4.13.4", "cachingutils @ git+https://github.com/onerandomusername/cachingutils.git@vcokltfre/feat/v2", diff --git a/uv.lock b/uv.lock index 51d60031..9dfac03a 100644 --- a/uv.lock +++ b/uv.lock @@ -327,11 +327,11 @@ wheels = [ [[package]] name = "attrs" -version = "24.3.0" +version = "25.4.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/48/c8/6260f8ccc11f0917360fc0da435c5c9c7504e3db174d5a12a1494887b045/attrs-24.3.0.tar.gz", hash = "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff", size = 805984, upload-time = "2024-12-16T06:59:29.899Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/89/aa/ab0f7891a01eeb2d2e338ae8fecbe57fcebea1a24dbb64d45801bfab481d/attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308", size = 63397, upload-time = "2024-12-16T06:59:26.977Z" }, + { 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" }, ] [[package]] @@ -2088,7 +2088,7 @@ requires-dist = [ { name = "alembic", specifier = ">=1.15.2,<2.0.0" }, { name = "arrow", specifier = "~=1.4.0" }, { name = "asyncpg", specifier = "~=0.31.0" }, - { name = "attrs", specifier = ">=24.2.0,<25.0.0" }, + { name = "attrs", specifier = ">=24.2.0,<26.0.0" }, { name = "base65536", specifier = "~=0.1.1" }, { name = "beautifulsoup4", specifier = ">=4.13.4,<5.0.0" }, { name = "cachingutils", git = "https://github.com/onerandomusername/cachingutils.git?rev=vcokltfre%2Ffeat%2Fv2" },