#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
#    pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
attrs==21.4.0
    # via
    #   -c requirements.txt
    #   pytest
black==22.1.0
    # via -r requirements-dev.in
click==8.0.3
    # via black
coverage==6.3.1
    # via -r requirements-dev.in
flake8==4.0.1
    # via -r requirements-dev.in
iniconfig==1.1.1
    # via pytest
isort==5.10.1
    # via -r requirements-dev.in
mccabe==0.6.1
    # via flake8
mypy==0.931
    # via -r requirements-dev.in
mypy-extensions==0.4.3
    # via
    #   black
    #   mypy
packaging==21.3
    # via pytest
pathspec==0.9.0
    # via black
platformdirs==2.4.1
    # via black
pluggy==1.0.0
    # via pytest
py==1.11.0
    # via pytest
pycodestyle==2.8.0
    # via flake8
pyflakes==2.4.0
    # via flake8
pyparsing==3.0.7
    # via packaging
pytest==7.0.0
    # via -r requirements-dev.in
tomli==2.0.0
    # via
    #   black
    #   mypy
    #   pytest
typing-extensions==4.0.1
    # via mypy
