#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --output-file=deps/test.txt deps/test.in setup.py
#
attrs==23.2.0
    # via hypothesis
black==24.2.0
    # via -r deps/test.in
click==8.1.7
    # via black
coverage[toml]==7.4.1
    # via pytest-cov
exceptiongroup==1.2.0
    # via
    #   hypothesis
    #   pytest
execnet==2.0.2
    # via pytest-xdist
hypothesis[lark]==6.98.6
    # via hypothesmith (setup.py)
iniconfig==2.0.0
    # via pytest
lark==1.1.9
    # via hypothesis
libcst==1.1.0
    # via hypothesmith (setup.py)
mypy-extensions==1.0.0
    # via
    #   black
    #   typing-inspect
packaging==23.2
    # via
    #   black
    #   pytest
parso==0.8.3
    # via -r deps/test.in
pathspec==0.12.1
    # via black
platformdirs==4.2.0
    # via black
pluggy==1.4.0
    # via pytest
pytest==8.0.0
    # via
    #   -r deps/test.in
    #   pytest-cov
    #   pytest-xdist
pytest-cov==4.1.0
    # via -r deps/test.in
pytest-xdist==3.5.0
    # via -r deps/test.in
pyyaml==6.0.1
    # via libcst
sortedcontainers==2.4.0
    # via hypothesis
tomli==2.0.1
    # via
    #   black
    #   coverage
    #   pytest
typing-extensions==4.9.0
    # via
    #   black
    #   libcst
    #   typing-inspect
typing-inspect==0.9.0
    # via libcst
