Skip to content

Commit

Permalink
Merge pull request #306 from Chia-Network/dependabot/pip/pymysql-1.1.1
Browse files Browse the repository at this point in the history
build(deps): bump pymysql from 1.1.0 to 1.1.1
  • Loading branch information
emlowe authored May 22, 2024
2 parents 5b84983 + d9d1810 commit 366ed39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ aiosqlite==0.20.0
aiohttp==3.9.5
pytest==8.2.1
PyYAML==6.0.1
PyMySQL==1.1.0
PyMySQL==1.1.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(fname):
"aiosqlite==0.20.0",
"aiohttp==3.9.5",
"pytest==8.2.1",
"PyMySQL==1.1.0",
"PyMySQL==1.1.1",
]

dev_dependencies = [
Expand Down

0 comments on commit 366ed39

Please sign in to comment.