diff --git a/.hatch/requirements-lint.txt b/.hatch/requirements-lint.txt index 2b2c37f777..380751b1a2 100644 --- a/.hatch/requirements-lint.txt +++ b/.hatch/requirements-lint.txt @@ -2,7 +2,7 @@ # This file is autogenerated by hatch-pip-compile with Python 3.12 # # - ansible-dev-tools==24.8.0 -# - ansible==10.2.0 +# - ansible==10.3.0 # - black==24.8.0 # - mypy==1.11.2 # - pandas-stubs==2.2.2.240807 @@ -17,7 +17,7 @@ annotated-types==0.7.0 # via pydantic -ansible==10.2.0 +ansible==10.3.0 # via hatch.envs.lint ansible-builder==3.1.0 # via diff --git a/pyproject.toml b/pyproject.toml index c61e9c6039..883d466e2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ docs = [ ] lint = [ "ansible-dev-tools==24.8.0", - "ansible==10.2.0", + "ansible==10.3.0", "black==24.8.0", "mypy==1.11.2", "pandas-stubs==2.2.2.240807",