From ce14cdcf02a1d7125553cb14cdcd3d2f2b1e5757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:17:22 +0000 Subject: [PATCH] Bump attrs from 24.2.0 to 24.3.0 Bumps [attrs](https://github.com/sponsors/hynek) from 24.2.0 to 24.3.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 10 ++++++---- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index b7efaf0b09..84e1919b6f 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true [packages] apluggy = "==1.0.3" -attrs = "==24.2.0" +attrs = "==24.3.0" cattrs = "==24.1.2" certifi = "==2024.8.30" charset-normalizer = "==3.4.0" diff --git a/Pipfile.lock b/Pipfile.lock index f8de8a42d6..7b7296a10d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "436660580548df8dd4d8e2e441de73578499bf64de78b34c5ac0df74c6c3f195" + "sha256": "826bba43cebc3869404c5f37fee61d3b02fab4d2b40e7f421ed74ad52f598a29" }, "pipfile-spec": 6, "requires": { @@ -25,10 +25,12 @@ }, "attrs": { "hashes": [ - "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346", - "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2" + "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff", + "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308" ], - "version": "==24.2.0" + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==24.3.0" }, "cattrs": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index e2626f16e1..f5d931f602 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple apluggy==1.0.3 -attrs==24.2.0 +attrs==24.3.0; python_version >= '3.8' cattrs==24.1.2 certifi==2024.8.30; python_version >= '3.6' charset-normalizer==3.4.0; python_full_version >= '3.7.0'