1
0
Fork 0

Merging upstream version 3.4.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 20:00:27 +01:00
parent 89e6c74b99
commit 3826c78c85
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
12 changed files with 328 additions and 40 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Install requirements
run: |
pip install -U pip setuptools
pip install --no-cache-dir .
pip install --no-cache-dir ".[sshtunnel]"
pip install -r requirements-dev.txt
pip install keyrings.alt>=3.1