webdavclient3 version

This commit is contained in:
Jörn-Michael Miehe 2022-08-29 11:24:40 +00:00
parent e49115e9e0
commit fade34e224
2 changed files with 6 additions and 6 deletions

6
api/poetry.lock generated
View file

@ -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"},
]

View file

@ -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"