Commit Graph

12 Commits

Author SHA1 Message Date
dependabot[bot] 2d3f93f3d9 chore(deps): bump pyotp from 2.9.0 to 2.10.0 in /src
Bumps [pyotp](https://github.com/pyauth/pyotp) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/pyauth/pyotp/releases)
- [Changelog](https://github.com/pyauth/pyotp/blob/main/Changes.rst)
- [Commits](https://github.com/pyauth/pyotp/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: pyotp
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-16 01:05:19 +00:00
DaanSelen 4c6e4c81c2 Merge remote-tracking branch 'origin/dependabot/pip/src/werkzeug-3.1.7' 2026-04-02 14:44:36 +02:00
dependabot[bot] a744a517a6 chore(deps): bump werkzeug from 3.1.6 to 3.1.7 in /src
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/3.1.6...3.1.7)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-version: 3.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 07:26:35 +00:00
dependabot[bot] 816795f95d chore(deps): bump gunicorn from 25.1.0 to 25.3.0 in /src
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.1.0 to 25.3.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/25.1.0...25.3.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-version: 25.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 07:26:31 +00:00
daanselen 84b62fc884 chore: add code update 2026-03-16 23:04:45 +01:00
DaanSelen 799b8bd2d2 chore: make the config lowercase and add new routes 2026-03-16 16:52:00 +01:00
DaanSelen 6b094e8f8e chore: rename variable 2026-03-09 16:26:27 +01:00
DaanSelen 7b81d5faeb chore: update files 2026-03-04 16:57:14 +01:00
dependabot[bot] 00215588ec chore(deps): bump sqlalchemy from 2.0.47 to 2.0.48 in /src
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.47 to 2.0.48.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-version: 2.0.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 11:01:02 +00:00
DaanSelen 992baa2afc feat: start working on Flask 2026-03-03 11:15:59 +01:00
DaanSelen b95074d994 chore: try to make a working base 2026-03-02 16:34:47 +01:00
DaanSelen 230b2b18fe feat: init setup reading ini config 2026-03-02 14:06:50 +01:00