From 7a87bf3ec9035827a86dd5978a117030ece412fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:09:38 +0000 Subject: [PATCH] Bump cattrs from 23.2.3 to 24.1.0 Bumps [cattrs](https://github.com/python-attrs/cattrs) from 23.2.3 to 24.1.0. - [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/v23.2.3...v24.1.0) --- updated-dependencies: - dependency-name: cattrs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 11 ++++++----- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index f2e6651fe2..d794f0fff1 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ verify_ssl = true [packages] apluggy = "==0.9.4" attrs = "==24.2.0" -cattrs = {version="==23.2.3", python_version=">='3.7'"} +cattrs = {version="==24.1.0", python_version=">='3.7'"} certifi = "==2024.7.4" charset-normalizer = "==3.3.2" click = "==8.1.7" diff --git a/Pipfile.lock b/Pipfile.lock index e6176e0d4a..dcd0fe1c81 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "de174fced33ebcc996667738172794dc7496ce8e55fc1a4dcd7bd03a6695c5d0" + "sha256": "82c7fbd82b4d3cd87d1d7a91299fee042449513926142d01dccd06dfb3adc5ee" }, "pipfile-spec": 6, "requires": { @@ -35,11 +35,12 @@ }, "cattrs": { "hashes": [ - "sha256:0341994d94971052e9ee70662542699a3162ea1e0c62f7ce1b4a57f563685108", - "sha256:a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f" + "sha256:043bb8af72596432a7df63abcff0055ac0f198a4d2e95af8db5a936a7074a761", + "sha256:8274f18b253bf7674a43da851e3096370d67088165d23138b04a1c04c8eaf48e" ], - "markers": "python_version >= '3.7' and python_version >= '3.8'", - "version": "==23.2.3" + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==24.1.0" }, "certifi": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 6a7dd57235..c4e11c3924 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==23.2.3; python_version >= '3.7' and python_version >= '3.8' +cattrs==24.1.0; python_version >= '3.8' certifi==2024.7.4; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7