From 6c31d73a8abd8bc81675aeda263bcc8838cf8de0 Mon Sep 17 00:00:00 2001 From: konstantin Date: Tue, 23 Jul 2024 09:25:38 +0200 Subject: [PATCH 1/2] Add note about a breaking change in kohlrahbi 1.1.3 (#419) --- src/maus/mig_ahb_matching.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/maus/mig_ahb_matching.py b/src/maus/mig_ahb_matching.py index cb3da222..e8c3fb26 100644 --- a/src/maus/mig_ahb_matching.py +++ b/src/maus/mig_ahb_matching.py @@ -196,6 +196,8 @@ def to_deep_ahb( # these assertion are because we assume that the lines always come like this: # Section Heading # SGx Foo <-- a line with only the segment code but no actual content; this is where we're right now + # note that this won't work with AHBs scraped by kohlrahbi > 1.1.3 + # https://github.com/Hochfrequenz/kohlrahbi/issues/339#issuecomment-2222465660 first_expression_line: Optional[AhbLine] = first_true( data_element_lines, default=None, pred=lambda l: l is not None and l.ahb_expression ) From 6f8bd7487e4f717b195aac8a3d1d3be334ad1791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:32:09 +0200 Subject: [PATCH 2/2] Bump pytest-asyncio from 0.23.6 to 0.23.8 (#425) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.6 to 0.23.8. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.6...v0.23.8) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: konstantin --- dev_requirements/requirements-unit_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-unit_tests.txt b/dev_requirements/requirements-unit_tests.txt index 095e0fc8..6177c407 100644 --- a/dev_requirements/requirements-unit_tests.txt +++ b/dev_requirements/requirements-unit_tests.txt @@ -20,7 +20,7 @@ pytest==8.2.2 # -r dev_requirements/requirements-unit_tests.in # pytest-asyncio # pytest-datafiles -pytest-asyncio==0.23.6 +pytest-asyncio==0.23.8 # via -r dev_requirements/requirements-unit_tests.in pytest-datafiles==3.0.0 # via -r dev_requirements/requirements-unit_tests.in