From 3db3dafa3d3da0d6bc982cef663c6cd028b82398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20K=C3=B6ssler?= Date: Fri, 23 Aug 2024 15:31:52 +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 4bdda12..0bbbe46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4813,13 +4813,13 @@ files = [ [[package]] name = "pyinfra" -version = "3.2.3.dev241" +version = "3.2.3.dev242" description = "" optional = false python-versions = ">=3.10,<3.11" files = [ - {file = "pyinfra-3.2.3.dev241-py3-none-any.whl", hash = "sha256:296a432a931ccad057e665ff2603f023a1c1326de96898c06f5701d174ea6b44"}, - {file = "pyinfra-3.2.3.dev241.tar.gz", hash = "sha256:42e5d74dce534174810445317f97ae2a8b0cae7559f2af46229f4465dc6bd95f"}, + {file = "pyinfra-3.2.3.dev242-py3-none-any.whl", hash = "sha256:e8e0dfc08f2a5981b50e963b6e5d7375d8032267fd8aefe32f88c1323bb25f68"}, + {file = "pyinfra-3.2.3.dev242.tar.gz", hash = "sha256:af09cd01be90852071c21aaf00b9704e1c1de578cdceadc159bc3377ab0c7a36"}, ] [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 = "b9f5a882c9cc7f11110162841ea2beef0c096c02e666bd38f659478725f3e7cd" +content-hash = "8276df6bf6dbf2597c8bbc5533d08de3a3a37cee1ae71afdd462826d7345e1a9" diff --git a/pyproject.toml b/pyproject.toml index f16acff..15e37e2 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.dev241", source = "gitlab-research" } +pyinfra = { version = "3.2.3.dev242", 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"