diff --git a/poetry.lock b/poetry.lock index f03786b..a325dfa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2853,13 +2853,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest- [[package]] name = "pluggy" -version = "1.0.0" +version = "1.2.0" description = "plugin and hook calling mechanisms for python" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"}, - {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, + {file = "pluggy-1.2.0-py3-none-any.whl", hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849"}, + {file = "pluggy-1.2.0.tar.gz", hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"}, ] [package.extras] @@ -3086,13 +3086,13 @@ files = [ [[package]] name = "pyinfra" -version = "1.5.9.dev0" +version = "1.5.9" description = "" optional = false python-versions = ">=3.8,<3.9" files = [ - {file = "pyinfra-1.5.9.dev0-py3-none-any.whl", hash = "sha256:f627bb80e069b6149aef449136355acbb4f7aad53fb71bc263fb00734690d77b"}, - {file = "pyinfra-1.5.9.dev0.tar.gz", hash = "sha256:2de1ff89fcb05ae84a246196db7cc6fc8c2b63986a188efa03e3a073040495ad"}, + {file = "pyinfra-1.5.9-py3-none-any.whl", hash = "sha256:3b3e8503aac8b3b7880fc407dbd7d00a54e5ec413e79b62f2edb73c25d3d1efe"}, + {file = "pyinfra-1.5.9.tar.gz", hash = "sha256:9db11347c92609dfefb93e91feba8bd573580a263cfb9a9327545169e200d9e7"}, ] [package.dependencies] @@ -4109,4 +4109,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "~3.8" -content-hash = "a98b7912324b33fd7233dbe666cc728059da1d1ceb93a02441c542eba4edbadd" +content-hash = "6a88192fb8119d60d58e814508f1774e8ce850488983c1e820ed3eee877a5a7b" diff --git a/pyproject.toml b/pyproject.toml index 438a7e2..81d3d01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependency-check = "^0.6.0" lorem-text = "^2.1" PyMuPDF = "^1.19.6" loguru = "^0.6.0" -pyinfra = { version = "1.5.9-dev", source = "gitlab-research" } +pyinfra = { version = "1.5.9", source = "gitlab-research" } pdf2img = { version = "0.6.1", source = "gitlab-red" } dvc-azure = "^2.21.2"