Edumfa

Latest version: v2.5.0

Safety actively analyzes 688126 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.5.0

> [!CAUTION]
>
> * This will be the last version supporting Python 3.8. The next release won't be released any more for Python 3.8
> * Due to some overflows in the tables `challenge` and `mfa_audit` we changed the column type to BigInt. In general this should work using the migration but could fail in some complex cluster scenarios.
>

What's Changed

* fix: repair linotp migrationscript by cyber-simon in https://github.com/eduMFA/eduMFA/pull/433
* fix: stamp db before migration in docker by fbmei in https://github.com/eduMFA/eduMFA/pull/448
* fix: increase column sizes by fritterhoff in https://github.com/eduMFA/eduMFA/pull/461
* fix: discard last run for periodictask export by fritterhoff in https://github.com/eduMFA/eduMFA/pull/452
* feat: add functionality to purge resolvers on import by fritterhoff in https://github.com/eduMFA/eduMFA/pull/457
* docs: remove link to weblate by fritterhoff in https://github.com/eduMFA/eduMFA/pull/454
* docs: fix python versions by fritterhoff in https://github.com/eduMFA/eduMFA/pull/468
* docs: better docs for docker & default logging by fritterhoff in https://github.com/eduMFA/eduMFA/pull/459
* fix(deps): update dependency pytest to v8.3.4 by renovate in https://github.com/eduMFA/eduMFA/pull/455
* chore(deps): update dependency grpcio to v1.68.1 by renovate in https://github.com/eduMFA/eduMFA/pull/458
* chore(deps): update dependency six to v1.17.0 by renovate in https://github.com/eduMFA/eduMFA/pull/466
* chore(deps): update dependency redis to v5.2.1 by renovate in https://github.com/eduMFA/eduMFA/pull/467
* chore(deps): update dependency mako to v1.3.8 by renovate in https://github.com/eduMFA/eduMFA/pull/470

New Contributors
* cyber-simon made their first contribution in https://github.com/eduMFA/eduMFA/pull/433
* fbmei made their first contribution in https://github.com/eduMFA/eduMFA/pull/448

**Full Changelog**: https://github.com/eduMFA/eduMFA/compare/v2.4.0...v2.5.0

2.4.0

What's Changed

