Skip to content

Commit 906df6c

Browse files
authored
security: bump aiomysql to 0.3.2 to resolve CVE-2025-62611 (#27)
Signed-off-by: kenwood chan <kenwoodchan@kenwooddeMacBook-Pro.local>
1 parent 57b1571 commit 906df6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = ">=3.9,<4.0"
1010
numpy = ">=1.17.0,<2.0.0"
1111
sqlalchemy = ">=1.4,<=3"
1212
pymysql = "^1.1.1"
13-
aiomysql = "^0.2.0"
13+
aiomysql = "^0.3.2"
1414
sqlglot = "^26.0.1"
1515
pydantic = ">=2.7.0,<3"
1616

0 commit comments

Comments
 (0)