#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
#    pip-compile --output-file=requirements/testing.txt requirements/testing.in
#
anyio==4.2.0
    # via httpx
certifi==2024.2.2
    # via
    #   httpcore
    #   httpx
    #   requests
charset-normalizer==3.3.2
    # via requests
coverage[toml]==7.4.1
    # via
    #   coverage
    #   pytest-cov
freezegun==1.4.0
    # via -r requirements/testing.in
greenlet==3.0.3
    # via sqlalchemy
h11==0.14.0
    # via httpcore
httpcore==1.0.2
    # via httpx
httpx==0.26.0
    # via -r requirements/testing.in
idna==3.6
    # via
    #   anyio
    #   httpx
    #   requests
iniconfig==2.0.0
    # via pytest
itsdangerous==2.1.2
    # via -r requirements/testing.in
packaging==23.2
    # via pytest
pluggy==1.4.0
    # via pytest
pytest==8.0.1
    # via
    #   -r requirements/testing.in
    #   pytest-asyncio
    #   pytest-cov
pytest-asyncio==0.23.5
    # via -r requirements/testing.in
pytest-cov==4.1.0
    # via -r requirements/testing.in
python-dateutil==2.8.2
    # via freezegun
requests==2.31.0
    # via -r requirements/testing.in
six==1.16.0
    # via python-dateutil
sniffio==1.3.0
    # via
    #   anyio
    #   httpx
sqlalchemy==2.0.27
    # via -r requirements/testing.in
typing-extensions==4.9.0
    # via sqlalchemy
urllib3==2.2.0
    # via requests
websockets==12.0
    # via -r requirements/testing.in
