upgrade mistune

This commit is contained in:
Kenneth Kehl
2025-03-31 09:28:35 -07:00
parent 64495e8f5a
commit 5bfca4bf82
3 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -629,7 +629,8 @@ def dao_fetch_stats_for_service_from_days_for_user(
).group_by(total_substmt.c.hour) ).group_by(total_substmt.c.hour)
total_notifications = { total_notifications = {
row.hour: row.total_notifications for row in db.session.execute(total_stmt).all() row.hour: row.total_notifications
for row in db.session.execute(total_stmt).all()
} }
stmt = ( stmt = (
Generated
+6 -6
View File
@@ -2449,13 +2449,13 @@ files = [
[[package]] [[package]]
name = "mistune" name = "mistune"
version = "0.8.4" version = "3.1.3"
description = "The fastest markdown parser in pure Python" description = "A sane and fast Markdown parser with useful plugins and renderers"
optional = false optional = false
python-versions = "*" python-versions = ">=3.8"
files = [ files = [
{file = "mistune-0.8.4-py2.py3-none-any.whl", hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4"}, {file = "mistune-3.1.3-py3-none-any.whl", hash = "sha256:1a32314113cff28aa6432e99e522677c8587fd83e3d51c29b82a52409c842bd9"},
{file = "mistune-0.8.4.tar.gz", hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e"}, {file = "mistune-3.1.3.tar.gz", hash = "sha256:a7035c21782b2becb6be62f8f25d3df81ccb4d6fa477a6525b15af06539f02a0"},
] ]
[[package]] [[package]]
@@ -4979,4 +4979,4 @@ propcache = ">=0.2.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "c791f133fcf2db01b7dadc9aca104cabd4c11331342bf936e0f7ebdb62bbec72" content-hash = "d7dc9002f0e6a89890ec36f25b15b01b2b7502c61ba5a305b1dac4aae9d176d5"
+1 -1
View File
@@ -59,7 +59,7 @@ python-json-logger = "^2.0.7"
regex = "^2024.7.24" regex = "^2024.7.24"
shapely = "^2.0.5" shapely = "^2.0.5"
smartypants = "^2.0.1" smartypants = "^2.0.1"
mistune = "0.8.4" mistune = "^3.1.3"
blinker = "^1.9.0" blinker = "^1.9.0"
cryptography = "^44.0.1" cryptography = "^44.0.1"
idna = "^3.7" idna = "^3.7"