diff --git a/.hatch/requirements-lint.txt b/.hatch/requirements-lint.txt index 969e9c3b47..4bd0234a71 100644 --- a/.hatch/requirements-lint.txt +++ b/.hatch/requirements-lint.txt @@ -7,7 +7,7 @@ # - mypy==1.13.0 # - pandas-stubs==2.2.3.241009 # - pydantic==2.9.2 -# - ruff==0.7.0 +# - ruff==0.7.1 # - types-appdirs==1.4.3.5 # - types-chevron==0.14.2.20240310 # - types-pytz==2024.2.0.20241003 @@ -89,8 +89,6 @@ distlib==0.3.9 # virtualenv distro==1.9.0 # via bindep -docutils==0.21.2 - # via python-daemon enrich==1.2.7 # via molecule execnet==2.1.1 @@ -199,7 +197,7 @@ pytest-ansible==24.9.0 # tox-ansible pytest-xdist==3.6.1 # via tox-ansible -python-daemon==3.0.1 +python-daemon==3.1.0 # via ansible-runner python-gnupg==0.5.3 # via ansible-sign @@ -235,7 +233,7 @@ ruamel-yaml==0.18.6 # via ansible-lint ruamel-yaml-clib==0.2.12 # via ruamel-yaml -ruff==0.7.0 +ruff==0.7.1 # via hatch.envs.lint subprocess-tee==0.4.2 # via diff --git a/pyproject.toml b/pyproject.toml index 50d2ad2378..8bcd84a1ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ lint = [ "mypy==1.13.0", "pandas-stubs==2.2.3.241009", "pydantic==2.9.2", - "ruff==0.7.0", + "ruff==0.7.1", "types-appdirs==1.4.3.5", "types-chevron==0.14.2.20240310", "types-pytz==2024.2.0.20241003",