Ahbicht

Latest version: v0.10.0

Safety actively analyzes 681715 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 13

0.10.0

⚠️ We moved a lot of model like classes to a central location: `ahbicht.models`.
This will like require you to update import paths. Simply search and replace according to the below release notes:

What's Changed
* Move `ContentEvaluationResult` from `ahbicht.content_evaluation` to `ahbicht.models` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/487
* Move `CategorizedKeyExtract` from `ahbicht.content_evaluation` to `ahbicht.models` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/489
* Move `ahbicht.expressions.condition_nodes` to `ahbicht.models.condition_nodes` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/490
* Move `ahbicht.expressions.enums` to `ahbicht.models.enums` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/491
* Move `ahbicht.validation.validation_results` to `ahbicht.models.validation_results` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/492
* Move `ahbicht.validation.validation_values` to `ahbicht.models.validation_values` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/493
* Move `ConditionNodeType` from `ahbicht.condition_node_distinction` to `ahbicht.models.condition_node_type` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/494
* Move `ahbicht.evaluation_results` to `ahbicht.models.evaluation_results` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/495
* Move `ahbicht.mapping_results` to `ahbicht.models.mapping_results` and `parse_repeatability()` from `ahbicht.mapping_results` to `ahbicht.utility_functions` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/496


**Full Changelog**: https://github.com/Hochfrequenz/ahbicht/compare/v0.9.3...v0.10.0

0.9.3

What's Changed
* Update the release section in the readme by hf-krechan in https://github.com/Hochfrequenz/ahbicht/pull/483
* Bump pylint from 3.2.7 to 3.3.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/485
* Bump sphinx from 7.4.7 to 8.0.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/486
* Bump efoli from 1.1.0 to 1.2.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/484


**Full Changelog**: https://github.com/Hochfrequenz/ahbicht/compare/v0.9.2...v0.9.3

0.9.2

What's Changed
* Fix Read The Docs Build by hf-krechan in https://github.com/Hochfrequenz/ahbicht/pull/479
* Fix Read The Docs Part 2 by hf-krechan in https://github.com/Hochfrequenz/ahbicht/pull/482


**Full Changelog**: https://github.com/Hochfrequenz/ahbicht/compare/v0.9.1...v0.9.2

0.9.1

What's Changed
* Remove unnecessary `type:ignore[...]` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/462
* Bump attrs from 24.1.0 to 24.2.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/463
* Bump lark from 1.1.9 to 1.2.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/464
* Bump marshmallow from 3.21.3 to 3.22.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/465
* Bump mypy from 1.11.1 to 1.11.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/467
* Bump pytest-asyncio from 0.21.2 to 0.24.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/466
* Bump pylint from 3.2.6 to 3.2.7 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/468
* Bump cryptography from 42.0.5 to 43.0.1 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/469
* Bump build from 1.2.1 to 1.2.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/470
* Bump pytest from 8.3.2 to 8.3.3 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/471
* Bump types-pytz from 2024.1.0.20240417 to 2024.2.0.20240913 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/472
* Bump pytz from 2024.1 to 2024.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/473
* Bump maus from 0.6.0 to 0.6.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/476
* Bump pylint from 3.2.7 to 3.3.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/477
* Hatchlinger Update by FreddyFox892 in https://github.com/Hochfrequenz/ahbicht/pull/475
* Move optional dependencies from `dev_requirements` to `pyproject.toml` by FreddyFox892 in https://github.com/Hochfrequenz/ahbicht/pull/474


**Full Changelog**: https://github.com/Hochfrequenz/ahbicht/compare/v0.9.0...v0.9.1

0.9.0

