🔒️(security) upgrade python version to fix vulnerability

Vulnerability in jaraco.context caused security issue
in setuptools and python3. change python version to fix
see https://github.com/advisories/GHSA-58pv-8j8x-9vj2
This commit is contained in:
Marie PUPO JEAMMET
2026-01-16 10:32:53 +01:00
committed by Marie
parent 9c62efc9f8
commit 5feee53bdd
5 changed files with 7 additions and 5 deletions

View File

@@ -52,6 +52,7 @@ dependencies = [
"factory_boy==3.3.3",
"flower==2.0.1",
"gunicorn==23.0.0",
"jaraco.context>=6.1.0",
"joserfc==1.3.0",
"jsonschema==4.25.1",
"mozilla-django-oidc==4.0.1",