#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
#    pip-compile --allow-unsafe --extra=test --output-file=requirements/test.txt --strip-extras
#
annotated-types==0.6.0
    # via pydantic
certifi==2024.2.2
    # via requests
charset-normalizer==3.3.2
    # via requests
exceptiongroup==1.2.0
    # via pytest
idna==3.6
    # via requests
iniconfig==2.0.0
    # via pytest
packaging==23.2
    # via pytest
pluggy==1.4.0
    # via pytest
pydantic==2.6.0
    # via fedrq (pyproject.toml)
pydantic-core==2.16.1
    # via pydantic
pytest==8.0.0
    # via
    #   fedrq (pyproject.toml)
    #   pytest-mock
pytest-mock==3.12.0
    # via fedrq (pyproject.toml)
requests==2.31.0
    # via fedrq (pyproject.toml)
rpm==0.1.0
    # via fedrq (pyproject.toml)
tomli==2.0.1 ; python_version < "3.11"
    # via
    #   fedrq (pyproject.toml)
    #   pytest
tomli-w==1.0.0
    # via fedrq (pyproject.toml)
typing-extensions==4.9.0
    # via
    #   pydantic
    #   pydantic-core
urllib3==2.2.0
    # via requests
