Skip to content

Commit

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

⬆️ Bump ruff from 0.6.2 to 0.6.3 in the production-dependencies group
  • Loading branch information
jemrobinson authored Sep 2, 2024
2 parents 144bb5a + 5fba1ed commit c0f3a93
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .hatch/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down
4 changes: 2 additions & 2 deletions .hatch/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - mypy==1.11.2
# - pandas-stubs==2.2.2.240807
# - pydantic==2.8.2
# - ruff==0.6.2
# - ruff==0.6.3
# - types-appdirs==1.4.3.5
# - types-chevron==0.14.2.20240310
# - types-pytz==2024.1.0.20240417
Expand Down Expand Up @@ -235,7 +235,7 @@ ruamel-yaml==0.18.6
# via ansible-lint
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
ruff==0.6.2
ruff==0.6.3
# via hatch.envs.lint
subprocess-tee==0.4.2
# via
Expand Down
4 changes: 2 additions & 2 deletions .hatch/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is autogenerated by hatch-pip-compile with Python 3.12
#
# [constraints] .hatch/requirements.txt (SHA256: 30ac5f207e4be0d5d72da1bd05a4ddfc74a30d7232eff22fc56117c735101fd5)
# [constraints] .hatch/requirements.txt (SHA256: 6fc3384d70e2398ec8bf13c97bbb52f561f0a65ddd18d90f81f7d7dd20a209d7)
#
# - appdirs==1.4.4
# - azure-core==1.30.2
Expand Down Expand Up @@ -158,7 +158,7 @@ azure-storage-file-share==12.17.0
# via
# -c .hatch/requirements.txt
# hatch.envs.test
certifi==2024.7.4
certifi==2024.8.30
# via
# -c .hatch/requirements.txt
# msrest
Expand Down
2 changes: 1 addition & 1 deletion .hatch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ azure-storage-file-datalake==12.16.0
# via hatch.envs.default
azure-storage-file-share==12.17.0
# via hatch.envs.default
certifi==2024.7.4
certifi==2024.8.30
# via
# msrest
# requests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lint = [
"mypy==1.11.2",
"pandas-stubs==2.2.2.240807",
"pydantic==2.8.2",
"ruff==0.6.2",
"ruff==0.6.3",
"types-appdirs==1.4.3.5",
"types-chevron==0.14.2.20240310",
"types-pytz==2024.1.0.20240417",
Expand Down

0 comments on commit c0f3a93

Please sign in to comment.