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 <marco.nenciarini@enterprisedb.com>
This commit is contained in:
Marco Nenciarini 2026-09-02 11:30:50 +02:00
parent db6b1818c5
commit fa8ae2ebf7
No known key found for this signature in database
GPG Key ID: 589F03F01BA55038

View File

@ -1,5 +1,5 @@
# #
# 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: # 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 --output-file=sidecar-requirements.txt --strip-extras sidecar-requirements.in