From 9964aa7536397a19b04d4b4358e3019b323d8fbd Mon Sep 17 00:00:00 2001 From: "francisco.schulz" Date: Mon, 21 Aug 2023 11:31:00 +0200 Subject: [PATCH] update dependencies --- .python-version | 1 + poetry.lock | 6 +++--- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..6a801ce --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.8.13 diff --git a/poetry.lock b/poetry.lock index 872cad7..d4783d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3823,8 +3823,8 @@ description = "" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "pyinfra-1.6.0.dev0-py3-none-any.whl", hash = "sha256:c55757cb581fe1b8e8f6413a6c697bf98984717705eb3a88939ce496e84cbd77"}, - {file = "pyinfra-1.6.0.dev0.tar.gz", hash = "sha256:ef5aa9a7a8283856218094466fe21fb1dcf3a7bf2d31dc09788b702532456969"}, + {file = "pyinfra-1.6.0.dev0-py3-none-any.whl", hash = "sha256:92d5b44bdee6a709855cc91bc165026af3e200a978b6aec074e99951b04ca23c"}, + {file = "pyinfra-1.6.0.dev0.tar.gz", hash = "sha256:423f6e5e7a5ca029d5420edfa0baf88ba988c7b8eb1e7c1c3fa71cfda830f222"}, ] [package.dependencies] @@ -5207,4 +5207,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "~3.8" -content-hash = "b245297c931b00ff932f5be245dcf69bff3c7e062547e5725b3fa21f7c142ae5" +content-hash = "cca448dc9e9fb30bc27511edd9c3f19cfb5c37124697ccae8d11e9c20a700361" diff --git a/pyproject.toml b/pyproject.toml index 526813a..88ad151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "~3.8" dvc = "^2.34.0" dvc-ssh = "^2.20.0" 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" } Flask = "^2.1.1" requests = "^2.27.1"