chore(deps): update dependency aniso8601 to v10
This MR contains the following updates:
Package | Update | Change |
---|---|---|
aniso8601 (changelog) | major |
==9.0.1 -> ==10.0.1
|
Release Notes
nielsenb-jf/aniso8601 (aniso8601)
v10.0.1
================
Release date: 2025-04-18
Changed
- Moved to Codeberg: https://codeberg.org/nielsenb-jf/aniso8601
- :code:
year_range_check
will only shift 0s in from the left for year strings of length 2. Since :code:parse_date
throws an :code:IsoFormatError
for year strings of lengths other than 2 or 4 this shouldn't significantly change any public API consumers. - Specify changelog location in :code:
setup.py
- Change to
Woodpecker CI <https://woodpecker-ci.org/>
_ - Add a CI pipeline to test builders when a tag is pushed
v10.0.0
================
Release date: 2025-01-09
Changed
- Reduced accuracy representations of years when parsing a calendar date are now only allowed to be [YY] (see
31 <https://bitbucket.org/nielsenb/aniso8601/issues/31/year-doesnt-adhere-to-minimum-of-4-digits>
_) - No longer specify a Python interpreter version to Black
- Cleanup unsupported Pylint configuration options
- Fix used-before-assignment errors
- Fix coverage issue caused by unreachable conditional in :code:
_parse_interval_end
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.