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 ce5b07c commit 017003f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ schema~=0.7.5
psycopg2-binary==2.9.3
SQLAlchemy~=1.4.27
faker==10.0.0
pymysql==1.0.2
pymysql==1.1.1
pytest==6.2.5
nox==2022.11.21
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'configargparse==1.5.3',
'SQLAlchemy~=1.4.27',
'psycopg2-binary==2.9.3',
'pymysql==1.0.2',
'pymysql==1.1.1',
'faker==10.0.0'
],

Expand Down

0 comments on commit 017003f

Please sign in to comment.