# This file was autogenerated by uv via the following command:
#    uv pip compile pyproject.toml --universal -o requirements/test.txt --extra=test
annotated-types==0.7.0
    # via pydantic
certifi==2026.2.25
    # via requests
charset-normalizer==3.4.4
    # via requests
colorama==0.4.6 ; sys_platform == 'win32'
    # via pytest
exceptiongroup==1.3.1 ; python_full_version < '3.11'
    # via pytest
idna==3.11
    # via requests
iniconfig==2.1.0 ; python_full_version < '3.10'
    # via pytest
iniconfig==2.3.0 ; python_full_version >= '3.10'
    # via pytest
packaging==26.0
    # via pytest
pluggy==1.6.0
    # via pytest
pydantic==2.12.5
    # via fedrq (pyproject.toml)
pydantic-core==2.41.5
    # via pydantic
pygments==2.19.2
    # via pytest
pytest==8.4.2 ; python_full_version < '3.10'
    # via
    #   fedrq (pyproject.toml)
    #   pytest-mock
pytest==9.0.2 ; python_full_version >= '3.10'
    # via
    #   fedrq (pyproject.toml)
    #   pytest-mock
pytest-mock==3.15.1
    # via fedrq (pyproject.toml)
requests==2.32.5
    # via fedrq (pyproject.toml)
rpm==0.4.0
    # via fedrq (pyproject.toml)
tomli==2.4.0 ; python_full_version < '3.11'
    # via
    #   fedrq (pyproject.toml)
    #   pytest
tomli-w==1.2.0
    # via fedrq (pyproject.toml)
typing-extensions==4.15.0
    # via
    #   fedrq (pyproject.toml)
    #   exceptiongroup
    #   pydantic
    #   pydantic-core
    #   typing-inspection
typing-inspection==0.4.2
    # via pydantic
urllib3==2.6.3
    # via requests
