Skip to content

Commit 036982e

Browse files
authored
deps: Update dependency asyncpg to v0.28.0 (#785)
1 parent c238fe3 commit 036982e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ types-mock==5.0.0.7
1515
twine==4.0.2
1616
PyMySQL==1.1.0
1717
pg8000==1.29.8
18-
asyncpg==0.27.0
18+
asyncpg==0.28.0
1919
python-tds==1.12.0
2020
aioresponses==0.7.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"pymysql": ["PyMySQL==1.1.0"],
7878
"pg8000": ["pg8000==1.29.8"],
7979
"pytds": ["python-tds==1.12.0"],
80-
"asyncpg": ["asyncpg==0.27.0"]
80+
"asyncpg": ["asyncpg==0.28.0"]
8181
},
8282
python_requires=">=3.8",
8383
include_package_data=True,

0 commit comments

Comments
 (0)