Skip to content

Commit

Permalink
Merge pull request #2264 from alan-turing-institute/dependabot/pip/pr…
Browse files Browse the repository at this point in the history
…oduction-dependencies-a3ec4a1df2

Bump ruff from 0.7.0 to 0.7.1 in the production-dependencies group
  • Loading branch information
JimMadge authored Oct 28, 2024
2 parents 6586af9 + c309fc5 commit 1bf9d0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
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

0 comments on commit 1bf9d0c

Please sign in to comment.