#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --output-file=requirements/test.txt requirements/test.in
#
anyio==3.6.2
    # via -r requirements/test.in
async-generator==1.10
    # via trio
attrs==22.2.0
    # via
    #   pytest
    #   trio
exceptiongroup==1.1.0
    # via
    #   pytest
    #   trio
idna==3.4
    # via
    #   anyio
    #   trio
iniconfig==2.0.0
    # via pytest
outcome==1.2.0
    # via trio
packaging==23.0
    # via pytest
pluggy==1.0.0
    # via pytest
pytest==7.2.1
    # via -r requirements/test.in
sniffio==1.3.0
    # via
    #   anyio
    #   trio
sortedcontainers==2.4.0
    # via trio
tomli==2.0.1
    # via pytest
trio==0.22.0
    # via -r requirements/test.in
