From 7a1784c36bba82b99e8acadb52fc577f732fc423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20K=C3=B6ssler?= Date: Fri, 23 Aug 2024 17:00:16 +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 8d6af24..5445840 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4813,13 +4813,13 @@ files = [ [[package]] name = "pyinfra" -version = "3.2.3.dev243" +version = "3.2.4.dev244" description = "" optional = false python-versions = ">=3.10,<3.11" files = [ - {file = "pyinfra-3.2.3.dev243-py3-none-any.whl", hash = "sha256:4d36db9daf371c5a4c2ae0f0f87e1d5f41f13da897134c5c6c56bf6102a0a7ee"}, - {file = "pyinfra-3.2.3.dev243.tar.gz", hash = "sha256:ac499a13b45009c06098f3e9484534664e2d322721955a506ac580a87f7afafb"}, + {file = "pyinfra-3.2.4.dev244-py3-none-any.whl", hash = "sha256:4e85a594279623fc58928be2a00f43eac30a957b7d582873caafc63d5632165c"}, + {file = "pyinfra-3.2.4.dev244.tar.gz", hash = "sha256:b0414abf4698f7032c1241d85103d571722ef1a941db400204a52b1579e46c9e"}, ] [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 = "328f11ecf454bb256ecb723db4a01aedd96f74855634cc01ca28a0a814fef2de" +content-hash = "8af759d87bf14b8744e5d079f91fdf39653b4ac5df5c6f8760f5a4725ec134ac" diff --git a/pyproject.toml b/pyproject.toml index 5efe7e1..f7ff0de 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.dev243", source = "gitlab-research" } +pyinfra = { version = "3.2.4.dev244", 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"