#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
#    pip-compile requirements-lint.in
#
attrs==23.1.0
    # via flake8-bugbear
bandit==1.7.5
    # via -r requirements-lint.in
black==23.9.1
    # via -r requirements-lint.in
certifi==2023.7.22
    # via requests
charset-normalizer==3.2.0
    # via requests
click==8.1.7
    # via black
codespell==2.2.5
    # via -r requirements-lint.in
coverage[toml]==6.5.0
    # via
    #   coveralls
    #   pytest-cov
coveralls==3.3.1
    # via -r requirements-lint.in
docopt==0.6.2
    # via coveralls
exceptiongroup==1.1.3
    # via pytest
flake8==6.1.0
    # via
    #   flake8-bugbear
    #   flake8-comprehensions
    #   flake8-debugger
    #   flake8-deprecated
    #   flake8-isort
    #   flake8-pep3101
    #   flake8-print
    #   flake8-quotes
flake8-blind-except==0.2.1
    # via -r requirements-lint.in
flake8-bugbear==23.7.10
    # via -r requirements-lint.in
flake8-comprehensions==3.14.0
    # via -r requirements-lint.in
flake8-debugger==4.1.2
    # via -r requirements-lint.in
flake8-deprecated==2.0.1
    # via -r requirements-lint.in
flake8-isort==6.0.0
    # via -r requirements-lint.in
flake8-pep3101==2.0.0
    # via -r requirements-lint.in
flake8-print==5.0.0
    # via -r requirements-lint.in
flake8-quotes==3.3.2
    # via -r requirements-lint.in
flake8-todo==0.7
    # via -r requirements-lint.in
gitdb==4.0.10
    # via gitpython
gitpython==3.1.36
    # via bandit
idna==3.4
    # via requests
iniconfig==2.0.0
    # via pytest
isort==5.12.0
    # via
    #   -r requirements-lint.in
    #   flake8-isort
markdown-it-py==3.0.0
    # via rich
mccabe==0.7.0
    # via flake8
mdurl==0.1.2
    # via markdown-it-py
mypy==1.5.1
    # via -r requirements-lint.in
mypy-extensions==1.0.0
    # via
    #   black
    #   mypy
packaging==23.1
    # via
    #   black
    #   pytest
pathspec==0.11.2
    # via black
pbr==5.11.1
    # via stevedore
platformdirs==3.10.0
    # via black
pluggy==1.3.0
    # via pytest
pycodestyle==2.11.0
    # via
    #   flake8
    #   flake8-debugger
    #   flake8-print
    #   flake8-todo
pyflakes==3.1.0
    # via flake8
pygments==2.16.1
    # via rich
pytest==7.4.2
    # via
    #   -r requirements-lint.in
    #   pytest-cov
pytest-cov==4.1.0
    # via -r requirements-lint.in
pyupgrade==3.10.1
    # via -r requirements-lint.in
pyyaml==6.0.1
    # via bandit
requests==2.31.0
    # via coveralls
rich==13.5.2
    # via bandit
smmap==5.0.0
    # via gitdb
stevedore==5.1.0
    # via bandit
tokenize-rt==5.2.0
    # via pyupgrade
tomli==2.0.1
    # via
    #   black
    #   coverage
    #   mypy
    #   pytest
typing-extensions==4.7.1
    # via
    #   black
    #   mypy
    #   rich
urllib3==2.0.4
    # via requests
