# 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.2.1; python_version >= "3.8"
    # via nox
babel==2.14.0
    # via sphinx
build==1.0.3
    # via
    #   check-sdist
    #   cryptography (pyproject.toml)
certifi==2023.11.17
    # 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.0
    # via nox
coverage==7.4.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.0
    # via pytest
execnet==2.0.2
    # via pytest-xdist
filelock==3.13.1; python_version >= "3.8"
    # via virtualenv
idna==3.6
    # via requests
imagesize==1.4.1
    # via sphinx
iniconfig==2.0.0
    # via pytest
jinja2==3.1.3
    # via sphinx
markupsafe==2.1.4
    # via jinja2
mypy==1.8.0
    # via cryptography (pyproject.toml)
mypy-extensions==1.0.0
    # via mypy
nh3==0.2.15
    # via readme-renderer
nox==2023.4.22
    # via cryptography (pyproject.toml)
packaging==23.2
    # via
    #   build
    #   nox
    #   pytest
    #   sphinx
pathspec==0.12.1
    # via check-sdist
platformdirs==4.1.0; python_version >= "3.8"
    # via virtualenv
pluggy==1.3.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.17.2
    # via
    #   readme-renderer
    #   sphinx
pyproject-hooks==1.0.0
    # via build
pytest==7.4.4
    # via
    #   cryptography (pyproject.toml)
    #   pytest-benchmark
    #   pytest-cov
    #   pytest-randomly
    #   pytest-xdist
pytest-benchmark==4.0.0
    # via cryptography (pyproject.toml)
pytest-cov==4.1.0
    # via cryptography (pyproject.toml)
pytest-randomly==3.15.0
    # via cryptography (pyproject.toml)
pytest-xdist==3.5.0
    # via cryptography (pyproject.toml)
readme-renderer==42.0
    # via cryptography (pyproject.toml)
requests==2.31.0
    # via sphinx
ruff==0.1.14
    # via cryptography (pyproject.toml)
snowballstemmer==2.2.0
    # via sphinx
sphinx==7.2.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.5
    # via sphinx
sphinxcontrib-jquery==4.1
    # via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
    # via sphinx
sphinxcontrib-qthelp==1.0.7
    # 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.9.0; python_version >= "3.8"
    # via mypy
urllib3==2.1.0
    # via requests
virtualenv==20.25.0
    # via nox

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