Skip to content

Commit 6bb9b37

Browse files
authored
fix: update dependencies to latest (#1422)
1 parent d1282d8 commit 6bb9b37

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def deps(session):
3838
"pip-review",
3939
)
4040
session.run(
41-
"pip-review","--auto","--freeze-outdated-packages",
41+
"pip-review", "--auto",
4242
)
4343

4444

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ pytest==9.0.3
22
mock==5.2.0
33
pytest-cov==7.1.0
44
pytest-asyncio==1.3.0
5-
SQLAlchemy[asyncio]==2.0.49
5+
SQLAlchemy[asyncio]==2.0.50
66
sqlalchemy-pytds==1.0.2
77
sqlalchemy-stubs==0.4
8-
PyMySQL==1.1.2
8+
PyMySQL==1.2.0
99
pg8000==1.31.5
1010
asyncpg==0.31.0
1111
python-tds==1.17.1

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
certifi==2026.2.25
2-
cryptography==46.0.7
3-
filelock==3.28.0
4-
google-auth==2.49.2
5-
idna==3.11
6-
packaging==26.1
7-
pip==26.0.1
8-
PyMySQL==1.1.2
9-
virtualenv==21.2.4
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
6+
packaging==26.2
7+
pip==26.1.1
8+
PyMySQL==1.2.0
9+
virtualenv==21.3.3

0 commit comments

Comments
 (0)