From 6fec85c0e6083454b70fef0e1bcaeba81e715248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:22:23 +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] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 2dd792722a..f19b1b0a89 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true [packages] apluggy = "==1.0.3" -attrs = "==24.3.0" +attrs = "==25.1.0" cattrs = "==24.1.2" certifi = "==2024.12.14" charset-normalizer = "==3.4.1" diff --git a/Pipfile.lock b/Pipfile.lock index a9405462bf..9b69bb71e1 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "9391f1ad5c731f728a91abf6d415a95bd60f2b0ecdff4ffc6fe6869f5b5896c7" + "sha256": "42c2cb92399b6e1793246420174730e313754ad52b4e138ea47e885851f3b24d" }, "pipfile-spec": 6, "requires": { @@ -25,12 +25,12 @@ }, "attrs": { "hashes": [ - "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff", - "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308" + "sha256:1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e", + "sha256:c75a69e28a550a7e93789579c22aa26b0f5b83b75dc4e08fe092980051e1090a" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==24.3.0" + "version": "==25.1.0" }, "cattrs": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index abdc286db6..b80e510a80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple apluggy==1.0.3 -attrs==24.3.0; python_version >= '3.8' +attrs==25.1.0; python_version >= '3.8' cattrs==24.1.2 certifi==2024.12.14; python_version >= '3.6' charset-normalizer==3.4.1; python_version >= '3.7'