Skip to content

Commit bb77696

Browse files
authored
Update pymysql to fix CVE-2024-36039 (#2714)
1 parent 9c5e299 commit bb77696

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
@@ -54,7 +54,7 @@ pandas = ">=1.1.5"
5454
passlib = { extras = ["bcrypt"], version = "~1.7.4" }
5555
psutil = ">=5.0.0"
5656
pydantic = "<1.11, >=1.9.0"
57-
pymysql = { version = "~1.0.2" }
57+
pymysql = { version = "~1.1.0,>=1.1.1" }
5858
pyparsing = ">=2.4.0"
5959
python = ">=3.8,<3.12"
6060
python-dateutil = "^2.8.1"

0 commit comments

Comments
 (0)