Skip to content

Commit 338a277

Browse files
Co-authored-by: salt-extensions-renovatebot[bot] <182623858+salt-extensions-renovatebot[bot]@users.noreply.github.com>
1 parent c22765d commit 338a277

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated. Do not edit this by hand, use `copier update`.
22
---
3-
_commit: 0.7.0
3+
_commit: 0.7.1
44
_src_path: https://github.com/lkubb/salt-extension-copier
55
author: EITR Technologies, LLC
66
author_email: devops@eitr.tech

.github/workflows/deploy-package-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: dist
3131

3232
- name: Publish distribution to Test PyPI
33-
uses: pypa/gh-action-pypi-publish@7f25271a4aa483500f742f9492b2ab5648d61011 # v1.12.4
33+
uses: pypa/gh-action-pypi-publish@1bb664cc2ddedbbfdde43d4ac135d5836b7bf40f # v1.11.0
3434
if: ${{ inputs.test }}
3535
with:
3636
attestations: false
@@ -49,7 +49,7 @@ jobs:
4949
dist/*
5050
5151
- name: Publish distribution to PyPI
52-
uses: pypa/gh-action-pypi-publish@7f25271a4aa483500f742f9492b2ab5648d61011 # v1.12.4
52+
uses: pypa/gh-action-pypi-publish@1bb664cc2ddedbbfdde43d4ac135d5836b7bf40f # v1.11.0
5353
if: ${{ !inputs.test }}
5454
with:
5555
# Attestations are only submitted when using Trusted Publishing,

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
SKIP_REQUIREMENTS_INSTALL = os.environ.get("SKIP_REQUIREMENTS_INSTALL", "0") == "1"
3232
EXTRA_REQUIREMENTS_INSTALL = os.environ.get("EXTRA_REQUIREMENTS_INSTALL")
3333

34-
COVERAGE_REQUIREMENT = os.environ.get("COVERAGE_REQUIREMENT") or "coverage==7.6.12"
34+
COVERAGE_REQUIREMENT = os.environ.get("COVERAGE_REQUIREMENT") or "coverage==7.7.0"
3535
SALT_REQUIREMENT = os.environ.get("SALT_REQUIREMENT") or "salt>=3006"
3636
if SALT_REQUIREMENT == "salt==master":
3737
SALT_REQUIREMENT = "git+https://github.com/saltstack/salt.git@master"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dev = [
6262
dev_extra = [
6363
"black==25.1.0",
6464
"isort==6.0.1",
65-
"coverage==7.6.12",
65+
"coverage==7.7.0",
6666
]
6767
docs = [
6868
"sphinx",

0 commit comments

Comments
 (0)