Skip to content

Commit 546a2ca

Browse files
authored
chore(deps): update dependency asyncpg to v0.27.0 (#520)
1 parent 255d27d commit 546a2ca

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==4.0.15.2
1515
twine==4.0.1
1616
PyMySQL==1.0.2
1717
pg8000==1.29.2
18-
asyncpg==0.26.0
18+
asyncpg==0.27.0
1919
python-tds==1.11.0
2020
aioresponses==0.7.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"pymysql": ["PyMySQL==1.0.2"],
8080
"pg8000": ["pg8000==1.29.2"],
8181
"pytds": ["python-tds==1.11.0"],
82-
"asyncpg": ["asyncpg==0.26.0"]
82+
"asyncpg": ["asyncpg==0.27.0"]
8383
},
8484
python_requires=">=3.7",
8585
include_package_data=True,

0 commit comments

Comments
 (0)