ida-arbeitszeit / arbeitszeitapp

A webapp for labour-time calculation.
https://arbeitszeitapp.readthedocs.io
GNU Affero General Public License v3.0
33 stars 4 forks source link

Update development dependencies #990

Closed seppeljordan closed 3 months ago

seppeljordan commented 3 months ago

I ran

nix flake update # update nix flake
python -m arbeitszeit_development.update_python_packages # which did not produce any updates actually
python -m arbeitszeit_development.update_constraints # to update the versions declared in constraints.txt
python format_code.py # this was done in a separate commit for easier review

Note that this PR has 2 commits. One for updating dev dependencies and another one only for code formatting. That should make it easier to review the PR.