#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
#    pip-compile --output-file=test-requirements.txt test-requirements.in
#
attrs==21.2.0
    # via pytest
coverage[toml]==6.2
    # via pytest-cov
iniconfig==1.1.1
    # via pytest
packaging==21.3
    # via pytest
pluggy==1.0.0
    # via pytest
py==1.11.0
    # via pytest
pyparsing==3.0.6
    # via packaging
pytest==6.2.5
    # via
    #   -r test-requirements.in
    #   pytest-cov
    #   pytest-mock
pytest-cov==3.0.0
    # via -r test-requirements.in
pytest-mock==3.6.1
    # via -r test-requirements.in
toml==0.10.2
    # via pytest
tomli==1.2.2
    # via coverage
