From 632259b80cc612ee236ee46ccf254ffaf9ef41a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:38:24 +0000 Subject: [PATCH] Bump cattrs from 24.1.0 to 24.1.1 Bumps [cattrs](https://github.com/python-attrs/cattrs) from 24.1.0 to 24.1.1. - [Release notes](https://github.com/python-attrs/cattrs/releases) - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md) - [Commits](https://github.com/python-attrs/cattrs/compare/v24.1.0...v24.1.1) --- updated-dependencies: - dependency-name: cattrs dependency-type: direct:production update-type: version-update:semver-patch ... 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 56a083137e..a58b604c3a 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ verify_ssl = true [packages] apluggy = "==0.9.4" attrs = "==24.2.0" -cattrs = {version="==24.1.0", python_version=">='3.7'"} +cattrs = {version="==24.1.1", python_version=">='3.7'"} certifi = "==2024.8.30" charset-normalizer = "==3.3.2" click = "==8.1.7" diff --git a/Pipfile.lock b/Pipfile.lock index 544c34dc9d..623cfd73c7 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "3bc991aad8f35885cf2a837d4445ac93cf10411b46b1fab3fb8a51d182393c2b" + "sha256": "c77afbd566bcbb6f30be55597b70ab71d9ce9d00952074cd9ef608326cb4cbe7" }, "pipfile-spec": 6, "requires": { @@ -35,12 +35,12 @@ }, "cattrs": { "hashes": [ - "sha256:043bb8af72596432a7df63abcff0055ac0f198a4d2e95af8db5a936a7074a761", - "sha256:8274f18b253bf7674a43da851e3096370d67088165d23138b04a1c04c8eaf48e" + "sha256:16e94a13f9aaf6438bd5be5df521e072b1b00481b4cf807bcb1acbd49f814c08", + "sha256:ec8ce8fdc725de9d07547cd616f968670687c6fa7a2e263b088370c46d834d97" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==24.1.0" + "version": "==24.1.1" }, "certifi": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index fb210cfb9e..953a4a985b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple apluggy==0.9.4 attrs==24.2.0; python_version >= '3.7' -cattrs==24.1.0; python_version >= '3.8' +cattrs==24.1.1; python_version >= '3.8' certifi==2024.8.30; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7