Skip to content

Commit

Permalink
Merge pull request #66 from NTIA/scos-actions-11.1.0
Browse files Browse the repository at this point in the history
Update SCOS Actions to 11.1.0
  • Loading branch information
jhazentia authored Dec 19, 2024
2 parents b4c5af2 + 2102b14 commit 0d65cf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: ["--py39-plus"]
Expand All @@ -33,7 +33,7 @@ repos:
- id: black
types: [file, python]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint
types: [file, markdown]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [
dependencies = [
"environs>=9.5.0",
"tekrsa-api-wrap>=1.3.3",
"scos_actions @ git+https://github.com/NTIA/scos-actions@11.0.0",
"scos_actions @ git+https://github.com/NTIA/scos-actions@11.1.0",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/scos_tekrsa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8.0.0"
__version__ = "8.1.0"

0 comments on commit 0d65cf6

Please sign in to comment.