#
# This file is autogenerated by pip-compile with python 3.8
# by the following command:
#
#    pip-compile --allow-unsafe --output-file=requirements/test.txt --resolver=backtracking --strip-extras requirements/test.in
#
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
    # via -r requirements/runtime-deps.in
aiohappyeyeballs==2.4.3
    # via -r requirements/runtime-deps.in
aiosignal==1.3.1
    # via -r requirements/runtime-deps.in
annotated-types==0.7.0
    # via pydantic
async-timeout==4.0.3 ; python_version < "3.11"
    # via -r requirements/runtime-deps.in
attrs==24.2.0
    # via -r requirements/runtime-deps.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
    # via -r requirements/runtime-deps.in
certifi==2024.8.30
    # via requests
cffi==1.17.1
    # via
    #   cryptography
    #   pycares
    #   pytest-codspeed
charset-normalizer==3.4.0
    # via requests
click==8.1.7
    # via
    #   typer
    #   wait-for-it
coverage==7.6.1
    # via
    #   -r requirements/test.in
    #   pytest-cov
cryptography==43.0.3
    # via trustme
exceptiongroup==1.2.2
    # via pytest
execnet==2.1.1
    # via pytest-xdist
filelock==3.16.1
    # via pytest-codspeed
freezegun==1.5.1
    # via -r requirements/test.in
frozenlist==1.5.0
    # via
    #   -r requirements/runtime-deps.in
    #   aiosignal
gunicorn==23.0.0
    # via -r requirements/base.in
idna==3.4
    # via
    #   requests
    #   trustme
    #   yarl
iniconfig==2.0.0
    # via pytest
markdown-it-py==3.0.0
    # via rich
mdurl==0.1.2
    # via markdown-it-py
multidict==6.1.0
    # via
    #   -r requirements/runtime-deps.in
    #   yarl
mypy==1.11.2 ; implementation_name == "cpython"
    # via -r requirements/test.in
mypy-extensions==1.0.0
    # via mypy
packaging==24.2
    # via
    #   gunicorn
    #   pytest
pluggy==1.5.0
    # via pytest
propcache==0.2.0
    # via
    #   -r requirements/runtime-deps.in
    #   yarl
proxy-py==2.4.9
    # via -r requirements/test.in
py==1.11.0
    # via pytest
pycares==4.4.0
    # via aiodns
pycparser==2.22
    # via cffi
pydantic==2.9.2
    # via python-on-whales
pydantic-core==2.23.4
    # via pydantic
pygments==2.18.0
    # via rich
pytest==8.3.3
    # via
    #   -r requirements/test.in
    #   pytest-codspeed
    #   pytest-cov
    #   pytest-mock
pytest-codspeed==3.0.0
    # via
    #   -r requirements/test.in
    #   pytest-xdist
pytest-cov==5.0.0
    # via -r requirements/test.in
pytest-mock==3.14.0
    # via -r requirements/test.in
pytest-xdist==3.6.1
    # via -r requirements/test.in
python-dateutil==2.9.0.post0
    # via freezegun
python-on-whales==0.73.0
    # via -r requirements/test.in
re-assert==1.1.0
    # via -r requirements/test.in
regex==2024.9.11
    # via re-assert
requests==2.32.3
    # via python-on-whales
rich==13.9.3
    # via typer
setuptools-git==1.2
    # via -r requirements/test.in
shellingham==1.5.4
    # via typer
six==1.16.0
    # via python-dateutil
tomli==2.0.2
    # via
    #   coverage
    #   mypy
    #   pytest
tqdm==4.66.5
    # via python-on-whales
trustme==1.1.0 ; platform_machine != "i686"
    # via -r requirements/test.in
typer==0.12.5
    # via python-on-whales
typing-extensions==4.12.2
    # via
    #   annotated-types
    #   multidict
    #   mypy
    #   pydantic
    #   pydantic-core
    #   python-on-whales
    #   rich
    #   typer
urllib3==2.2.3
    # via requests
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
    # via -r requirements/base.in
wait-for-it==2.2.2
    # via -r requirements/test.in
yarl==1.18.3
    # via -r requirements/runtime-deps.in
