From 4ccb12900efcae33db1a7315532e9a51b008ee4e Mon Sep 17 00:00:00 2001 From: kgala2 Date: Thu, 25 Jun 2026 18:43:04 +0000 Subject: [PATCH] fix: update dependencies to latest --- requirements-test.txt | 9 +++++---- requirements.txt | 14 +++++++------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 296878dd..e68a2604 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,13 +1,14 @@ -pytest==9.0.3 +pytest==9.1.1 mock==5.2.0 pytest-cov==7.1.0 pytest-asyncio==1.4.0 -SQLAlchemy[asyncio]==2.0.50 +SQLAlchemy[asyncio]==2.0.51 sqlalchemy-pytds==1.0.2 sqlalchemy-stubs==0.4 PyMySQL==1.2.0 pg8000==1.31.5 asyncpg==0.31.0 python-tds==1.17.1 -aioresponses==0.7.8 -pytest-aiohttp==1.1.0 +aioresponses==0.7.9 +pytest-aiohttp==1.1.1 +aiohttp<3.14.0 diff --git a/requirements.txt b/requirements.txt index 6194cfe6..cd26bfa0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -certifi==2026.5.20 -cryptography==48.0.0 -filelock==3.29.0 -google-auth==2.53.0 -idna==3.16 +certifi==2026.6.17 +cryptography==49.0.0 +filelock==3.29.4 +google-auth==2.55.0 +idna==3.18 packaging==26.2 -pip==26.1.1 +pip==26.1.2 PyMySQL==1.2.0 -virtualenv==21.3.3 +virtualenv==21.5.1