From 8f43f4be2fa4925bf8c886ec7549092398178543 Mon Sep 17 00:00:00 2001 From: Francisco Schulz Date: Thu, 2 Feb 2023 15:35:33 +0100 Subject: [PATCH] swith pyinfra branch --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 61c39e2..0c5ea13 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2334,8 +2334,8 @@ testcontainers = "3.4.2" [package.source] type = "git" url = "ssh://git@git.iqser.com:2222/rr/pyinfra.git" -reference = "master" -resolved_reference = "61efbdaffd4c710a7c2f1a8f4b8f48d241fc7051" +reference = "bugfix/RED-5277-investigate-missing-heartbeat-error" +resolved_reference = "bd844cdc889d1f569915f2a1182136fa3f971e34" [[package]] name = "pylint" @@ -3672,4 +3672,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "~3.8" -content-hash = "c751ecb83f57bf2cd89961c259dfd43207540e305ec6e803e49e85cd66a6bc65" +content-hash = "6990885279c2afaae9287388fbae1f4936445ec59f403bbeeafb62fdc1de499a" diff --git a/pyproject.toml b/pyproject.toml index 30fb7e3..7bc04e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "image_prediction", from = "src"}] [tool.poetry.dependencies] python = "~3.8" pip-licenses = "^3.5.4" -pyinfra = {git = "ssh://git@git.iqser.com:2222/rr/pyinfra.git", branch = "master"} +pyinfra = {git = "ssh://git@git.iqser.com:2222/rr/pyinfra.git", branch = "bugfix/RED-5277-investigate-missing-heartbeat-error"} pdf2img = {git = "ssh://git@git.iqser.com:2222/rr/pdf2image.git", branch = "master"} tensorflow = "^2.11.0" pandas = "^1.5.3"