# This file was autogenerated by uv via the following command:
#    uv pip compile requirements/testing.in -o requirements/testing.txt
anyio==4.6.0
    # via httpx
async-asgi-testclient==1.4.11
    # via -r requirements/testing.in
certifi==2024.8.30
    # via
    #   httpcore
    #   httpx
    #   requests
charset-normalizer==3.3.2
    # via requests
coverage==7.6.1
    # via pytest-cov
freezegun==1.5.1
    # via -r requirements/testing.in
h11==0.14.0
    # via httpcore
httpcore==1.0.5
    # via httpx
httpx==0.27.2
    # via -r requirements/testing.in
idna==3.10
    # via
    #   anyio
    #   httpx
    #   requests
iniconfig==2.0.0
    # via pytest
itsdangerous==2.2.0
    # via -r requirements/testing.in
multidict==6.1.0
    # via async-asgi-testclient
packaging==24.1
    # via pytest
pluggy==1.5.0
    # via pytest
pytest==8.3.3
    # via
    #   -r requirements/testing.in
    #   pytest-asyncio
    #   pytest-cov
pytest-asyncio==0.24.0
    # via -r requirements/testing.in
pytest-cov==5.0.0
    # via -r requirements/testing.in
python-dateutil==2.9.0.post0
    # via freezegun
requests==2.32.3
    # via
    #   -r requirements/testing.in
    #   async-asgi-testclient
six==1.16.0
    # via python-dateutil
sniffio==1.3.1
    # via
    #   anyio
    #   httpx
sqlalchemy==2.0.35
    # via -r requirements/testing.in
typing-extensions==4.12.2
    # via sqlalchemy
urllib3==2.2.3
    # via requests
websockets==13.1
    # via -r requirements/testing.in
