#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
#    dagger dl -m dev deps --env=test lock
#
aiohttp==3.9.2
    # via -r requirements.in
aiosignal==1.3.1
    # via aiohttp
anyio==4.2.0
    # via httpx
attrs==23.2.0
    # via aiohttp
certifi==2023.11.17
    # via
    #   httpcore
    #   httpx
frozenlist==1.4.1
    # via
    #   aiohttp
    #   aiosignal
h11==0.14.0
    # via httpcore
httpcore==1.0.2
    # via httpx
httpx==0.26.0
    # via pytest-httpx
idna==3.6
    # via
    #   anyio
    #   httpx
    #   yarl
iniconfig==2.0.0
    # via pytest
multidict==6.0.4
    # via
    #   aiohttp
    #   yarl
packaging==23.2
    # via pytest
pluggy==1.4.0
    # via pytest
pytest==7.4.4
    # via
    #   -r requirements.in
    #   pytest-httpx
    #   pytest-lazy-fixture
    #   pytest-mock
    #   pytest-subprocess
pytest-httpx==0.28.0
    # via -r requirements.in
pytest-lazy-fixture==0.6.3
    # via -r requirements.in
pytest-mock==3.12.0
    # via -r requirements.in
pytest-subprocess==1.5.0
    # via -r requirements.in
sniffio==1.3.0
    # via
    #   anyio
    #   httpx
yarl==1.9.4
    # via aiohttp
