diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18eaa566..c7da146c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: ["3.9", "3.13"] + python-version: ["3.10", "3.14"] fail-fast: false permissions: contents: read @@ -144,7 +144,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.13"] + python-version: ["3.10", "3.14"] fail-fast: false permissions: contents: read diff --git a/noxfile.py b/noxfile.py index b0220f47..34ba6d60 100644 --- a/noxfile.py +++ b/noxfile.py @@ -22,7 +22,7 @@ LINT_PATHS = ["google", "tests", "noxfile.py"] -TEST_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"] +TEST_PYTHON_VERSIONS = ["3.10", "3.11", "3.12", "3.13", "3.14"] @nox.session diff --git a/requirements-test.txt b/requirements-test.txt index 1d6a75e9..1718ec48 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,13 +1,13 @@ -pytest==8.4.1 +pytest==8.4.2 mock==5.2.0 pytest-cov==7.0.0 -pytest-asyncio==1.1.0 -SQLAlchemy[asyncio]==2.0.43 +pytest-asyncio==1.3.0 +SQLAlchemy[asyncio]==2.0.44 sqlalchemy-pytds==1.0.2 sqlalchemy-stubs==0.4 -PyMySQL==1.1.1 +PyMySQL==1.1.2 pg8000==1.31.5 -asyncpg==0.30.0 -python-tds==1.16.1 +asyncpg==0.31.0 +python-tds==1.17.1 aioresponses==0.7.8 pytest-aiohttp==1.1.0 diff --git a/requirements.txt b/requirements.txt index 7be85801..fb0a7ccf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiofiles==25.1.0 -aiohttp==3.12.15 -cryptography==46.0.2 -dnspython==2.7.0 -Requests==2.32.4 -google-auth==2.40.3 +aiohttp==3.13.2 +cryptography==46.0.3 +dnspython==2.8.0 +Requests==2.32.5 +google-auth==2.43.0