From 77da1f387261e8d2ea2cd56f4c3b39daa0c1760a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:26:54 +0000 Subject: [PATCH 1/2] :arrow_up: Bump ruff in the production-dependencies group Bumps the production-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.2...0.6.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 802c32f6f8..ee20e04b88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", From 5fba1eddcb1e488e20c50cbaca342c01d7af3e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 2 Sep 2024 03:33:14 +0000 Subject: [PATCH 2/2] [dependabot skip] :wrench: Update Python requirements files --- .hatch/requirements-docs.txt | 2 +- .hatch/requirements-lint.txt | 4 ++-- .hatch/requirements-test.txt | 4 ++-- .hatch/requirements.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.hatch/requirements-docs.txt b/.hatch/requirements-docs.txt index 99be3ccc8c..7bb7b057b6 100644 --- a/.hatch/requirements-docs.txt +++ b/.hatch/requirements-docs.txt @@ -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 diff --git a/.hatch/requirements-lint.txt b/.hatch/requirements-lint.txt index 380751b1a2..a7b04ea1cc 100644 --- a/.hatch/requirements-lint.txt +++ b/.hatch/requirements-lint.txt @@ -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 @@ -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 diff --git a/.hatch/requirements-test.txt b/.hatch/requirements-test.txt index e6adb7ea65..8458c182a9 100644 --- a/.hatch/requirements-test.txt +++ b/.hatch/requirements-test.txt @@ -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 @@ -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 diff --git a/.hatch/requirements.txt b/.hatch/requirements.txt index 5cba20d34f..e91a41ccd1 100644 --- a/.hatch/requirements.txt +++ b/.hatch/requirements.txt @@ -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