diff --git a/Pipfile b/Pipfile index 56a083137e8..a58b604c3a7 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 544c34dc9d0..623cfd73c74 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 fb210cfb9e3..953a4a985be 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