#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
#    pip-compile --output-file=requirements/tests.txt requirements/tests.in
#
black==23.3.0
    # via pytest-examples
click==8.1.3
    # via black
coverage[toml]==7.2.3
    # via -r requirements/tests.in
exceptiongroup==1.1.1
    # via pytest
iniconfig==2.0.0
    # via pytest
markdown-it-py==2.2.0
    # via rich
mdurl==0.1.2
    # via markdown-it-py
mypy-extensions==1.0.0
    # via black
packaging==23.1
    # via
    #   -r requirements/tests.in
    #   black
    #   pytest
pathspec==0.11.1
    # via black
platformdirs==3.5.0
    # via black
pluggy==1.0.0
    # via pytest
pygments==2.15.1
    # via rich
pytest==7.3.1
    # via
    #   -r requirements/tests.in
    #   pytest-examples
    #   pytest-mock
    #   pytest-pretty
pytest-examples==0.0.8
    # via -r requirements/tests.in
pytest-mock==3.10.0
    # via -r requirements/tests.in
pytest-pretty==1.2.0
    # via -r requirements/tests.in
rich==13.3.4
    # via pytest-pretty
ruff==0.0.263
    # via pytest-examples
tomli==2.0.1
    # via
    #   black
    #   coverage
    #   pytest
