Skip to content

chore(deps): update dependency fiobank to v4 (#2444) #9753

chore(deps): update dependency fiobank to v4 (#2444)

chore(deps): update dependency fiobank to v4 (#2444) #9753

Triggered via push January 6, 2025 13:49
Status Success
Total duration 2m 37s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Python 3.11
The default scheme will be changed from 'http' to 'https' in Django 6.0. Pass the forms.URLField.assume_scheme argument to silence this warning, or set the FORMS_URLFIELD_ASSUME_HTTPS transitional setting to True to opt into using 'https' as the new default scheme.
Python 3.11
Using float for money can cause inaccuracies. Use FioBank(..., decimal=True) for Decimal objects instead. This will be the default in the future versions.
Python 3.12
The default scheme will be changed from 'http' to 'https' in Django 6.0. Pass the forms.URLField.assume_scheme argument to silence this warning, or set the FORMS_URLFIELD_ASSUME_HTTPS transitional setting to True to opt into using 'https' as the new default scheme.
Python 3.12
Using float for money can cause inaccuracies. Use FioBank(..., decimal=True) for Decimal objects instead. This will be the default in the future versions.
Python 3.13
The default scheme will be changed from 'http' to 'https' in Django 6.0. Pass the forms.URLField.assume_scheme argument to silence this warning, or set the FORMS_URLFIELD_ASSUME_HTTPS transitional setting to True to opt into using 'https' as the new default scheme.
Python 3.13
Using float for money can cause inaccuracies. Use FioBank(..., decimal=True) for Decimal objects instead. This will be the default in the future versions.