# This file was autogenerated by uv via the following command:
#    uv pip compile pyproject.toml -o requirements/pydanticv1_test.txt -c requirements/pydanticv1.in --extra=test
certifi==2024.7.4
    # via requests
charset-normalizer==3.3.2
    # via requests
exceptiongroup==1.2.2
    # via pytest
idna==3.7
    # via requests
iniconfig==2.0.0
    # via pytest
packaging==24.1
    # via pytest
pluggy==1.5.0
    # via pytest
pydantic==1.10.17
    # via
    #   -c requirements/pydanticv1.in
    #   fedrq (pyproject.toml)
pytest==8.3.2
    # via
    #   fedrq (pyproject.toml)
    #   pytest-mock
pytest-mock==3.14.0
    # via fedrq (pyproject.toml)
requests==2.32.3
    # via fedrq (pyproject.toml)
rpm==0.1.0
    # via fedrq (pyproject.toml)
tomli==2.0.1
    # via
    #   fedrq (pyproject.toml)
    #   pytest
tomli-w==1.0.0
    # via fedrq (pyproject.toml)
typing-extensions==4.12.2
    # via pydantic
urllib3==2.2.2
    # via requests
