From ce4bcbe2a0632ec8670f8a261301c243e2004a75 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 9 Feb 2026 10:48:33 +0100 Subject: [PATCH] chore: Pin setuptools for meson venv --- meson/requirements.in | 1 + meson/requirements.txt | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/meson/requirements.in b/meson/requirements.in index 57c929d09a..4e862168d3 100644 --- a/meson/requirements.in +++ b/meson/requirements.in @@ -6,3 +6,4 @@ meson ninja invoke requests==2.32.4 +setuptools<82 diff --git a/meson/requirements.txt b/meson/requirements.txt index b3b893126d..f4362e405b 100644 --- a/meson/requirements.txt +++ b/meson/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 # certifi==2026.1.4 \ --hash=sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c \ @@ -217,3 +217,9 @@ urllib3==2.6.3 \ --hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \ --hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4 # via requests + +# 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 -- 2.47.3