diff --git a/poetry.lock b/poetry.lock index 4fdf622..5067ea7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "acrclient" -version = "0.4.4" +version = "0.4.5" description = "API wrapper for the v2 ACRCloud API" optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "acrclient-0.4.4-py3-none-any.whl", hash = "sha256:10800272e39efb001c0c9a83f52d6ade33f6c774c232705f49f6d338076f74e0"}, - {file = "acrclient-0.4.4.tar.gz", hash = "sha256:ad2e90367309557dab9bcda1d425f5a4ae6cf0a133535417363595e458ca9205"}, + {file = "acrclient-0.4.5-py3-none-any.whl", hash = "sha256:02e1229949abfbd4d4824eea38a4907ff4e6d2ad97f5670b4b41e58ff9fd22ac"}, + {file = "acrclient-0.4.5.tar.gz", hash = "sha256:5369a8215d79d5ce4b47213496dd68e6b793edbb5ec6b32125ed801ca7197cb7"}, ] [package.dependencies] @@ -1651,4 +1651,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c511b710347dec5395d6ed830d4467c9663b57238cb5cad8cd79e45a95c90b15" +content-hash = "744e8f1b236fd80026e59608a4128f750bd2962cb91201bcf02d3ada13f90a1b" diff --git a/pyproject.toml b/pyproject.toml index af323a9..d66b8ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ acrloader = 'main:main' [tool.poetry.dependencies] python = "^3.11" -acrclient = "^0.4.1" +acrclient = "^0.4.5" configargparse = "^1.7" pyocclient = "^0.6" requests = "^2.31"