dependabot[bot]
62fbeee15c
Update pymysql requirement from <1.1,>=0.9 to >=0.9,<1.2
...
Updates the requirements on [pymysql](https://github.com/PyMySQL/PyMySQL ) to permit the latest version.
- [Release notes](https://github.com/PyMySQL/PyMySQL/releases )
- [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md )
- [Commits](https://github.com/PyMySQL/PyMySQL/compare/v0.9.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: pymysql
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 17:32:50 +01:00
dependabot[bot]
56e2ff6900
Update wtforms requirement from <3.2,>=2.3.3 to >=2.3.3,<3.3
...
Updates the requirements on [wtforms](https://github.com/pallets-eco/wtforms ) to permit the latest version.
- [Release notes](https://github.com/pallets-eco/wtforms/releases )
- [Changelog](https://github.com/pallets-eco/wtforms/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets-eco/wtforms/compare/2.3.3...3.2.1 )
---
updated-dependencies:
- dependency-name: wtforms
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 17:32:42 +01:00
dependabot[bot]
35ac04be20
Update flask requirement from <3,>=2 to >=2,<4
...
Updates the requirements on [flask](https://github.com/pallets/flask ) to permit the latest version.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.0.0...3.1.0 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 17:32:32 +01:00
dependabot[bot]
a9f211d3f6
Update sphinx requirement from <8,>=7.0.1 to >=7.0.1,<9
...
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx ) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.0.1...v8.1.3 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 17:32:17 +01:00
e568bb05cc
tests: remove libfake time from the tests
...
libfaketime and python-libfaketime seem to cause our CI to fail when
used in conjunction with `uv`. This changes the way the tests are done
so they don't require libfaketime anymore.
2024-12-20 17:17:31 +01:00
86eb9b8662
build: remove support for python 3.7
2024-12-20 17:17:31 +01:00
6e31a9c8b5
Upgrade tooling on the project.
...
- Replace black by ruff, as it's quicker ;
- Use `uv` wherever possible as a replacement for pip, as it's way faster to run, add an `uv.lock` file which will be synced before the releases and published here ;
- Remove tox, it's too complex for this project and can easily be replaced by `uv` ;
- Apply `ruff` formatting ;
- Update the makefile accordingly ;
- Update the CI accordingly
2024-12-20 17:17:31 +01:00
Timo Riski
a3d4e4250d
fix: 'Bill Type: Invalid Choice: could not coerce' error
...
Error introduced in #1290 . Fixes #1293 . WTForms needs to be bumped to >=2.3.2
as it includes a fix to `SelectField` which is required for this change to work.
See:
- https://wtforms.readthedocs.io/en/3.1.x/changes/#version-2-3-2
- https://github.com/wtforms/wtforms/pull/598
2024-03-28 22:42:54 +01:00
Éloi Rivard
ae1cc309d7
fix: babel 2.14+ and python 3.12+ setuptools dependency
2024-03-26 09:18:22 +01:00
Éloi Rivard
edefb51cfb
move from setuptools to hatch ( #1258 )
...
Co-authored-by: Alexis Métaireau <alexis@notmyidea.org>
2023-12-12 14:20:34 +01:00
Éloi Rivard
8bce025c15
chore: support for python 3.12
2023-11-23 23:08:39 +01:00
Baptiste Jonglez
8cd60c1bf5
Back to development: 6.2.0
2023-11-19 11:19:08 +01:00
e507b44ee9
Actually update to flask and werkzeug 2.3
...
The update was previously made by @azmeuk but
lost in a bad merge (see #1244 for details).
2023-11-11 12:22:30 +01:00
Éloi Rivard
c9a709953f
chore: support for wtforms 3.1 ( #1248 )
2023-10-18 23:47:21 +02:00
Éloi Rivard
eb7338c76c
chore: migrate from setup.cfg to pyproject.toml ( #1243 )
2023-10-08 01:56:25 +02:00