fix: upgrade to python3.12

This commit is contained in:
Markus Pesch 2024-06-05 15:09:42 +02:00
parent bddcf8cd07
commit 0c849a0106
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
3 changed files with 3 additions and 6 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
copy.sh
.venv

View File

@ -1,4 +0,0 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}

View File

@ -1,5 +1,4 @@
cryptography==39.0.1 cryptography==39.0.1
paramiko==2.11.1 paramiko==2.11.1
PyYAML==6.0 PyYAML==6.0
scp==0.14.4 scp==0.15.0
setuptools==68.0.0