From 7cb7aa04983afd2b8788f97521ea55855c2f956c Mon Sep 17 00:00:00 2001 From: Anthony Romaniello <66272872+aromanielloNTIA@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:28:42 -0600 Subject: [PATCH] Update `scos-actions` and pre-commit hooks (#47) * Update pre-commit hooks * Update actions branch for testing * Use tagged scos-actions 6.3.3 * Update package version --- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 2 +- src/scos_tekrsa/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17e1d82..d9d6576 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.4.1 + rev: v3.10.1 hooks: - id: pyupgrade args: ["--py38-plus"] @@ -30,7 +30,7 @@ repos: types: [file, python] args: ["--profile", "black", "--filter-files", "--gitignore"] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black types: [file, python] diff --git a/pyproject.toml b/pyproject.toml index a6ea8df..393b551 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ dependencies = [ "environs>=9.5.0", "tekrsa-api-wrap>=1.3.2", - "scos_actions @ git+https://github.com/NTIA/scos-actions@6.3.2", + "scos_actions @ git+https://github.com/NTIA/scos-actions@6.3.3", ] [project.optional-dependencies] diff --git a/src/scos_tekrsa/__init__.py b/src/scos_tekrsa/__init__.py index 911557b..f749372 100644 --- a/src/scos_tekrsa/__init__.py +++ b/src/scos_tekrsa/__init__.py @@ -1 +1 @@ -__version__ = "3.1.2" +__version__ = "3.1.3"