From 65ca0c20f3449461b22fb8cf5b0f0b5c57da5df6 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Wed, 2 Sep 2026 11:30:50 +0200 Subject: [PATCH] fix(deps): regenerate sidecar-requirements.txt with Python 3.13 The lockfile had drifted to a Python 3.12 header, not matching the python3.13 venv the sidecar image ships. Regenerated with the correct Python version (see #1093 for the task that automates this going forward); the barman==3.20.0 pin and hashes are unchanged. Signed-off-by: Marco Nenciarini --- containers/sidecar-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/sidecar-requirements.txt b/containers/sidecar-requirements.txt index 63e541b..4e9d166 100644 --- a/containers/sidecar-requirements.txt +++ b/containers/sidecar-requirements.txt @@ -1,8 +1,8 @@ # -# 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 --generate-hashes --output-file=sidecar-requirements.txt --strip-extras sidecar-requirements.in +# pip-compile --allow-unsafe --generate-hashes --no-index --output-file=sidecar-requirements.txt --strip-extras sidecar-requirements.in # azure-core==1.41.0 \ --hash=sha256:522b4011e8180b1a3dcd2024396a4e7fe9ac37fb8597db47163d230b5efe892d \