#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
#    pip-compile .requirements/testing.in
#
attrs==21.4.0
    # via
    #   hypothesis
    #   interrogate
    #   pandas-vet
    #   pytest
click==8.0.4
    # via interrogate
colorama==0.4.4
    # via interrogate
coverage[toml]==6.3.2
    # via pytest-cov
execnet==1.9.0
    # via pytest-xdist
flake8==4.0.1
    # via pandas-vet
hypothesis==6.39.3
    # via -r .requirements/testing.in
iniconfig==1.1.1
    # via pytest
interrogate==1.5.0
    # via -r .requirements/testing.in
mccabe==0.6.1
    # via flake8
packaging==21.3
    # via pytest
pandas-vet==0.2.3
    # via -r .requirements/testing.in
pluggy==1.0.0
    # via pytest
py==1.11.0
    # via
    #   -r .requirements/testing.in
    #   interrogate
    #   pytest
    #   pytest-forked
pycodestyle==2.8.0
    # via flake8
pyflakes==2.4.0
    # via flake8
pyparsing==3.0.7
    # via packaging
pytest==7.0.1
    # via
    #   -r .requirements/testing.in
    #   pytest-cov
    #   pytest-forked
    #   pytest-xdist
pytest-cov==3.0.0
    # via -r .requirements/testing.in
pytest-forked==1.4.0
    # via pytest-xdist
pytest-xdist==2.5.0
    # via -r .requirements/testing.in
sortedcontainers==2.4.0
    # via hypothesis
tabulate==0.8.9
    # via interrogate
toml==0.10.2
    # via interrogate
tomli==2.0.1
    # via
    #   coverage
    #   pytest
