#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
#    pip-compile --output-file=requirements/testing.txt requirements/testing.in
#
black==23.3.0
    # via pytest-examples
click==8.1.3
    # via black
coverage[toml]==7.2.6
    # via -r requirements/testing.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
    #   black
    #   pytest
pathspec==0.11.1
    # via black
platformdirs==3.5.1
    # via black
pluggy==1.0.0
    # via pytest
pygments==2.15.1
    # via rich
pytest==7.3.2
    # via
    #   -r requirements/testing.in
    #   pytest-examples
    #   pytest-mock
    #   pytest-pretty
pytest-examples==0.0.9
    # via -r requirements/testing.in
pytest-mock==3.10.0
    # via -r requirements/testing.in
pytest-pretty==1.2.0
    # via -r requirements/testing.in
rich==13.3.5
    # via pytest-pretty
ruff==0.0.270
    # via pytest-examples
tomli==2.0.1
    # via
    #   black
    #   coverage
    #   pytest
typing-extensions==4.6.2
    # via
    #   black
    #   rich
