From 128b2687d2aa7b9407763d53e685b7349185441f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:26:35 -0800 Subject: [PATCH] python-deps(deps-dev): bump the python-dependencies group with 2 updates (#347) * python-deps(deps-dev): bump the python-dependencies group with 2 updates Updates the requirements on [wheel](https://github.com/pypa/wheel) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `wheel` to 0.45.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.44.0...0.45.0) Updates `ruff` to 0.7.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.7.2...0.7.3) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] * chore: Update dependencies. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tektronix Bot --- .pre-commit-config.yaml | 6 +++--- docs/requirements.txt | 4 ++-- pyproject.toml | 4 ++-- tests/requirements.txt | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84510f3f..0c1a7e6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,12 +47,12 @@ repos: - id: check-github-workflows args: [--verbose] - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: 27445053da613c660ed5895d9616662059a53ca7 # frozen: v1.7.3.17 + rev: a1faddedc7c21fa1a5b9bb42e1c3ddbe94e96aa3 # frozen: v1.7.4.18 hooks: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: bfe422faef54a78ff8c0ce5dea0da053159c9f9d # frozen: v3.30.0 + rev: 665aa59a2794b47de0cae6fe51886d6366268194 # frozen: v3.30.1 hooks: - id: commitizen stages: [commit-msg] @@ -133,7 +133,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 52c175db9e13515a6b086cd53ce8a66599eac64b # frozen: v0.7.2 + rev: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 # frozen: v0.7.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/requirements.txt b/docs/requirements.txt index a1bdc89a..ec988665 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -36,7 +36,7 @@ mkdocstrings-python==1.11.1 ; python_version >= "3.8" and python_version < "4.0" more-itertools==10.5.0 ; python_version >= "3.8" and python_version < "4.0" mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "4.0" nodeenv==1.9.1 ; python_version >= "3.8" and python_version < "4.0" -packaging==24.1 ; python_version >= "3.8" and python_version < "4.0" +packaging==24.2 ; python_version >= "3.8" and python_version < "4.0" pathspec==0.12.1 ; python_version >= "3.8" and python_version < "4.0" platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "4.0" pygments==2.18.0 ; python_version >= "3.8" and python_version < "4.0" @@ -57,5 +57,5 @@ typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "4.0" urllib3==2.2.3 ; python_version >= "3.8" and python_version < "4.0" watchdog==4.0.2 ; python_version >= "3.8" and python_version < "4.0" wcmatch==10.0 ; python_version >= "3.8" and python_version < "4.0" -wheel==0.44.0 ; python_version >= "3.8" and python_version < "3.9" +wheel==0.45.0 ; python_version >= "3.8" and python_version < "3.9" zipp==3.20.2 ; python_version >= "3.8" and python_version < "3.10" diff --git a/pyproject.toml b/pyproject.toml index 1bfa03ea..0ae8a008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ twine = "^5.0.0" types-python-dateutil = "^2.9" types-pyyaml = "^6.0" types-requests = "^2.31" -wheel = "^0.44.0" +wheel = "^0.45.0" [tool.poetry.group.docs.dependencies] black = "^24.4.2" @@ -154,7 +154,7 @@ pytest-env = "^1.1.3" pytest-github-report = "^0.0.1" pytest-html = "^4.1.1" pytest-order = "^1.2.1" -ruff = "0.7.2" +ruff = "0.7.3" [tool.poetry.scripts] list-visa-resources = "tm_devices:print_available_visa_devices" diff --git a/tests/requirements.txt b/tests/requirements.txt index 2db27f9e..4a24ad2a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -23,7 +23,7 @@ linkchecker==10.3.0 ; python_version >= "3.8" and python_version < "4.0" markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "4.0" mbstrdecoder==1.1.3 ; python_version >= "3.8" and python_version < "4.0" networkx==3.1 ; python_version >= "3.8" and python_version < "4.0" -packaging==24.1 ; python_version >= "3.8" and python_version < "4.0" +packaging==24.2 ; python_version >= "3.8" and python_version < "4.0" pathvalidate==3.2.1 ; python_version >= "3.8" and python_version < "4.0" pluggy==1.5.0 ; python_version >= "3.8" and python_version < "4.0" pytablewriter==1.2.0 ; python_version >= "3.8" and python_version < "4.0" @@ -38,7 +38,7 @@ pytest-order==1.3.0 ; python_version >= "3.8" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0" pytz==2024.2 ; python_version >= "3.8" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" -ruff==0.7.2 ; python_version >= "3.8" and python_version < "4.0" +ruff==0.7.3 ; python_version >= "3.8" and python_version < "4.0" setuptools==75.3.0 ; python_version >= "3.8" and python_version < "4.0" six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" soupsieve==2.6 ; python_version >= "3.8" and python_version < "4.0"