* Add different lock-table-options for backups with galera by pmainz in https://github.com/eduMFA/eduMFA/pull/370
* chore(deps): update codecov/codecov-action action to v5 by renovate in https://github.com/eduMFA/eduMFA/pull/428
* chore(deps): update dependency alembic to v1.14.0 by renovate in https://github.com/eduMFA/eduMFA/pull/409
* chore(deps): update dependency async-timeout to v5.0.1 by renovate in https://github.com/eduMFA/eduMFA/pull/412
* chore(deps): update dependency bcrypt to v4.2.1 by renovate in https://github.com/eduMFA/eduMFA/pull/436
* chore(deps): update dependency blinker to v1.9.0 by renovate in https://github.com/eduMFA/eduMFA/pull/416
* chore(deps): update dependency cbor2 to v5.6.5 by renovate in https://github.com/eduMFA/eduMFA/pull/362
* chore(deps): update dependency charset-normalizer to v3.4.0 by renovate in https://github.com/eduMFA/eduMFA/pull/361
* chore(deps): update dependency croniter to v5 by renovate in https://github.com/eduMFA/eduMFA/pull/398
* chore(deps): update dependency cryptography to v43.0.3 by renovate in https://github.com/eduMFA/eduMFA/pull/379
* chore(deps): update dependency flask to v3.1.0 by renovate in https://github.com/eduMFA/eduMFA/pull/424
* chore(deps): update dependency google-auth to v2.36.0 by renovate in https://github.com/eduMFA/eduMFA/pull/413
* chore(deps): update dependency grpcio to v1.68.0 by renovate in https://github.com/eduMFA/eduMFA/pull/431
* chore(deps): update dependency gssapi to v1.9.0 by renovate in https://github.com/eduMFA/eduMFA/pull/347
* chore(deps): update dependency mako to v1.3.6 by renovate in https://github.com/eduMFA/eduMFA/pull/381
* chore(deps): update dependency markupsafe to v3 by renovate in https://github.com/eduMFA/eduMFA/pull/356
* chore(deps): update dependency psycopg2 to v2.9.10 by renovate in https://github.com/eduMFA/eduMFA/pull/373
* chore(deps): update dependency pydash to v8.0.4 by renovate in https://github.com/eduMFA/eduMFA/pull/407
* chore(deps): update dependency pyjwt to v2.10.1 by renovate in https://github.com/eduMFA/eduMFA/pull/444
* chore(deps): update dependency pykcs11 to v1.5.17 by renovate in https://github.com/eduMFA/eduMFA/pull/374
* chore(deps): update dependency pyparsing to v3.2.0 by renovate in https://github.com/eduMFA/eduMFA/pull/369
* chore(deps): update dependency redis to v5.2.0 by renovate in https://github.com/eduMFA/eduMFA/pull/387
* chore(deps): update dependency setuptools to v75.6.0 by renovate in https://github.com/eduMFA/eduMFA/pull/437
* chore(deps): update dependency sphinx to v8.1.3 by renovate in https://github.com/eduMFA/eduMFA/pull/368
* chore(deps): update dependency sqlalchemy to v2.0.36 by renovate in https://github.com/eduMFA/eduMFA/pull/371
* chore(deps): update dependency werkzeug to v3.1.3 by renovate in https://github.com/eduMFA/eduMFA/pull/415
* chore(deps): update dependency zipp to v3.21.0 by renovate in https://github.com/eduMFA/eduMFA/pull/417
* chore: Improve Ubuntu workflow by Luc1412 in https://github.com/eduMFA/eduMFA/pull/385
* chore: extend filter & pyparsing fix by fritterhoff in https://github.com/eduMFA/eduMFA/pull/376
* chore: remove flask versioned dependency by fritterhoff in https://github.com/eduMFA/eduMFA/pull/352
* feat: deprecate and remove `application_tokentype` policy by fritterhoff in https://github.com/eduMFA/eduMFA/pull/353
* fix(deps): update dependency coverage to v7.6.8 by renovate in https://github.com/eduMFA/eduMFA/pull/438
* fix(deps): update dependency packaging to v24.2 by renovate in https://github.com/eduMFA/eduMFA/pull/414
* fix(deps): update dependency pytest-cov to v6 by renovate in https://github.com/eduMFA/eduMFA/pull/399
* fix(deps): update dependency tomli to v2.2.1 by renovate in https://github.com/eduMFA/eduMFA/pull/443
* fix: create venv for bandit scan by fritterhoff in https://github.com/eduMFA/eduMFA/pull/365
* fix: for events without serial or tokenowner, log 'N/A', not all tokens by j-hoff in https://github.com/eduMFA/eduMFA/pull/445
* fix: indexedsecret tokens should honor DefaultChallengeValidityTime by j-hoff in https://github.com/eduMFA/eduMFA/pull/411
* fix: remove password encoding from migration by fritterhoff in https://github.com/eduMFA/eduMFA/pull/345
* fix: session usage by fritterhoff in https://github.com/eduMFA/eduMFA/pull/449
* fix: session usage for audit module by fritterhoff in https://github.com/eduMFA/eduMFA/pull/450

**Full Changelog**: https://github.com/eduMFA/eduMFA/compare/v2.3.0...v2.4.0

2.3.0

What's Changed

