# This is named ambigiously, but it's a pip constraints file, named like a
# requirements file so dependabot will update the pins.
# It was originally generated with;
#    pip-compile --extra=docs --extra=docstest --extra=pep8test --extra=test --extra=test-randomorder --extra=nox --extra=sdist --resolver=backtracking --strip-extras --unsafe-package=cffi --unsafe-package=pycparser --unsafe-package=setuptools pyproject.toml
# and then manually massaged to add version specifiers to packages whose
# versions vary by Python version

alabaster==0.7.16
    # via sphinx
argcomplete==3.4.0; python_version >= "3.8"
    # via nox
babel==2.15.0
    # via sphinx
build==1.2.1
    # via
    #   check-sdist
    #   cryptography (pyproject.toml)
certifi==2024.7.4
    # via requests
charset-normalizer==3.3.2
    # via requests
check-sdist==0.1.3
    # via cryptography (pyproject.toml)
click==8.1.7
    # via cryptography (pyproject.toml)
colorlog==6.8.2
    # via nox
coverage==7.6.0; python_version >= "3.8"
    # via
    #   coverage
    #   pytest-cov
distlib==0.3.8
    # via virtualenv
docutils==0.20.1
    # via
    #   readme-renderer
    #   sphinx
    #   sphinx-rtd-theme
exceptiongroup==1.2.2
    # via pytest
execnet==2.1.1; python_version >= "3.8"
    # via pytest-xdist
filelock==3.15.4; python_version >= "3.8"
    # via virtualenv
idna==3.7
    # via requests
imagesize==1.4.1
    # via sphinx
iniconfig==2.0.0
    # via pytest
jinja2==3.1.4
    # via sphinx
markupsafe==2.1.5
    # via jinja2
mypy==1.11.0
    # via cryptography (pyproject.toml)
mypy-extensions==1.0.0
    # via mypy
nh3==0.2.18
    # via readme-renderer
nox==2024.4.15
    # via cryptography (pyproject.toml)
packaging==24.1; python_version >= "3.8"
    # via
    #   build
    #   nox
    #   pytest
    #   sphinx
pathspec==0.12.1
    # via check-sdist
platformdirs==4.2.2; python_version >= "3.8"
    # via virtualenv
pluggy==1.5.0; python_version >= "3.8"
    # via pytest
pretend==1.0.9
    # via cryptography (pyproject.toml)
py-cpuinfo==9.0.0
    # via pytest-benchmark
pyenchant==3.2.2
    # via
    #   cryptography (pyproject.toml)
    #   sphinxcontrib-spelling
pygments==2.18.0
    # via
    #   readme-renderer
    #   sphinx
pyproject-hooks==1.1.0
    # via build
pytest==8.2.2; python_version >= "3.8"
    # via
    #   cryptography (pyproject.toml)
    #   pytest-benchmark
    #   pytest-cov
    #   pytest-randomly
    #   pytest-xdist
pytest-benchmark==4.0.0
    # via cryptography (pyproject.toml)
pytest-cov==5.0.0; python_version >= "3.8"
    # via cryptography (pyproject.toml)
pytest-randomly==3.15.0
    # via cryptography (pyproject.toml)
pytest-xdist==3.6.1; python_version >= "3.8"
    # via cryptography (pyproject.toml)
readme-renderer==43.0
    # via cryptography (pyproject.toml)
requests==2.32.3
    # via sphinx
ruff==0.5.3
    # via cryptography (pyproject.toml)
snowballstemmer==2.2.0
    # via sphinx
sphinx==7.4.6
    # via
    #   cryptography (pyproject.toml)
    #   sphinx-rtd-theme
    #   sphinxcontrib-applehelp
    #   sphinxcontrib-devhelp
    #   sphinxcontrib-htmlhelp
    #   sphinxcontrib-jquery
    #   sphinxcontrib-qthelp
    #   sphinxcontrib-serializinghtml
    #   sphinxcontrib-spelling
sphinx-rtd-theme==2.0.0
    # via cryptography (pyproject.toml)
sphinxcontrib-applehelp==1.0.8
    # via sphinx
sphinxcontrib-devhelp==1.0.6
    # via sphinx
sphinxcontrib-htmlhelp==2.0.6
    # via sphinx
sphinxcontrib-jquery==4.1
    # via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
    # via sphinx
sphinxcontrib-qthelp==1.0.8
    # via sphinx
sphinxcontrib-serializinghtml==1.1.10
    # via sphinx
sphinxcontrib-spelling==8.0.0
    # via cryptography (pyproject.toml)
tomli==2.0.1
    # via
    #   build
    #   check-manifest
    #   coverage
    #   mypy
    #   pyproject-hooks
    #   pytest
typing-extensions==4.12.2; python_version >= "3.8"
    # via mypy
urllib3==2.2.2
    # via requests
virtualenv==20.26.3
    # via nox

# The following packages are considered to be unsafe in a requirements file:
# cffi
# pycparser
