Skip to content

Commit

Permalink
deps: Update dependency PyMySQL to v1.0.3 (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 28, 2023
1 parent 380e896 commit 4bb8751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ types-pkg-resources==0.1.3
types-PyMySQL==1.0.19.6
types-mock==5.0.0.6
twine==4.0.2
PyMySQL==1.0.2
PyMySQL==1.0.3
pg8000==1.29.4
asyncpg==0.27.0
python-tds==1.12.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
namespace_packages=namespaces,
install_requires=core_dependencies,
extras_require={
"pymysql": ["PyMySQL==1.0.2"],
"pymysql": ["PyMySQL==1.0.3"],
"pg8000": ["pg8000==1.29.4"],
"pytds": ["python-tds==1.12.0"],
"asyncpg": ["asyncpg==0.27.0"]
Expand Down

0 comments on commit 4bb8751

Please sign in to comment.