* Add documentation for Docker images + optimize Dockerfile by Luc1412 in https://github.com/eduMFA/eduMFA/pull/328
* Add support for Ubuntu 24.04LTS images by Luc1412 in https://github.com/eduMFA/eduMFA/pull/290
* chore(deps): update dependency alembic to v1.13.3 by renovate in https://github.com/eduMFA/eduMFA/pull/326
* chore(deps): update dependency attrs to v24.2.0 by renovate in https://github.com/eduMFA/eduMFA/pull/268
* chore(deps): update dependency babel to v2.16.0 by renovate in https://github.com/eduMFA/eduMFA/pull/273
* chore(deps): update dependency bcrypt to v4.2.0 by renovate in https://github.com/eduMFA/eduMFA/pull/228
* chore(deps): update dependency cachetools to v5.5.0 by renovate in https://github.com/eduMFA/eduMFA/pull/282
* chore(deps): update dependency certifi to v2024.8.30 by renovate in https://github.com/eduMFA/eduMFA/pull/298
* chore(deps): update dependency cffi to v1.17.1 by renovate in https://github.com/eduMFA/eduMFA/pull/306
* chore(deps): update dependency configobj to v5.0.9 by renovate in https://github.com/eduMFA/eduMFA/pull/325
* chore(deps): update dependency croniter to v3.0.3 by renovate in https://github.com/eduMFA/eduMFA/pull/237
* chore(deps): update dependency docs/sphinx to v8 by renovate in https://github.com/eduMFA/eduMFA/pull/253
* chore(deps): update dependency docs/sphinxcontrib-applehelp to v2 by renovate in https://github.com/eduMFA/eduMFA/pull/254
* chore(deps): update dependency docs/sphinxcontrib-devhelp to v2 by renovate in https://github.com/eduMFA/eduMFA/pull/255
* chore(deps): update dependency docs/sphinxcontrib-htmlhelp to v2.1.0 by renovate in https://github.com/eduMFA/eduMFA/pull/247
* chore(deps): update dependency docs/sphinxcontrib-qthelp to v2 by renovate in https://github.com/eduMFA/eduMFA/pull/256
* chore(deps): update dependency docs/sphinxcontrib-serializinghtml to v2 by renovate in https://github.com/eduMFA/eduMFA/pull/259
* chore(deps): update dependency furo to v2024.8.6 by renovate in https://github.com/eduMFA/eduMFA/pull/267
* chore(deps): update dependency google-auth to v2.35.0 by renovate in https://github.com/eduMFA/eduMFA/pull/323
* chore(deps): update dependency grpcio to v1.66.2 by renovate in https://github.com/eduMFA/eduMFA/pull/336
* chore(deps): update dependency huey to v2.5.2 by renovate in https://github.com/eduMFA/eduMFA/pull/329
* chore(deps): update dependency idna to v3.8 by renovate in https://github.com/eduMFA/eduMFA/pull/291
* chore(deps): update dependency importlib_metadata to v8.2.0 by renovate in https://github.com/eduMFA/eduMFA/pull/233
* chore(deps): update dependency lxml to v5.3.0 by renovate in https://github.com/eduMFA/eduMFA/pull/274
* chore(deps): update dependency pyasn1 to v0.6.1 by renovate in https://github.com/eduMFA/eduMFA/pull/308
* chore(deps): update dependency pyasn1-modules to v0.4.1 by renovate in https://github.com/eduMFA/eduMFA/pull/309
* chore(deps): update dependency pydash to v8.0.3 by renovate in https://github.com/eduMFA/eduMFA/pull/227
* chore(deps): update dependency pyjwt to v2.9.0 by renovate in https://github.com/eduMFA/eduMFA/pull/260
* chore(deps): update dependency pyopenssl to v24.2.1 by renovate in https://github.com/eduMFA/eduMFA/pull/224
* chore(deps): update dependency pyparsing to v3.1.4 by renovate in https://github.com/eduMFA/eduMFA/pull/292
* chore(deps): update dependency pytest to v8.3.3 by renovate in https://github.com/eduMFA/eduMFA/pull/307
* chore(deps): update dependency python-gnupg to v0.5.3 by renovate in https://github.com/eduMFA/eduMFA/pull/324
* chore(deps): update dependency pytz to v2024.2 by renovate in https://github.com/eduMFA/eduMFA/pull/310
* chore(deps): update dependency pyyaml to v6.0.2 by renovate in https://github.com/eduMFA/eduMFA/pull/270
* chore(deps): update dependency redis to v5.1.0 by renovate in https://github.com/eduMFA/eduMFA/pull/335
* chore(deps): update dependency setuptools to v75 by renovate in https://github.com/eduMFA/eduMFA/pull/319
* chore(deps): update dependency soupsieve to v2.6 by renovate in https://github.com/eduMFA/eduMFA/pull/280
* chore(deps): update dependency sphinx to v7.4.7 by renovate in https://github.com/eduMFA/eduMFA/pull/222
* chore(deps): update dependency sphinxcontrib-htmlhelp to v2.0.6 by renovate in https://github.com/eduMFA/eduMFA/pull/220
* chore(deps): update dependency sphinxcontrib-qthelp to v1.0.8 by renovate in https://github.com/eduMFA/eduMFA/pull/221
* chore(deps): update dependency sqlalchemy to v2.0.35 by renovate in https://github.com/eduMFA/eduMFA/pull/302
* chore(deps): update dependency test/attrs to v24 by renovate in https://github.com/eduMFA/eduMFA/pull/263
* chore(deps): update dependency test/coverage to v7.6.1 by renovate in https://github.com/eduMFA/eduMFA/pull/264
* chore(deps): update dependency test/exceptiongroup to v1.2.2 by renovate in https://github.com/eduMFA/eduMFA/pull/250
* chore(deps): update dependency test/packaging to v24.1 by renovate in https://github.com/eduMFA/eduMFA/pull/251
* chore(deps): update dependency test/pytest to v8.3.2 by renovate in https://github.com/eduMFA/eduMFA/pull/252
* chore(deps): update dependency test/responses to v0.25.3 by renovate in https://github.com/eduMFA/eduMFA/pull/245
* chore(deps): update dependency test/types-pyyaml to v6.0.12.20240724 by renovate in https://github.com/eduMFA/eduMFA/pull/246
* chore(deps): update dependency types-pyyaml to v6.0.12.20240917 by renovate in https://github.com/eduMFA/eduMFA/pull/316
* chore(deps): update dependency urllib3 to v2.2.3 by renovate in https://github.com/eduMFA/eduMFA/pull/313
* chore(deps): update dependency werkzeug to v3.0.4 by renovate in https://github.com/eduMFA/eduMFA/pull/286
* chore(deps): update dependency zipp to v3.20.2 by renovate in https://github.com/eduMFA/eduMFA/pull/317
* chore: migrate static metadata to `pyproject.toml` by Luc1412 in https://github.com/eduMFA/eduMFA/pull/218
* docs: correct syslog documentation by fritterhoff in https://github.com/eduMFA/eduMFA/pull/341
* docs: document eduPUSH type and deprecate Push Token Type by Luc1412 in https://github.com/eduMFA/eduMFA/pull/294
* feat: change import filename arguments to type click.File by Johnnynator in https://github.com/eduMFA/eduMFA/pull/289
* feat: permit handling ecdsa for pushtokens by fritterhoff in https://github.com/eduMFA/eduMFA/pull/340
* fix: TOTP and HOTP help strings by Johnnynator in https://github.com/eduMFA/eduMFA/pull/288
* fix: add missing MULTIVALUEATTRIBUTES parameter to LDAPIdResolver by QcFe in https://github.com/eduMFA/eduMFA/pull/315
* fix: append webauthn policy information to `type=webauthn` triggerchallenges by Johnnynator in https://github.com/eduMFA/eduMFA/pull/314
* fix: handle to long description input by fritterhoff in https://github.com/eduMFA/eduMFA/pull/337
* fix: make webauthn token description a translatable string by Johnnynator in https://github.com/eduMFA/eduMFA/pull/305
* fix: only push docker images on default branch or releases by fritterhoff in https://github.com/eduMFA/eduMFA/pull/299
* fix: output totp algorithm uppercase by siggdev in https://github.com/eduMFA/eduMFA/pull/235
* fix: store declined sessions correctly and prevent polling of declined requests by fritterhoff in https://github.com/eduMFA/eduMFA/pull/339
* fix: regenerate translations.js by Johnnynator in https://github.com/eduMFA/eduMFA/pull/321

