From 91527c458390474c5819b35ab7abcb3022765f53 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 8 Mar 2024 00:19:54 +0100 Subject: [PATCH] Regenerate lockfiles with pip-tools v7.4.1 --- requirements/runtime-prerequisites.txt | 2 +- requirements/runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/runtime-prerequisites.txt b/requirements/runtime-prerequisites.txt index a033db9..f0fb003 100644 --- a/requirements/runtime-prerequisites.txt +++ b/requirements/runtime-prerequisites.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.12 # by the following command: # -# pip-compile --allow-unsafe --output-file=runtime-prerequisites.txt --resolver=backtracking --strip-extras runtime-prerequisites.in +# 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 diff --git a/requirements/runtime.txt b/requirements/runtime.txt index f700623..cdeaa1d 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.12 # by the following command: # -# pip-compile --allow-unsafe --output-file=runtime.txt --resolver=backtracking --strip-extras runtime.in +# pip-compile --allow-unsafe --config=../.pip-tools.toml --output-file=runtime.txt --strip-extras runtime.in # annotated-types==0.6.0 # via pydantic