upgrade to python 3.12.9

This commit is contained in:
Kenneth Kehl
2025-06-27 07:15:58 -07:00
20 changed files with 467 additions and 372 deletions

View File

@@ -35,7 +35,7 @@ flask-sqlalchemy = "^3.1.1"
gunicorn = {version = "==23.0.0", extras = ["eventlet"]}
iso8601 = "==2.1.0"
jsonschema = {version = "==4.24.0", extras = ["format"]}
lxml = "==5.4.0"
lxml = "==6.0.0"
marshmallow = "^4.0.0"
marshmallow-sqlalchemy = "^1.4.2"
newrelic = "*"