New Contributors
* siggdev made their first contribution in https://github.com/eduMFA/eduMFA/pull/235
* QcFe made their first contribution in https://github.com/eduMFA/eduMFA/pull/315

**Full Changelog**: https://github.com/eduMFA/eduMFA/compare/v2.2.0...v2.3.0

2.2.0

> [!CAUTION]
> **This release fixes a possible security vulnerability.**
>
> eduMFA prior version 2.2.0 was also affected by [blastRADIUS](https://www.blastradius.fail/) ([CVE-2024-3596](https://nvd.nist.gov/vuln/detail/CVE-2024-3596)). In case you are using the RADIUS Token we strongly recommend you to upgrade to version 2.2.0.
>
> Please note that this upgrade requires a database migration and you must replace the radius dictionary used by eduMFA! Beside these changes you should enable the `Message Authenticator` option introduced in the UI in case your RADIUS server supports this option.
>
> Thanks a lot to Janfred for the hint and sklemer1 for the fix!

What's Changed
* chore(deps): update dependency google-auth to v2.32.0 by renovate in https://github.com/eduMFA/eduMFA/pull/203
* chore(deps): update dependency sphinx to v7.4.0 by renovate in https://github.com/eduMFA/eduMFA/pull/206
* chore(deps): update dependency setuptools to v70 [security] by renovate in https://github.com/eduMFA/eduMFA/pull/209
* chore(deps): update dependency setuptools to v70.3.0 by renovate in https://github.com/eduMFA/eduMFA/pull/192
* RADIUS: add support to enforce Message-Authenticator by sklemer1 in https://github.com/eduMFA/eduMFA/pull/205
* chore(deps): update dependency croniter to v2.0.7 by renovate in https://github.com/eduMFA/eduMFA/pull/213
* chore(deps): update dependency cachetools to v5.4.0 by renovate in https://github.com/eduMFA/eduMFA/pull/210
* chore(deps): update dependency sphinx to v7.4.5 by renovate in https://github.com/eduMFA/eduMFA/pull/207
* chore: prepare for version 2.2.0 by fritterhoff in https://github.com/eduMFA/eduMFA/pull/214

New Contributors
* sklemer1 made their first contribution in https://github.com/eduMFA/eduMFA/pull/205

**Full Changelog**: https://github.com/eduMFA/eduMFA/compare/v2.1.0...v2.2.0

2.1.0

Not secure
What's Changed
* fix: corrected typo in e-mail address by st-hofmann in https://github.com/eduMFA/eduMFA/pull/171
* feat: handle passkey AuthenticatorDataFlags by ekupris in https://github.com/eduMFA/eduMFA/pull/161
* feat: ignore event handler in case of passkey auth by fritterhoff in https://github.com/eduMFA/eduMFA/pull/199
* feat: add edumfa-push token type by johannwagner in https://github.com/eduMFA/eduMFA/pull/104
* chore(deps): update dependency pytest to v8 by renovate in https://github.com/eduMFA/eduMFA/pull/148
* chore(deps): update dependency redis to v5 by renovate in https://github.com/eduMFA/eduMFA/pull/149
* chore(deps): update dependency zipp to v3.19.0 by renovate in https://github.com/eduMFA/eduMFA/pull/169
* chore(deps): update dependency mako to v1.3.5 by renovate in https://github.com/eduMFA/eduMFA/pull/166
* chore(deps): update dependency lxml to v5.2.2 by renovate in https://github.com/eduMFA/eduMFA/pull/165
* chore(deps): update dependency pykcs11 to v1.5.16 by renovate in https://github.com/eduMFA/eduMFA/pull/167
* chore(deps): update dependency flask-sqlalchemy to v3.1.1 by renovate in https://github.com/eduMFA/eduMFA/pull/110
* chore(deps): update dependency cryptography to v42.0.8 by renovate in https://github.com/eduMFA/eduMFA/pull/173
* chore(deps): update dependency cbor2 to v5.6.4 by renovate in https://github.com/eduMFA/eduMFA/pull/172
* chore(deps): update dependency pytest to v8.2.2 by renovate in https://github.com/eduMFA/eduMFA/pull/175
* chore(deps): update dependency redis to v5.0.5 by renovate in https://github.com/eduMFA/eduMFA/pull/176
* chore(deps): update dependency grpcio to v1.64.1 by renovate in https://github.com/eduMFA/eduMFA/pull/170
* chore(deps): update dependency huey to v2.5.1 by renovate in https://github.com/eduMFA/eduMFA/pull/174
* chore(deps): update dependency requests to v2.32.3 by renovate in https://github.com/eduMFA/eduMFA/pull/168
* chore: test dependencies by fritterhoff in https://github.com/eduMFA/eduMFA/pull/182
* chore(deps): update dependency urllib3 to v2.2.2 [security] by renovate in https://github.com/eduMFA/eduMFA/pull/186
* chore(deps): update docker/build-push-action action to v6 by renovate in https://github.com/eduMFA/eduMFA/pull/188
* chore(deps): update dependency zipp to v3.19.2 by renovate in https://github.com/eduMFA/eduMFA/pull/178
* chore(deps): update dependency certifi to v2024.6.2 by renovate in https://github.com/eduMFA/eduMFA/pull/179
* chore(deps): update dependency packaging to v24.1 by renovate in https://github.com/eduMFA/eduMFA/pull/183
* chore(deps): update dependency netaddr to v1 by renovate in https://github.com/eduMFA/eduMFA/pull/147
* chore(deps): update dependency pyasn1 to v0.6.0 by renovate in https://github.com/eduMFA/eduMFA/pull/112
* chore(deps): update dependency alembic to v1.13.2 by renovate in https://github.com/eduMFA/eduMFA/pull/195
* chore(deps): update dependency sqlalchemy to v2.0.31 by renovate in https://github.com/eduMFA/eduMFA/pull/190
* chore(deps): update dependency redis to v5.0.7 by renovate in https://github.com/eduMFA/eduMFA/pull/189
* chore(deps): update dependency google-auth to v2.30.0 by renovate in https://github.com/eduMFA/eduMFA/pull/181
* chore(deps): update dependency typing-extensions to v4.12.2 by renovate in https://github.com/eduMFA/eduMFA/pull/191
* chore(deps): update dependency importlib-metadata to v8 by renovate in https://github.com/eduMFA/eduMFA/pull/194
* chore(deps): update dependency gssapi to v1.8.3 by renovate in https://github.com/eduMFA/eduMFA/pull/70
* chore(deps): pin dependencies by renovate in https://github.com/eduMFA/eduMFA/pull/196
* chore(deps): update dependency google-auth to v2.31.0 by renovate in https://github.com/eduMFA/eduMFA/pull/198
* chore(deps): update dependency certifi to v2024.7.4 by renovate in https://github.com/eduMFA/eduMFA/pull/200

New Contributors
* ekupris made their first contribution in https://github.com/eduMFA/eduMFA/pull/161
* st-hofmann made their first contribution in https://github.com/eduMFA/eduMFA/pull/171
* johannwagner made their first contribution in https://github.com/eduMFA/eduMFA/pull/104

**Full Changelog**: https://github.com/eduMFA/eduMFA/compare/v2.0.3...v2.1.0

2.0.3

Not secure
What's Changed
* chore(deps): update dependency werkzeug to v3.0.3 [security] by renovate in https://github.com/eduMFA/eduMFA/pull/117
* chore(deps): update dependency jinja2 to v3.1.4 [security] by renovate in https://github.com/eduMFA/eduMFA/pull/116
* chore(deps): update dependency pymysql to v1.1.0 by renovate in https://github.com/eduMFA/eduMFA/pull/97
* chore(deps): update dependency pyasn1-modules to v0.4.0 by renovate in https://github.com/eduMFA/eduMFA/pull/113
* chore(deps): update dependency certifi to v2023.11.17 by renovate in https://github.com/eduMFA/eduMFA/pull/83
* chore(deps): update dependency python-gnupg to v0.5.2 by renovate in https://github.com/eduMFA/eduMFA/pull/72
* chore(deps): update dependency mako to v1.3.3 by renovate in https://github.com/eduMFA/eduMFA/pull/95
* chore(deps): update dependency grpcio to v1.63.0 by renovate in https://github.com/eduMFA/eduMFA/pull/92
* chore(deps): update dependency certifi to v2024 by renovate in https://github.com/eduMFA/eduMFA/pull/122
* chore(deps): update dependency importlib-metadata to v6.11.0 by renovate in https://github.com/eduMFA/eduMFA/pull/121
* chore(deps): update dependency babel to v2.15.0 by renovate in https://github.com/eduMFA/eduMFA/pull/120
* chore(deps): update dependency bcrypt to v4.1.3 by renovate in https://github.com/eduMFA/eduMFA/pull/118
* chore(deps): update dependency cryptography to v42.0.7 by renovate in https://github.com/eduMFA/eduMFA/pull/119
* chore(deps): update dependency setuptools to v69.5.1 by renovate in https://github.com/eduMFA/eduMFA/pull/126
* chore(deps): update dependency blinker to v1.8.2 by renovate in https://github.com/eduMFA/eduMFA/pull/125
* chore(deps): update dependency pydash to v8.0.1 by renovate in https://github.com/eduMFA/eduMFA/pull/124
* chore(deps): update dependency docutils to v0.21.2 by renovate in https://github.com/eduMFA/eduMFA/pull/127
* chore(deps): update dependency furo to v2024.5.6 by renovate in https://github.com/eduMFA/eduMFA/pull/128
* chore(deps): update dependency itsdangerous to v2.2.0 by renovate in https://github.com/eduMFA/eduMFA/pull/133
* chore(deps): update dependency huey to v2.5.0 by renovate in https://github.com/eduMFA/eduMFA/pull/132
* chore(deps): update dependency croniter to v2 by renovate in https://github.com/eduMFA/eduMFA/pull/131
* chore(deps): update dependency argon2-cffi to v23 by renovate in https://github.com/eduMFA/eduMFA/pull/130
* chore(deps): update dependency pycparser to v2.22 by renovate in https://github.com/eduMFA/eduMFA/pull/135
* chore(deps): update dependency mock to v5.1.0 by renovate in https://github.com/eduMFA/eduMFA/pull/134
* chore(deps): update dependency pygments to v2.18.0 by renovate in https://github.com/eduMFA/eduMFA/pull/136
* chore(deps): update dependency segno to v1.6.1 by renovate in https://github.com/eduMFA/eduMFA/pull/139
* chore(deps): update dependency soupsieve to v2.5 by renovate in https://github.com/eduMFA/eduMFA/pull/140
* chore(deps): update dependency testfixtures to v7.2.2 by renovate in https://github.com/eduMFA/eduMFA/pull/142
* chore(deps): update dependency python-dateutil to v2.9.0.post0 by renovate in https://github.com/eduMFA/eduMFA/pull/138
* chore(deps): update dependency google-auth to v2.29.0 by renovate in https://github.com/eduMFA/eduMFA/pull/129
* chore(deps): update dependency pytest to v7.4.4 by renovate in https://github.com/eduMFA/eduMFA/pull/137
* chore(deps): update dependency zipp to v3.18.1 by renovate in https://github.com/eduMFA/eduMFA/pull/144
* chore(deps): update dependency typing-extensions to v4.11.0 by renovate in https://github.com/eduMFA/eduMFA/pull/143
* chore(deps): update dependency sphinxcontrib-plantuml to v0.29 by renovate in https://github.com/eduMFA/eduMFA/pull/141
* feat: add email headers to prevent auto-replies by j-hoff in https://github.com/eduMFA/eduMFA/pull/152
* chore(deps): update dependency pymysql to v1.1.1 [security] by renovate in https://github.com/eduMFA/eduMFA/pull/155
* chore(deps): bump requests from 2.31.0 to 2.32.2 in the pip group across 1 directory by dependabot in https://github.com/eduMFA/eduMFA/pull/156
* chore: upgrade dependencies by fritterhoff in https://github.com/eduMFA/eduMFA/pull/157
* fix: redirect filename arg for policy creation by fritterhoff in https://github.com/eduMFA/eduMFA/pull/158
* docs: get rid of plantuml dep by replacing uml with prerendered png by j-hoff in https://github.com/eduMFA/eduMFA/pull/160
* chore: prepare v2.0.3 by fritterhoff in https://github.com/eduMFA/eduMFA/pull/162
* chore: fix version number in docs by fritterhoff in https://github.com/eduMFA/eduMFA/pull/164

New Contributors
* dependabot made their first contribution in https://github.com/eduMFA/eduMFA/pull/156

**Full Changelog**: https://github.com/eduMFA/eduMFA/compare/v2.0.2...v2.0.3

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.