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] committed May 21, 2024
1 parent e737349 commit a789e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dev = [
"pytest==7.4.3",
"requests==2.31.0",
"ruff==0.1.6",
"PyMySQL==1.1.0",
"PyMySQL==1.1.1",
"types-mock==5.1.0.3",
"types-requests==2.31.0.10",
]
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ isort==5.12.0
mypy==1.7.1
pytest==7.4.3
requests==2.31.0
PyMySQL==1.1.0
PyMySQL==1.1.1
ruff==0.1.6
sqlalchemy2-stubs==0.0.2a37
types-mock==5.1.0.3
Expand Down

0 comments on commit a789e61

Please sign in to comment.