From 02a836ac34a2bec95a0b23523254e420fdda9696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:31:14 +0000 Subject: [PATCH] Bump attrs from 24.3.0 to 25.1.0 Bumps [attrs](https://github.com/sponsors/hynek) from 24.3.0 to 25.1.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03d0d95..b2455a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple altair==5.5.0; python_version >= '3.9' -attrs==24.3.0; python_version >= '3.8' +attrs==25.1.0; python_version >= '3.8' blinker==1.9.0; python_version >= '3.9' cachetools==5.5.0; python_version >= '3.7' certifi==2024.12.14; python_version >= '3.6'