Skip to content

Commit

Permalink
python-deps(deps-dev): update twine requirement from ^5.0.0 to ^6.0.1…
Browse files Browse the repository at this point in the history
… in the python-dependencies group (#49)

* python-deps(deps-dev): update twine requirement

Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version.

Updates `twine` to 6.0.1
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@5.0.0...6.0.1)

---
updated-dependencies:
- dependency-name: twine
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: Update dependencies.

* ci: Skip updating a specific pre-commit hook

* ci: revert pre-commit hook version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tektronix Bot <[email protected]>
Co-authored-by: Felt, Nicholas <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2024
1 parent f735a16 commit 0c09de2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
update-pre-commit: true
run-pre-commit: true
pre-commit-hook-skip-list: pylint,pyright,pyright-verifytypes,pyroma,poetry-audit
pre-commit-repo-update-skip-list: https://github.com/executablebooks/mdformat
pre-commit-repo-update-skip-list: https://github.com/executablebooks/mdformat,https://github.com/pappasam/toml-sort
export-dependency-groups: docs,tests
permissions:
contents: write
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ repos:
- id: remove-tabs
- id: forbid-tabs
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 37cd56d9d154dfb0648eaee8efc1040512700c47 # frozen: 0.29.4
rev: cb3c2be894b151dff143b1baf6acbd55f2b7faed # frozen: 0.30.0
hooks:
- id: check-readthedocs
- id: check-dependabot
- id: check-github-actions
- id: check-github-workflows
args: [--verbose]
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: a1faddedc7c21fa1a5b9bb42e1c3ddbe94e96aa3 # frozen: v1.7.4.18
rev: 060504a904804d5314d4db5dd12aa8751717ffc7 # frozen: v1.7.4.20
hooks:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
- repo: https://github.com/commitizen-tools/commitizen
rev: 665aa59a2794b47de0cae6fe51886d6366268194 # frozen: v3.30.1
rev: 76efedd776e04c9604a1d54fef389a292cbf7768 # frozen: v4.0.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -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: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 # frozen: v0.7.3
rev: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 # frozen: v0.8.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13"
super-collections==0.5.3 ; python_version >= "3.8" and python_version < "3.13"
symspellpy==6.7.8 ; python_version >= "3.8" and python_version < "3.13"
termcolor==2.4.0 ; python_version >= "3.8" and python_version < "3.13"
tomli==2.0.2 ; python_version >= "3.8" and python_version < "3.13"
tomli==2.2.1 ; python_version >= "3.8" and python_version < "3.13"
typeguard==4.4.0 ; python_version >= "3.8" and python_version < "3.13"
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.13"
urllib3==2.2.3 ; python_version >= "3.8" and python_version < "3.13"
watchdog==4.0.2 ; python_version >= "3.8" and python_version < "3.13"
wcmatch==10.0 ; python_version >= "3.8" and python_version < "3.13"
wheel==0.45.0 ; python_version >= "3.8" and python_version < "3.9"
wheel==0.45.1 ; python_version >= "3.8" and python_version < "3.9"
zipp==3.20.2 ; python_version >= "3.8" and python_version < "3.10"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pyvisa = "^1.14.1"
tm_devices = "^2.3.0"
tox = "^4.0"
tox-gh-actions = "^3.1.0"
twine = "^5.0.0"
twine = "^6.0.1"
types-python-dateutil = "^2.9"
types-pyyaml = "^6.0"
types-requests = "^2.31"
Expand Down
4 changes: 2 additions & 2 deletions src/tekhsi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

__all__ = [
"PACKAGE_NAME",
"configure_logging",
"AcqWaitOn",
"LoggingLevels",
"TekHSIConnect",
"AcqWaitOn",
"WaveformHeader",
"configure_logging",
]
4 changes: 2 additions & 2 deletions src/tekhsi/helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from tekhsi.helpers.logging import configure_logging, LoggingLevels

__all__ = [
"configure_logging",
"LoggingLevels",
"PACKAGE_NAME",
"LoggingLevels",
"configure_logging",
]
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pathvalidate==3.2.1 ; python_version >= "3.8" and python_version < "3.13"
pluggy==1.5.0 ; python_version >= "3.8" and python_version < "3.13"
psutil==6.1.0 ; python_version >= "3.8" and python_version < "3.13"
pytablewriter==1.2.0 ; python_version >= "3.8" and python_version < "3.13"
pytest==8.3.3 ; python_version >= "3.8" and python_version < "3.13"
pytest==8.3.4 ; python_version >= "3.8" and python_version < "3.13"
pytest-cov==5.0.0 ; python_version >= "3.8" and python_version < "3.13"
pytest-depends==1.0.1 ; python_version >= "3.8" and python_version < "3.13"
pytest-env==1.1.5 ; python_version >= "3.8" and python_version < "3.13"
Expand All @@ -37,7 +37,7 @@ six==1.16.0 ; python_version >= "3.8" and python_version < "3.13"
soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13"
tabledata==1.3.3 ; python_version >= "3.8" and python_version < "3.13"
tcolorpy==0.1.6 ; python_version >= "3.8" and python_version < "3.13"
tomli==2.0.2 ; python_version >= "3.8" and python_full_version <= "3.11.0a6"
tomli==2.2.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6"
typepy==1.3.2 ; python_version >= "3.8" and python_version < "3.13"
typepy[datetime]==1.3.2 ; python_version >= "3.8" and python_version < "3.13"
urllib3==2.2.3 ; python_version >= "3.8" and python_version < "3.13"

0 comments on commit 0c09de2

Please sign in to comment.