From c419b4f400b1fc949767a745913c99ed5576ac3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:27:15 +0000 Subject: [PATCH] Bump cattrs from 23.1.2 to 23.2.3 (#1645) --- Pipfile | 2 +- Pipfile.lock | 11 ++++++----- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index c1ff5aac5e..945d03c0d7 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true [packages] attrs = "==23.1.0" -cattrs = {version="==23.1.2", python_version=">='3.7'"} +cattrs = {version="==23.2.3", python_version=">='3.7'"} certifi = "==2023.7.22" charset-normalizer = "==3.3.2" click = "==8.1.7" diff --git a/Pipfile.lock b/Pipfile.lock index 3593a80260..c82b13c90b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "39ff8bda6c501f1986f73c1251c7f9cda98a55eb400abe569ebff0331536767d" + "sha256": "869821cf8d7893d0ae9f1cc0684f89fbdb1d71589ef938314dd52e2687bcc7fa" }, "pipfile-spec": 6, "requires": { @@ -27,11 +27,12 @@ }, "cattrs": { "hashes": [ - "sha256:b2bb14311ac17bed0d58785e5a60f022e5431aca3932e3fc5cc8ed8639de50a4", - "sha256:db1c821b8c537382b2c7c66678c3790091ca0275ac486c76f3c8f3920e83c657" + "sha256:0341994d94971052e9ee70662542699a3162ea1e0c62f7ce1b4a57f563685108", + "sha256:a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f" ], - "markers": "python_version >= '3.7'", - "version": "==23.1.2" + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==23.2.3" }, "certifi": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index ced8f2a50e..78afbc5a39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple attrs==23.1.0; python_version >= '3.7' -cattrs==23.1.2; python_version >= '3.7' +cattrs==23.2.3; python_version >= '3.8' certifi==2023.7.22; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7; python_version >= '3.7'