diff --git a/Pipfile b/Pipfile index 6c85e585a8b..627ff41a06b 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true [packages] apluggy = "==0.9.4" -attrs = "==23.2.0" +attrs = "==24.2.0" cattrs = {version="==23.2.3", python_version=">='3.7'"} certifi = "==2024.7.4" charset-normalizer = "==3.3.2" diff --git a/Pipfile.lock b/Pipfile.lock index d2689dbebff..43dc44975a4 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "9830c6117ec51d97ffdd5b93e309b2e3901a0ff5922cf3ffe5fa45ce4145fb44" + "sha256": "5b2c625e465adce39087f5682cacf59cc3a07d63474d86e92b9a8962d9cc12ea" }, "pipfile-spec": 6, "requires": { @@ -26,12 +26,12 @@ }, "attrs": { "hashes": [ - "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30", - "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1" + "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346", + "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==23.2.0" + "version": "==24.2.0" }, "cattrs": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 8060a98d6c6..31315873c04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple apluggy==0.9.4 -attrs==23.2.0; python_version >= '3.7' +attrs==24.2.0; python_version >= '3.7' cattrs==23.2.3; python_version >= '3.7' and python_version >= '3.8' certifi==2024.7.4; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0'