python3-pymisp: upgrade 2.4.175 -> 2.4.176

Changelog:
=========
- Avoid exception when data is an empty iterator.
- Revert "build(deps): bump codecov/codecov-action from 3 to 4"
- Build(deps): bump codecov/codecov-action from 3 to 4.
- Build(deps): bump actions/checkout from 3 to 4.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2023-09-19 15:50:41 +08:00
committed by Khem Raj
parent 47ad5a55e8
commit 65380f3601

View File

@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main"
SRCREV = "69e660ef03108cc16a52b170e7ab4440bd202520"
SRCREV = "249cf20f3516100cea0adb0396635e2c13d7695d"
S = "${WORKDIR}/git"
inherit python_poetry_core