#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
#    pip-compile --output-file='dev-requirements\tests.txt' 'dev-requirements\tests.in'
#
anyio==3.5.0
    # via -r dev-requirements\tests.in
async-generator==1.10
    # via trio
atomicwrites==1.4.0
    # via pytest
attrs==21.4.0
    # via
    #   outcome
    #   pytest
    #   trio
cffi==1.15.0
    # via trio
colorama==0.4.4
    # via pytest
coverage[toml]==6.3.2
    # via pytest-cov
execnet==1.9.0
    # via pytest-xdist
idna==3.3
    # via
    #   anyio
    #   trio
iniconfig==1.1.1
    # via pytest
outcome==1.1.0
    # via trio
packaging==21.3
    # via pytest
pluggy==1.0.0
    # via pytest
py==1.11.0
    # via
    #   pytest
    #   pytest-forked
pycparser==2.21
    # via cffi
pyparsing==3.0.7
    # via packaging
pytest==7.0.1
    # via
    #   -r dev-requirements\tests.in
    #   pytest-cov
    #   pytest-forked
    #   pytest-xdist
pytest-cov==3
    # via -r dev-requirements\tests.in
pytest-forked==1.4.0
    # via pytest-xdist
pytest-xdist==2.5
    # via -r dev-requirements\tests.in
sniffio==1.2.0
    # via
    #   anyio
    #   trio
sortedcontainers==2.4.0
    # via trio
tomli==2.0.1
    # via
    #   coverage
    #   pytest
trio==0.20.0
    # via -r dev-requirements\tests.in
