Commit Graph

19 Commits

Author SHA256 Message Date
dependabot[bot] 38d4a5476e Bump python from 3.11-alpine to 3.13-alpine (#28)
* Bump python from 3.11-alpine to 3.13-alpine

Bumps python from 3.11-alpine to 3.13-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump dependencies

* Bump dependencies

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: f4lco <github@falcoduersch.com>
2024-11-17 11:57:01 +01:00
f4lco 576cbf3910 Bump dependencies 2024-11-17 10:32:58 +01:00
f4lco 65b75794ab Upgrade dependencies 2023-05-03 10:06:25 +02:00
f4lco 6e73ab1a31 Upgrade dependencies 2022-12-23 13:07:00 +01:00
f4lco c308118e8f Python 3.11 2022-11-01 23:23:03 +01:00
Kai Fabian cc9756624a Move from Alpine-bundled uwsgi to pip-installed and compiled uwsgi.
Alpine ships uWSGI linked against the most recent Python version,
i. e. currently python3.9. The current deployment uses python3.8
though, so whenever our Python version diverges from Alpine's
stable version, uWSGI will break (aka fail to run the parser).

Switching to installing uWSGI via pip into the pipenv will make sure
that the uWSGI Python module's version will always fit our venv.
2021-08-31 09:25:24 +02:00
f4lco ea7f3b4e05 Upgrade dependencies to fix Dependabot alerts 2021-07-17 12:37:32 +02:00
f4lco d4a984e875 Upgrade dependencies to counter Dependabot alerts 2021-04-25 23:17:45 +02:00
f4lco d2837df10b Replace werkzeug.contrib.SimpleCache with cachetools (#7, fixes #12) 2020-04-23 17:41:35 +02:00
f4lco 5e1adf2ba4 Upgrade dependencies to Python 3 (#7) 2020-04-23 17:38:11 +02:00
f4lco ad5b79ec64 Upgrade dependencies to fix security issues 2019-10-30 22:14:35 +01:00
Falco Duersch c873ca4a29 Update documentation 2019-10-30 21:43:50 +01:00
f4lco b86284054f Add PyLint 2019-01-27 20:45:51 +01:00
f4lco 6ec0c010e5 Add pydocstyle 2019-01-27 19:41:46 +01:00
Falco Duersch 57c75b02e5 Integrate pycodestyle 2019-01-27 19:18:53 +01:00
f4lco 523cc8ba62 Add tests for Flask views 2019-01-27 18:57:41 +01:00
f4lco fd1e4eb9c5 Upgrade itsdangerous to 1.1.0 (fixes #5)
itsdangerous in version 1.0.0 has been pulled
from PyPI, which lets dependeny resolution fail.

https://palletsprojects.com/blog/itsdangerous-1-1-0-released/

Library authors do not expected incompatible
changes.
2018-10-27 11:38:52 +02:00
Falco Duersch c5dcde37af Add Coveralls integration 2018-10-23 10:39:48 +02:00
Falco Duersch e0b88bbc87 OpenMensa parser for STW Potsdam after canteen website redesign 2018-09-19 17:32:49 +02:00