upgrade mistune to 3.1.3

This commit is contained in:
Kenneth Kehl
2025-03-26 09:16:07 -07:00
parent 96c033cd6f
commit 0108bcf91f
7 changed files with 407 additions and 632 deletions

View File

@@ -36,7 +36,8 @@ pytz = "^2024.1"
rtreelib = "==0.2.0"
werkzeug = "^3.0.6"
wtforms = "~=3.1"
markdown = "^3.5.2"
markdown = "^3.7"
mistune = "^3.1.3"
async-timeout = "^4.0.3"
bleach = "^6.1.0"
boto3 = "^1.34.156"
@@ -47,7 +48,6 @@ cryptography = "^44.0.2"
flask-redis = "^0.4.0"
geojson = "^3.1.0"
jmespath = "^1.0.1"
mistune = "0.8.4"
numpy = "^2.2.4"
ordered-set = "^4.1.0"
phonenumbers = "^8.13.52"