What's Changed
* Bump jinja2 from 3.1.2 to 3.1.3 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/391
* Bump marshmallow from 3.20.1 to 3.20.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/392
* Bump lark from 1.1.8 to 1.1.9 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/393
* Bump maus from 0.4.0 to 0.4.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/394
* Bump coverage from 7.4.0 to 7.4.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/395
* Bump pytest from 7.4.4 to 8.0.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/396
* Bump pytz from 2023.3.post1 to 2023.4 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/397
* Bump maus from 0.4.1 to 0.4.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/398
* Bump pytz from 2023.4 to 2024.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/400
* Bump cryptography from 41.0.6 to 42.0.0 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/401
* Bump types-pytz from 2023.3.1.1 to 2024.1.0.20240203 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/399
* Bump twine from 4.0.2 to 5.0.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/402
* Bump cryptography from 42.0.0 to 42.0.2 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/403
* Bump pytest from 8.0.0 to 8.0.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/404
* Bump cryptography from 42.0.2 to 42.0.4 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/405
* Bump pylint from 3.0.3 to 3.1.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/406
* Bump pytest from 8.0.1 to 8.0.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/407
* Bump coverage from 7.4.1 to 7.4.3 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/409
* Bump marshmallow from 3.20.2 to 3.21.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/408
* Bump build from 1.0.3 to 1.1.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/410
* Bump marshmallow from 3.21.0 to 3.21.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/411
* Bump pytest from 8.0.2 to 8.1.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/412
* Bump mypy from 1.8.0 to 1.9.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/413
* Bump coverage from 7.4.3 to 7.4.4 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/414
* Bump pytest-mock from 3.12.0 to 3.14.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/416
* Bump inject from 5.2.0 to 5.2.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/417
* 🩹Upgrade `requirements-packaging.txt` - resolve `InvalidDistribution` issue by lord-haffi in https://github.com/Hochfrequenz/ahbicht/pull/415
* Bump build from 1.1.1 to 1.2.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/418
* Bump idna from 3.4 to 3.7 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/419
* Bump sphinx from 7.2.6 to 7.3.7 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/420
* Bump types-pytz from 2024.1.0.20240203 to 2024.1.0.20240417 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/421
* Bump mypy from 1.9.0 to 1.10.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/422
* Bump pytest from 8.1.1 to 8.2.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/423
* Bump coverage from 7.4.4 to 7.5.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/425
* Bump pytest-asyncio from 0.21.1 to 0.21.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/424
* Bump jinja2 from 3.1.3 to 3.1.4 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/426
* Bump setuptools-scm from 8.0.4 to 8.1.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/427
* Bump marshmallow from 3.21.1 to 3.21.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/428
* Bump coverage from 7.5.0 to 7.5.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/429
* Bump pylint from 3.1.0 to 3.1.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/430
* Bump twine from 5.0.0 to 5.1.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/432
* Bump maus from 0.4.2 to 0.5.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/433
* Bump pytest from 8.2.0 to 8.2.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/434
* Bump requests from 2.31.0 to 2.32.0 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/435
* Bump coverage from 7.5.1 to 7.5.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/436
* Bump coverage from 7.5.2 to 7.5.3 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/437
* Bump marshmallow from 3.21.2 to 3.21.3 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/438
* Bump urllib3 from 1.26.18 to 1.26.19 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/440
* Bump pytest from 8.2.1 to 8.2.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/439
* Bump maus from 0.5.0 to 0.5.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/441
* Bump coverage from 7.5.3 to 7.5.4 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/442
* Bump mypy from 1.10.0 to 1.10.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/443
* Bump certifi from 2023.7.22 to 2024.7.4 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/445
* Bump twine from 5.1.0 to 5.1.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/444
* Bump zipp from 3.18.1 to 3.19.1 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/446
* Bump maus from 0.5.1 to 0.5.3 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/447
* Bump sphinx from 7.3.7 to 7.4.4 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/448
* Bump coverage from 7.5.4 to 7.6.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/449
* Mention AhbichtClient.NET by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/450
* Bump mypy from 1.10.1 to 1.11.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/451
* Bump sphinx from 7.4.4 to 7.4.7 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/452
* Bump pytest from 8.2.2 to 8.3.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/453
* Bump pytest from 8.3.1 to 8.3.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/454
* Bump pylint from 3.1.1 to 3.2.2 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/431
* Bump mypy from 1.11.0 to 1.11.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/456
* Bump maus from 0.5.3 to 0.6.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/457
* Bump attrs from 23.2.0 to 24.1.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/459
* Bump pylint from 3.2.2 to 3.2.6 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/458
* Bump coverage from 7.6.0 to 7.6.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/460
* chore: Switch from `maus.edifact` to `efoli` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/461


**Full Changelog**: https://github.com/Hochfrequenz/ahbicht/compare/v0.8.4...v0.9.0

0.8.4

What's Changed
(no user-facing changes; just a test-release to see if release-environment works)

* Bump maus from 0.3.43 to 0.4.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/360
* Bump pylint from 3.0.0 to 3.0.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/359
* Bump mypy from 1.5.1 to 1.6.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/361
* Bump pytest-mock from 3.11.1 to 3.12.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/368
* Bump actions/setup-node from 3 to 4 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/364
* Add workflow to auto-approve and -merge dependabot PRs by lord-haffi in https://github.com/Hochfrequenz/ahbicht/pull/369
* Bump lark from 1.1.7 to 1.1.8 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/366
* Bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/371
* Bump mypy from 1.6.0 to 1.7.1 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/373
* Bump pylint from 3.0.1 to 3.0.3 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/378
* Bump urllib3 from 1.26.17 to 1.26.18 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/362
* Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/375
* Bump github/codeql-action from 2 to 3 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/381
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/380
* Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/377
* fix sphinx 7 circular import errors by DeltaDaniel in https://github.com/Hochfrequenz/ahbicht/pull/384
* Bump coverage from 7.3.2 to 7.3.3 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/382
* Bump cryptography from 41.0.4 to 41.0.6 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/374
* Bump inject from 5.0.0 to 5.2.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/372
* Bump mypy from 1.7.1 to 1.8.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/386
* Bump coverage from 7.3.3 to 7.3.4 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/387
* Bump coverage from 7.3.4 to 7.4.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/388
* Bump attrs from 23.1.0 to 23.2.0 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/389
* Bump pytest from 7.4.3 to 7.4.4 by dependabot in https://github.com/Hochfrequenz/ahbicht/pull/390

New Contributors
* lord-haffi made their first contribution in https://github.com/Hochfrequenz/ahbicht/pull/369
* DeltaDaniel made their first contribution in https://github.com/Hochfrequenz/ahbicht/pull/384

**Full Changelog**: https://github.com/Hochfrequenz/ahbicht/compare/v0.8.2...v0.8.3

**Full Changelog**: https://github.com/Hochfrequenz/ahbicht/compare/v0.8.3...v0.8.4

Page 1 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.