Kohlrahbi

Latest version: v1.1.3

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

Scan your dependencies

Page 3 of 5

0.2.0

What's Changed
* Bump click from 8.1.6 to 8.1.7 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/170
* Bump pandas from 2.0.3 to 2.1.0 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/171
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/173
* Bump pytz from 2023.3 to 2023.3.post1 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/172
* Bump xlsxwriter from 3.1.2 to 3.1.3 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/174
* Bump xlsxwriter from 3.1.3 to 3.1.4 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/175
* Bump pandas from 2.1.0 to 2.1.1 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/176
* Bump xlsxwriter from 3.1.4 to 3.1.5 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/177
* Bump xlsxwriter from 3.1.5 to 3.1.6 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/178
* Bump xlsxwriter from 3.1.6 to 3.1.7 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/182
* Bump maus from 0.3.43 to 0.4.0 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/181
* Bump python-docx from 0.8.11 to 1.0.0 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/183
* Bump python-docx from 1.0.0 to 1.0.1 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/184
* Bump xlsxwriter from 3.1.7 to 3.1.8 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/185
* 🩹fixed typo for conditions in csv export by DeltaDaniel in https://github.com/Hochfrequenz/kohlrahbi/pull/187
* Bump xlsxwriter from 3.1.8 to 3.1.9 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/188
* 🩹Fixed typo and adapted path in test for windows by DeltaDaniel in https://github.com/Hochfrequenz/kohlrahbi/pull/189
* Bump pandas from 2.1.1 to 2.1.2 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/190
* Extract AHB conditions.json by DeltaDaniel in https://github.com/Hochfrequenz/kohlrahbi/pull/186
* Add workflow to auto-approve and -merge dependabot PRs by lord-haffi in https://github.com/Hochfrequenz/kohlrahbi/pull/193
* Bump python-docx from 1.0.1 to 1.1.0 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/192
* Bump tomlkit from 0.12.1 to 0.12.2 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/191
* Bump pandas from 2.1.2 to 2.1.3 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/194
* Bump tomlkit from 0.12.2 to 0.12.3 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/195
* Read name and direction from AHB table headers by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/123
* Bump colorlog from 6.7.0 to 6.8.0 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/196
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/198
* Bump pandas from 2.1.3 to 2.1.4 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/199
* Add New Feature Flavour To Scrape Änderungshistorien by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/197
* 🔥 Remove if case which stops iteration by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/200
* Pin CI dependencies by hf-sheese in https://github.com/Hochfrequenz/kohlrahbi/pull/201

New Contributors
* DeltaDaniel made their first contribution in https://github.com/Hochfrequenz/kohlrahbi/pull/187
* lord-haffi made their first contribution in https://github.com/Hochfrequenz/kohlrahbi/pull/193
* hf-sheese made their first contribution in https://github.com/Hochfrequenz/kohlrahbi/pull/201

**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.1.1...v0.2.0

0.1.1

What's Changed
* Bump maus from 0.3.41 to 0.3.43 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/169


**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
* Bump maus from 0.3.39 to 0.3.41 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/167
* Set maus v0.3.41 as min version by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/168


**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.0.9...v0.1.0

0.0.9

What's Changed
* docs: fixed code block to render reference correctly by mj0nez in https://github.com/Hochfrequenz/kohlrahbi/pull/164
* doc: Add link to `machine-readable_anwendungshandbuecher` by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/165
* Bump tomlkit from 0.11.8 to 0.12.1 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/166
* Add some more `del` statements by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/163

New Contributors
* mj0nez made their first contribution in https://github.com/Hochfrequenz/kohlrahbi/pull/164

**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.0.8...v0.0.9

0.0.8

What's Changed
* Readability: Use dict comprehension instead of looping over group by by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/159
* ✨Support wild cards as CLI pruefi args by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/144


**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.0.7...v0.0.8

0.0.7

What's Changed
* 🐛: Re-instantiate `ahb_file_finder` for every pruefi by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/161


**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.0.6...v0.0.7

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.