From: Pieter Lexis Date: Mon, 9 Feb 2026 09:48:59 +0000 (+0100) Subject: chore: Pin setuptools for remotebackend tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1407a23ed95938e34ed16a4fb51bf1abdb6a151;p=thirdparty%2Fpdns.git chore: Pin setuptools for remotebackend tests --- diff --git a/modules/remotebackend/requirements.in b/modules/remotebackend/requirements.in index 3683551fd7..c0a27f4856 100644 --- a/modules/remotebackend/requirements.in +++ b/modules/remotebackend/requirements.in @@ -4,3 +4,4 @@ wheel==0.46.2 Pdns-Remotebackend==0.8.0 pyzmq==25.1.2 +setuptools<82 diff --git a/modules/remotebackend/requirements.txt b/modules/remotebackend/requirements.txt index 6f2a254908..1f77578aba 100644 --- a/modules/remotebackend/requirements.txt +++ b/modules/remotebackend/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.11 # by the following command: # -# pip-compile --generate-hashes requirements.in +# pip-compile --allow-unsafe --generate-hashes requirements.in # packaging==26.0 \ --hash=sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4 \ @@ -110,3 +110,9 @@ wheel==0.46.2 \ --hash=sha256:33ae60725d69eaa249bc1982e739943c23b34b58d51f1cb6253453773aca6e65 \ --hash=sha256:3d79e48fde9847618a5a181f3cc35764c349c752e2fe911e65fa17faab9809b0 # via -r requirements.in + +# The following packages are considered to be unsafe in a requirements file: +setuptools==81.0.0 \ + --hash=sha256:487b53915f52501f0a79ccfd0c02c165ffe06631443a886740b91af4b7a5845a \ + --hash=sha256:fdd925d5c5d9f62e4b74b30d6dd7828ce236fd6ed998a08d81de62ce5a6310d6 + # via -r requirements.in