#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
#    pip-compile --output-file=requirements/test.txt hypothesis-python/setup.py requirements/test.in
#
attrs==21.4.0
    # via
    #   hypothesis (hypothesis-python/setup.py)
    #   pytest
execnet==1.9.0
    # via pytest-xdist
iniconfig==1.1.1
    # via pytest
packaging==21.3
    # via pytest
pexpect==4.8.0
    # via -r requirements/test.in
pluggy==1.0.0
    # via pytest
ptyprocess==0.7.0
    # via pexpect
py==1.11.0
    # via
    #   pytest
    #   pytest-forked
pyparsing==3.0.6
    # via packaging
pytest==6.2.5
    # via
    #   -r requirements/test.in
    #   pytest-forked
    #   pytest-xdist
pytest-forked==1.4.0
    # via pytest-xdist
pytest-xdist==2.5.0
    # via -r requirements/test.in
sortedcontainers==2.4.0
    # via hypothesis (hypothesis-python/setup.py)
toml==0.10.2
    # via pytest
