7 Commits

Author SHA1 Message Date
Christian Krakau-Louis b12ca085df fix: requirements.txt to reduce vulnerabilities (#16)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2026-05-17 14:49:36 +02:00
Christian Krakau-Louis 82c1b0e7dc Update requirements.txt 2025-05-15 15:47:55 +02:00
snyk-bot 070dbb6131 fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-5918878
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6182918
2025-03-31 07:00:18 +00:00
Christian Krakau-Louis ac7131bc09 Merge branch 'main' into dependabot/pip/requests-2.32.2 2025-03-27 15:19:10 +01:00
dependabot[bot] 59740da970 Bump reportlab from 3.6.12 to 3.6.13
Bumps [reportlab](https://www.reportlab.com/) from 3.6.12 to 3.6.13.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-27 14:17:25 +00:00
dependabot[bot] 443b8b8498 Bump requests from 2.31.0 to 2.32.2
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-27 14:17:23 +00:00
Christian Krakau-Louis 46bf8705d6 Add initial setup for Dockerized application
- Added GitHub Actions workflow for building Docker images (.github/workflows/docker-image.yml)
- Created Dockerfile for containerizing the application
- Implemented main application logic in app.py
- Added requirements.txt for managing Python dependencies
2025-03-27 15:16:12 +01:00