From f88d4f7affb2915eb6d76e4ecdcaae0189f9ebc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 20:50:51 +0000 Subject: [PATCH] Update dependency setuptools to v78 [SECURITY] --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 265f763..0fe515a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -31,7 +31,7 @@ regex==2024.7.24 ; python_version >= "3.11" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.11" and python_version < "4.0" responses==0.21.0 ; python_version >= "3.11" and python_version < "4.0" rfc3986[idna2008]==1.5.0 ; python_version >= "3.11" and python_version < "4.0" -setuptools==74.0.0 ; python_version >= "3.11" and python_version < "4.0" +setuptools==78.1.1 ; python_version >= "3.11" and python_version < "4.0" sniffio==1.3.1 ; python_version >= "3.11" and python_version < "4.0" test-results-parser==0.1.0 ; python_version >= "3.11" and python_version < "4.0" tree-sitter==0.20.4 ; python_version >= "3.11" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index f253841..6339523 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ hpack==4.0.0 ; python_version >= "3.11" and python_version < "4.0" hyperframe==6.0.1 ; python_version >= "3.11" and python_version < "4.0" multidict==6.0.5 ; python_version >= "3.11" and python_version < "4.0" protobuf==5.28.0 ; python_version >= "3.11" and python_version < "4.0" -setuptools==74.0.0 ; python_version >= "3.11" and python_version < "4.0" +setuptools==78.1.1 ; python_version >= "3.11" and python_version < "4.0" watchdog==5.0.0 ; python_version >= "3.11" and python_version < "4.0"