#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
#    pip-compile --output-file=requirements/linting.txt requirements/linting.in
#
async-generator==1.10
    # via trio
attrs==22.1.0
    # via trio
black==22.8.0
    # via -r requirements/linting.in
click==8.1.3
    # via black
colorama==0.4.5
    # via isort
idna==3.3
    # via trio
isort[colors]==5.10.1
    # via -r requirements/linting.in
mypy==0.971
    # via -r requirements/linting.in
mypy-extensions==0.4.3
    # via
    #   black
    #   mypy
outcome==1.2.0
    # via trio
pathspec==0.10.1
    # via black
platformdirs==2.5.2
    # via black
ruff==0.0.285
    # via -r requirements/linting.in
sniffio==1.3.0
    # via trio
sortedcontainers==2.4.0
    # via trio
tomli==2.0.1
    # via
    #   black
    #   mypy
trio==0.21.0
    # via -r requirements/linting.in
typing-extensions==4.3.0
    # via mypy
