#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
#    pip-compile requirements_dev.in
#
attrs==21.4.0
    # via pytest
coverage[toml]==6.3.1
    # via pytest-cov
distlib==0.3.4
    # via virtualenv
filelock==3.4.2
    # via
    #   tox
    #   virtualenv
flake8==4.0.1
    # via -r requirements_dev.in
iniconfig==1.1.1
    # via pytest
mccabe==0.6.1
    # via flake8
mypy==0.931
    # via -r requirements_dev.in
mypy-extensions==0.4.3
    # via mypy
packaging==21.3
    # via
    #   pytest
    #   tox
platformdirs==2.5.0
    # via virtualenv
pluggy==1.0.0
    # via
    #   pytest
    #   tox
py==1.11.0
    # via
    #   pytest
    #   tox
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
    #   pytest-cov
    #   pytest-repeat
pytest-cov==3.0.0
    # via -r requirements_dev.in
pytest-repeat==0.9.1
    # via -r requirements_dev.in
six==1.16.0
    # via
    #   tox
    #   virtualenv
toml==0.10.2
    # via tox
tomli==2.0.1
    # via
    #   coverage
    #   mypy
    #   pytest
tox==3.24.5
    # via -r requirements_dev.in
typing-extensions==4.0.1
    # via mypy
virtualenv==20.13.1
    # via tox
