Skip to content

Commit 34be60c

Browse files
authored
fix: update dependencies to latest (#1438)
1 parent 4aaee21 commit 34be60c

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

requirements-test.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
pytest==9.0.3
1+
pytest==9.1.1
22
mock==5.2.0
33
pytest-cov==7.1.0
44
pytest-asyncio==1.4.0
5-
SQLAlchemy[asyncio]==2.0.50
5+
SQLAlchemy[asyncio]==2.0.51
66
sqlalchemy-pytds==1.0.2
77
sqlalchemy-stubs==0.4
88
PyMySQL==1.2.0
99
pg8000==1.31.5
1010
asyncpg==0.31.0
1111
python-tds==1.17.1
12-
aioresponses==0.7.8
13-
pytest-aiohttp==1.1.0
12+
aioresponses==0.7.9
13+
pytest-aiohttp==1.1.1
14+
aiohttp<3.14.0

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
certifi==2026.5.20
2-
cryptography==48.0.0
3-
filelock==3.29.0
4-
google-auth==2.53.0
5-
idna==3.16
1+
certifi==2026.6.17
2+
cryptography==49.0.0
3+
filelock==3.29.4
4+
google-auth==2.55.0
5+
idna==3.18
66
packaging==26.2
7-
pip==26.1.1
7+
pip==26.1.2
88
PyMySQL==1.2.0
9-
virtualenv==21.3.3
9+
virtualenv==21.5.1

0 commit comments

Comments
 (0)