From 0c7f8b05ded9bd60a54398d4f50e58241f86291b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20K=C3=B6ssler?= Date: Fri, 23 Aug 2024 13:42:17 +0200 Subject: [PATCH] tmp changes --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 808c5cc..0c1594b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4813,13 +4813,13 @@ files = [ [[package]] name = "pyinfra" -version = "3.2.3.dev239" +version = "3.2.3.dev240" description = "" optional = false python-versions = ">=3.10,<3.11" files = [ - {file = "pyinfra-3.2.3.dev239-py3-none-any.whl", hash = "sha256:5b5a83a8e2c39d27e056697e82a2abc614c82525f688589bc78e8ce2c2e5af2e"}, - {file = "pyinfra-3.2.3.dev239.tar.gz", hash = "sha256:3c2ad9246180fb37363c07fcf1320d418045a35096b856f26c4875f779e73f0d"}, + {file = "pyinfra-3.2.3.dev240-py3-none-any.whl", hash = "sha256:ebb4b95c80e6dcc86b51c59fea283a03c46588c12b72ee70a588696ccdc3bdf5"}, + {file = "pyinfra-3.2.3.dev240.tar.gz", hash = "sha256:08ee971c98c8c8926e05397fd6b61950ab26d1f2aaf1b49f477a92e1f7ec1f24"}, ] [package.dependencies] @@ -6516,4 +6516,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "7cb60cb7ab44b7c73a1624117d9f25d5b029aaf65ef643e0b6de6556ebbe9276" +content-hash = "885871db9d989384bd2a7d4ce1d91c80843c0bbb966e575621aa4fbf242d0660" diff --git a/pyproject.toml b/pyproject.toml index 534543b..459aac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ coverage = "^5.5" dependency-check = "^0.6.0" lorem-text = "^2.1" PyMuPDF = "^1.19.6" -pyinfra = { version = "3.2.3.dev239", source = "gitlab-research" } +pyinfra = { version = "3.2.3.dev240", source = "gitlab-research" } kn-utils = { version = "0.2.7", source = "gitlab-research" } pdf2img = { version = "0.7.0", source = "gitlab-red" } dvc-azure = "^2.21.2"