Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ruff from 0.7.0 to 0.7.1 in the production-dependencies group #2264

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .hatch/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading