Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: pymysql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 5b84983 commit d9d1810
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 d9d1810

Please sign in to comment.