Skip to content

Commit 4bbe1f8

Browse files
authored
fix: update dependencies to latest (#1402)
1 parent 0431af8 commit 4bbe1f8

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pytest==9.0.2
1+
pytest==9.0.3
22
mock==5.2.0
3-
pytest-cov==7.0.0
3+
pytest-cov==7.1.0
44
pytest-asyncio==1.3.0
5-
SQLAlchemy[asyncio]==2.0.45
5+
SQLAlchemy[asyncio]==2.0.49
66
sqlalchemy-pytds==1.0.2
77
sqlalchemy-stubs==0.4
88
PyMySQL==1.1.2

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
aiofiles==25.1.0
22
aiohappyeyeballs==2.6.1
3-
aiohttp==3.13.3
3+
aiohttp==3.13.5
44
aiosignal==1.4.0
55
argcomplete==3.6.3
6-
attrs==25.4.0
6+
attrs==26.1.0
77
certifi==2026.2.25
88
cffi==2.0.0
9-
charset-normalizer==3.4.5
9+
charset-normalizer==3.4.7
1010
colorlog==6.10.1
11-
cryptography==46.0.3
11+
cryptography==46.0.7
1212
dependency-groups==1.3.1
1313
distlib==0.4.0
1414
dnspython==2.8.0
15-
filelock==3.20.3
15+
filelock==3.28.0
1616
frozenlist==1.8.0
17-
google-auth==2.47.0
17+
google-auth==2.49.2
1818
humanize==4.15.0
1919
idna==3.11
2020
multidict==6.7.1
21-
nox==2025.11.12
22-
packaging==26.0
21+
nox==2026.4.10
22+
packaging==26.1
2323
pip-review==1.3.0
24-
platformdirs==4.5.1
24+
platformdirs==4.9.6
2525
propcache==0.4.1
2626
pyasn1==0.6.3
2727
pyasn1_modules==0.4.2
2828
pycparser==3.0
29-
requests==2.32.5
29+
requests==2.33.1
3030
rsa==4.9.1
3131
urllib3==2.6.3
32-
virtualenv==20.36.1
32+
virtualenv==21.2.4
3333
yarl==1.23.0

0 commit comments

Comments
 (0)