From fade34e224a65edcbf807bc005c9ef7ae9a1d368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Mon, 29 Aug 2022 11:24:40 +0000 Subject: [PATCH] webdavclient3 version --- api/poetry.lock | 6 +++--- api/pyproject.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index ab2b024..f800d7d 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -226,7 +226,7 @@ standard = ["colorama (>=0.4)", "httptools (>=0.4.0)", "python-dotenv (>=0.13)", [[package]] name = "webdavclient3" -version = "3.14.6" +version = "3.14.5" description = "WebDAV client, based on original package https://github.com/designerror/webdav-client-python but uses requests instead of PyCURL" category = "main" optional = false @@ -240,7 +240,7 @@ requests = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "1fd6ed63b1d2f85cb97533bd0370a1af3877d101acd45877c5ed87fe80fd477c" +content-hash = "7e0eb7ac07e275ac9e89d8f7b5fac4a2320c9e8756b7f050e64891bbae0074c1" [metadata.files] anyio = [ @@ -421,5 +421,5 @@ uvicorn = [ {file = "uvicorn-0.18.3.tar.gz", hash = "sha256:9a66e7c42a2a95222f76ec24a4b754c158261c4696e683b9dadc72b590e0311b"}, ] webdavclient3 = [ - {file = "webdavclient3-3.14.6.tar.gz", hash = "sha256:bcd22586bb0d58abc26ca56054fd04228e704bd36073c3080f4597c1556c880d"}, + {file = "webdavclient3-3.14.5.tar.gz", hash = "sha256:6072f9a583059f8ff313f8544d415b4191fc89bdf6230259b0527b706ab1837b"}, ] diff --git a/api/pyproject.toml b/api/pyproject.toml index 49bbcb5..cf79ad4 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -5,11 +5,11 @@ name = "ovkiosk" version = "0.1.0" [tool.poetry.dependencies] -python = "^3.9" fastapi = "^0.81.0" -uvicorn = "^0.18.3" pydantic = {extras = ["dotenv"], version = "^1.9.2"} -webdavclient3 = "^3.14.6" +python = "^3.9" +uvicorn = "^0.18.3" +webdavclient3 = "3.14.5" [tool.poetry.dev-dependencies] # pytest = "^5.2"