#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
#    pip-compile --output-file=dev-requirements/tests.txt dev-requirements/tests.in
#
anyio==3.6.2
    # via -r dev-requirements/tests.in
async-generator==1.10
    # via trio
attrs==22.1.0
    # via
    #   outcome
    #   pytest
    #   trio
coverage[toml]==6.5.0
    # via pytest-cov
exceptiongroup==1.0.0
    # via
    #   pytest
    #   trio
execnet==1.9.0
    # via pytest-xdist
idna==3.4
    # via
    #   anyio
    #   trio
iniconfig==1.1.1
    # via pytest
outcome==1.2.0
    # via trio
packaging==21.3
    # via pytest
pluggy==1.0.0
    # via pytest
pyparsing==3.0.9
    # via packaging
pytest==7.2.0
    # via
    #   -r dev-requirements/tests.in
    #   pytest-cov
    #   pytest-xdist
pytest-cov==4.0.0
    # via -r dev-requirements/tests.in
pytest-xdist==3.0.2
    # via -r dev-requirements/tests.in
sniffio==1.3.0
    # via
    #   anyio
    #   trio
sortedcontainers==2.4.0
    # via trio
tomli==2.0.1
    # via
    #   coverage
    #   pytest
trio==0.22.0
    # via -r dev-requirements/tests.in
