From 8d4bfa79307546290979cc55ad06b8de67ef9f10 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 24 Jan 2025 05:03:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Stop=20relying=20on=20`pip-with-?= =?UTF-8?q?requires-python`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements/runtime-prerequisites.in | 2 +- requirements/runtime-prerequisites.txt | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/requirements/runtime-prerequisites.in b/requirements/runtime-prerequisites.in index 02a2071..a1b589e 100644 --- a/requirements/runtime-prerequisites.in +++ b/requirements/runtime-prerequisites.in @@ -1 +1 @@ -pip-with-requires-python +pip diff --git a/requirements/runtime-prerequisites.txt b/requirements/runtime-prerequisites.txt index 1839741..5d0d7fd 100644 --- a/requirements/runtime-prerequisites.txt +++ b/requirements/runtime-prerequisites.txt @@ -1,12 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.13 # by the following command: # # pip-compile --allow-unsafe --config=../.pip-tools.toml --output-file=runtime-prerequisites.txt --strip-extras runtime-prerequisites.in # -pip-with-requires-python==1.0.1 - # via -r runtime-prerequisites.in # The following packages are considered to be unsafe in a requirements file: -pip==24.0 - # via pip-with-requires-python +pip==24.3.1 + # via -r runtime-prerequisites.in