update dependencies

This commit is contained in:
francisco.schulz 2023-08-21 11:31:00 +02:00
parent 076478e1d6
commit 9964aa7536
3 changed files with 5 additions and 4 deletions

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.8.13

6
poetry.lock generated
View File

@ -3823,8 +3823,8 @@ description = ""
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
{file = "pyinfra-1.6.0.dev0-py3-none-any.whl", hash = "sha256:c55757cb581fe1b8e8f6413a6c697bf98984717705eb3a88939ce496e84cbd77"}, {file = "pyinfra-1.6.0.dev0-py3-none-any.whl", hash = "sha256:92d5b44bdee6a709855cc91bc165026af3e200a978b6aec074e99951b04ca23c"},
{file = "pyinfra-1.6.0.dev0.tar.gz", hash = "sha256:ef5aa9a7a8283856218094466fe21fb1dcf3a7bf2d31dc09788b702532456969"}, {file = "pyinfra-1.6.0.dev0.tar.gz", hash = "sha256:423f6e5e7a5ca029d5420edfa0baf88ba988c7b8eb1e7c1c3fa71cfda830f222"},
] ]
[package.dependencies] [package.dependencies]
@ -5207,4 +5207,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "~3.8" python-versions = "~3.8"
content-hash = "b245297c931b00ff932f5be245dcf69bff3c7e062547e5725b3fa21f7c142ae5" content-hash = "cca448dc9e9fb30bc27511edd9c3f19cfb5c37124697ccae8d11e9c20a700361"

View File

@ -11,7 +11,7 @@ python = "~3.8"
dvc = "^2.34.0" dvc = "^2.34.0"
dvc-ssh = "^2.20.0" dvc-ssh = "^2.20.0"
dvc-azure = "^2.21.2" dvc-azure = "^2.21.2"
pyinfra = { version = "1.6.0.dev0", source = "gitlab-research" } pyinfra = { version = "1.6.0-dev", source = "gitlab-research" }
kn-utils = { version = "0.1.3", source = "gitlab-research" } kn-utils = { version = "0.1.3", source = "gitlab-research" }
Flask = "^2.1.1" Flask = "^2.1.1"
requests = "^2.27.1" requests = "^2.27.1"