tmp changes

This commit is contained in:
Jonathan Kössler 2024-08-23 14:52:08 +02:00
parent 0c7f8b05de
commit 14418597ca
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -4813,13 +4813,13 @@ files = [
[[package]]
name = "pyinfra"
version = "3.2.3.dev240"
version = "3.2.3.dev241"
description = ""
optional = false
python-versions = ">=3.10,<3.11"
files = [
{file = "pyinfra-3.2.3.dev240-py3-none-any.whl", hash = "sha256:ebb4b95c80e6dcc86b51c59fea283a03c46588c12b72ee70a588696ccdc3bdf5"},
{file = "pyinfra-3.2.3.dev240.tar.gz", hash = "sha256:08ee971c98c8c8926e05397fd6b61950ab26d1f2aaf1b49f477a92e1f7ec1f24"},
{file = "pyinfra-3.2.3.dev241-py3-none-any.whl", hash = "sha256:296a432a931ccad057e665ff2603f023a1c1326de96898c06f5701d174ea6b44"},
{file = "pyinfra-3.2.3.dev241.tar.gz", hash = "sha256:42e5d74dce534174810445317f97ae2a8b0cae7559f2af46229f4465dc6bd95f"},
]
[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 = "885871db9d989384bd2a7d4ce1d91c80843c0bbb966e575621aa4fbf242d0660"
content-hash = "b9f5a882c9cc7f11110162841ea2beef0c096c02e666bd38f659478725f3e7cd"

View File

@ -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.dev240", source = "gitlab-research" }
pyinfra = { version = "3.2.3.dev241", 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"