#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
#    pip-compile test-requirements.in
#
async-generator==1.10
    # via
    #   -r test-requirements.in
    #   trio
attrs==22.2.0
    # via
    #   -r test-requirements.in
    #   pytest
    #   trio
black==23.1.0 ; implementation_name == "cpython"
    # via -r test-requirements.in
click==8.1.3
    # via black
coverage[toml]==7.2.1
    # via pytest-cov
flake8==5.0.4
    # via -r test-requirements.in
idna==3.4
    # via trio
iniconfig==2.0.0
    # via pytest
mccabe==0.7.0
    # via flake8
mypy==1.0.1 ; implementation_name == "cpython"
    # via -r test-requirements.in
mypy-extensions==1.0.0
    # via
    #   black
    #   mypy
    #   trio-typing
outcome==1.2.0
    # via
    #   pytest-trio
    #   trio
packaging==23.0
    # via
    #   black
    #   pytest
pathspec==0.11.0
    # via black
platformdirs==3.0.0
    # via black
pluggy==1.0.0
    # via pytest
pycodestyle==2.9.1
    # via flake8
pyflakes==2.5.0
    # via flake8
pytest==7.2.1
    # via
    #   -r test-requirements.in
    #   pytest-cov
    #   pytest-trio
pytest-cov==4.0.0
    # via -r test-requirements.in
pytest-trio==0.8.0
    # via -r test-requirements.in
sniffio==1.3.0
    # via trio
sortedcontainers==2.4.0
    # via trio
trio==0.22.0
    # via
    #   -r test-requirements.in
    #   pytest-trio
    #   trio-typing
trio-typing==0.7.0
    # via -r test-requirements.in
typing-extensions==4.5.0
    # via
    #   mypy
    #   trio-typing
