#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile requirements-dev.in
#
appnope==0.1.4
    # via ipykernel
asttokens==3.0.0
    # via stack-data
attrs==25.3.0
    # via
    #   flake8-bugbear
    #   jsonschema
    #   referencing
beautifulsoup4==4.13.4
    # via nbconvert
black==25.1.0
    # via -r requirements.in
bleach[css]==6.2.0
    # via nbconvert
build==1.3.0
    # via pip-tools
certifi==2025.8.3
    # via requests
cfgv==3.4.0
    # via pre-commit
charset-normalizer==3.4.2
    # via requests
click==8.2.1
    # via
    #   black
    #   pip-tools
comm==0.2.3
    # via ipykernel
coverage[toml]==7.10.2
    # via pytest-cov
debugpy==1.8.15
    # via ipykernel
decorator==5.2.1
    # via ipython
defusedxml==0.7.1
    # via nbconvert
distlib==0.4.0
    # via virtualenv
docutils==0.22
    # via flit
exceptiongroup==1.3.0
    # via
    #   ipython
    #   pytest
executing==2.2.0
    # via stack-data
fastjsonschema==2.21.1
    # via nbformat
filelock==3.18.0
    # via virtualenv
flake8==7.3.0
    # via
    #   -r requirements-dev.in
    #   flake8-bugbear
flake8-bugbear==24.12.12
    # via -r requirements-dev.in
flit==3.12.0
    # via -r requirements-dev.in
flit-core==3.12.0
    # via flit
identify==2.6.12
    # via pre-commit
idna==3.10
    # via requests
iniconfig==2.1.0
    # via pytest
ipykernel==6.30.1
    # via -r requirements.in
ipython==8.37.0
    # via ipykernel
jedi==0.19.2
    # via ipython
jinja2==3.1.6
    # via nbconvert
jsonschema==4.25.0
    # via nbformat
jsonschema-specifications==2025.4.1
    # via jsonschema
jupyter-client==8.6.3
    # via
    #   -r requirements.in
    #   ipykernel
    #   nbclient
jupyter-core==5.8.1
    # via
    #   ipykernel
    #   jupyter-client
    #   nbclient
    #   nbconvert
    #   nbformat
jupyterlab-pygments==0.3.0
    # via nbconvert
jupytext==1.17.2
    # via -r requirements.in
markdown-it-py==3.0.0
    # via
    #   jupytext
    #   mdit-py-plugins
markupsafe==3.0.2
    # via
    #   jinja2
    #   nbconvert
matplotlib-inline==0.1.7
    # via
    #   ipykernel
    #   ipython
mccabe==0.7.0
    # via flake8
mdit-py-plugins==0.4.2
    # via jupytext
mdurl==0.1.2
    # via markdown-it-py
mistune==3.1.3
    # via nbconvert
mypy-extensions==1.1.0
    # via black
nbclient==0.10.2
    # via nbconvert
nbconvert==7.16.6
    # via -r requirements.in
nbformat==5.10.4
    # via
    #   jupytext
    #   nbclient
    #   nbconvert
nest-asyncio==1.6.0
    # via ipykernel
nodeenv==1.9.1
    # via
    #   pre-commit
    #   pyright
packaging==25.0
    # via
    #   black
    #   build
    #   ipykernel
    #   jupytext
    #   nbconvert
    #   pytest
pandocfilters==1.5.1
    # via nbconvert
parso==0.8.4
    # via jedi
pathspec==0.12.1
    # via black
pexpect==4.9.0
    # via ipython
pip-tools==7.5.0
    # via -r requirements-dev.in
platformdirs==4.3.8
    # via
    #   black
    #   jupyter-core
    #   virtualenv
pluggy==1.6.0
    # via
    #   pytest
    #   pytest-cov
pre-commit==4.2.0
    # via -r requirements-dev.in
prompt-toolkit==3.0.51
    # via ipython
psutil==7.0.0
    # via ipykernel
ptyprocess==0.7.0
    # via pexpect
pure-eval==0.2.3
    # via stack-data
pycodestyle==2.14.0
    # via flake8
pyflakes==3.4.0
    # via flake8
pygments==2.19.2
    # via
    #   ipython
    #   nbconvert
    #   pytest
pyproject-hooks==1.2.0
    # via
    #   build
    #   pip-tools
pyright==1.1.403
    # via -r requirements-dev.in
pytest==8.4.1
    # via
    #   -r requirements-dev.in
    #   pytest-cov
pytest-cov==6.2.1
    # via -r requirements-dev.in
python-dateutil==2.9.0.post0
    # via jupyter-client
pyyaml==6.0.2
    # via
    #   jupytext
    #   pre-commit
pyzmq==27.0.1
    # via
    #   ipykernel
    #   jupyter-client
referencing==0.36.2
    # via
    #   jsonschema
    #   jsonschema-specifications
requests==2.32.4
    # via flit
rpds-py==0.26.0
    # via
    #   jsonschema
    #   referencing
six==1.17.0
    # via python-dateutil
soupsieve==2.7
    # via beautifulsoup4
stack-data==0.6.3
    # via ipython
tinycss2==1.4.0
    # via bleach
tomli==2.2.1
    # via
    #   black
    #   build
    #   coverage
    #   jupytext
    #   pip-tools
    #   pytest
tomli-w==1.2.0
    # via flit
tomlkit==0.13.3
    # via -r requirements-dev.in
tornado==6.5.1
    # via
    #   ipykernel
    #   jupyter-client
traitlets==5.14.3
    # via
    #   ipykernel
    #   ipython
    #   jupyter-client
    #   jupyter-core
    #   matplotlib-inline
    #   nbclient
    #   nbconvert
    #   nbformat
typing-extensions==4.14.1
    # via
    #   beautifulsoup4
    #   black
    #   exceptiongroup
    #   ipython
    #   mistune
    #   pyright
    #   referencing
urllib3==2.5.0
    # via requests
virtualenv==20.33.1
    # via pre-commit
wcwidth==0.2.13
    # via prompt-toolkit
webencodings==0.5.1
    # via
    #   bleach
    #   tinycss2
wheel==0.45.1
    # via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
