Skip to content

Commit eeacf4e

Browse files
1.6.3
Automatically generated by python-semantic-release
1 parent a86e5a1 commit eeacf4e

22 files changed

+65
-22
lines changed

.github/workflows/_reusable-package-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
110110
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
111111
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
112-
uses: tektronix/python-package-ci-cd/actions/[email protected].2
112+
uses: tektronix/python-package-ci-cd/actions/[email protected].3
113113
id: find-changes-public
114114
continue-on-error: true
115115
with:
@@ -155,7 +155,7 @@ jobs:
155155
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
156156
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
157157
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
158-
uses: tektronix/python-package-ci-cd/actions/[email protected].2
158+
uses: tektronix/python-package-ci-cd/actions/[email protected].3
159159
with:
160160
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
161161
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}

.github/workflows/_reusable-package-testpypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
with:
3333
fetch-depth: 0
34-
- uses: tektronix/python-package-ci-cd/actions/[email protected].2
34+
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
3535
id: create-version
3636
with:
3737
package-name: ${{ inputs.package-name }}

.github/workflows/_reusable-publish-api-comparison.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
github-repository: ${{ github.repository }}
3333
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
3434
id: fetch-pr-number
35-
uses: tektronix/python-package-ci-cd/actions/[email protected].2
35+
uses: tektronix/python-package-ci-cd/actions/[email protected].3
3636
with:
3737
sha: ${{ github.event.workflow_run.head_sha }}
3838
github-repository: ${{ github.repository }}

.github/workflows/_reusable-publish-test-results.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
github-repository: ${{ github.repository }}
3737
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
3838
id: fetch-pr-number
39-
uses: tektronix/python-package-ci-cd/actions/[email protected].2
39+
uses: tektronix/python-package-ci-cd/actions/[email protected].3
4040
with:
4141
sha: ${{ github.event.workflow_run.head_sha }}
4242
github-repository: ${{ github.repository }}

.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
pre-commit-hook-skip-list: ${{ inputs.pre-commit-hook-skip-list }}
100100
export-dependency-groups: ${{ inputs.export-dependency-groups }}
101101
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
102-
uses: tektronix/python-package-ci-cd/actions/[email protected].2
102+
uses: tektronix/python-package-ci-cd/actions/[email protected].3
103103
with:
104104
dependency-dict: ${{ inputs.dependency-dict }}
105105
update-pre-commit: ${{ inputs.update-pre-commit }}

CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,49 @@ Things to be included in the next release go here.
2424

2525
---
2626

27+
## v1.6.3 (2025-03-04)
28+
29+
### Merged Pull Requests
30+
31+
- chore(python-deps): update dependency pyright to v1.1.395 for dev ([#404](https://github.com/tektronix/python-package-ci-cd/pull/404))
32+
- chore(python-deps): update dependency setuptools to v75.8.2 in all dependant actions ([#402](https://github.com/tektronix/python-package-ci-cd/pull/402))
33+
- chore(gh-actions-deps): update codecov/codecov-action action to v5.4.0 in all dependant reusable workflows ([#403](https://github.com/tektronix/python-package-ci-cd/pull/403))
34+
- chore(gh-actions-deps): update actions/attest-build-provenance action to v2.2.1 in all dependant reusable workflows ([#401](https://github.com/tektronix/python-package-ci-cd/pull/401))
35+
- chore(pre-commit-deps): pre-commit autoupdate ([#371](https://github.com/tektronix/python-package-ci-cd/pull/371))
36+
- chore(gh-actions-deps): update actions/download-artifact action to v4.1.9 in all dependant reusable workflows ([#399](https://github.com/tektronix/python-package-ci-cd/pull/399))
37+
- chore(python-deps): update dependency setuptools to v75.8.1 in all dependant actions ([#398](https://github.com/tektronix/python-package-ci-cd/pull/398))
38+
- chore(gh-actions-deps): update nick-fields/retry action to v3.0.2 in all dependant reusable workflows ([#397](https://github.com/tektronix/python-package-ci-cd/pull/397))
39+
- chore(gh-actions-deps): update dawidd6/action-download-artifact action to v9 in all dependant reusable workflows ([#394](https://github.com/tektronix/python-package-ci-cd/pull/394))
40+
- chore(python-deps): update dependency identify to v2.6.8 in all dependant actions ([#395](https://github.com/tektronix/python-package-ci-cd/pull/395))
41+
- chore(gh-actions-deps): update actions/upload-artifact action to v4.6.1 in all dependant reusable workflows ([#393](https://github.com/tektronix/python-package-ci-cd/pull/393))
42+
- chore(gh-actions-deps): update github/codeql-action action to v3.28.10 in all dependant reusable workflows ([#392](https://github.com/tektronix/python-package-ci-cd/pull/392))
43+
- chore(python-deps): update dependency pkginfo to v1.12.1.2 in all dependant actions ([#390](https://github.com/tektronix/python-package-ci-cd/pull/390))
44+
- chore(python-deps): update dependency pkginfo to v1.12.1.1 in all dependant actions ([#389](https://github.com/tektronix/python-package-ci-cd/pull/389))
45+
- chore(python-deps): update dependency trove-classifiers to v2025.2.18.16 in all dependant actions ([#388](https://github.com/tektronix/python-package-ci-cd/pull/388))
46+
- chore(gh-actions-deps): update actions/cache action to v4.2.1 in all dependant reusable workflows ([#387](https://github.com/tektronix/python-package-ci-cd/pull/387))
47+
- chore(gh-actions-deps): update nick-fields/retry action to v3.0.1 in all dependant reusable workflows ([#386](https://github.com/tektronix/python-package-ci-cd/pull/386))
48+
- chore(python-version): update python:3.13-alpine docker digest to 323a717 in all dependant actions ([#384](https://github.com/tektronix/python-package-ci-cd/pull/384))
49+
- chore: Set final digest updates to automerge ([#383](https://github.com/tektronix/python-package-ci-cd/pull/383))
50+
- chore: Update renovate config to properly set commit/PR descriptions and messages for Python digest updates in the Dockerfiles ([#382](https://github.com/tektronix/python-package-ci-cd/pull/382))
51+
- chore(python-deps): update dependency pyright to v1.1.394 for dev ([#380](https://github.com/tektronix/python-package-ci-cd/pull/380))
52+
- chore(python-deps): update dependency cryptography to v44.0.1 [security] ([#375](https://github.com/tektronix/python-package-ci-cd/pull/375))
53+
- chore(python-deps): update dependency virtualenv to v20.29.2 in all dependant actions ([#373](https://github.com/tektronix/python-package-ci-cd/pull/373))
54+
- ci: Update renovate commit messages for python updates ([#370](https://github.com/tektronix/python-package-ci-cd/pull/370))
55+
- chore(python-version): update python:3.13-alpine docker digest to bb2c06f in all dependant actions ([#369](https://github.com/tektronix/python-package-ci-cd/pull/369))
56+
- chore(python-version): update python version to v3.13 in all dependant actions (minor) ([#229](https://github.com/tektronix/python-package-ci-cd/pull/229))
57+
- chore(python-deps): update dependency identify to v2.6.7 in all dependant actions ([#368](https://github.com/tektronix/python-package-ci-cd/pull/368))
58+
- ci: Preserve the semver ranges of the dev dependencies to reduce update noise ([#367](https://github.com/tektronix/python-package-ci-cd/pull/367))
59+
- chore(python-deps): update dependency pip to v25 for dev ([#365](https://github.com/tektronix/python-package-ci-cd/pull/365))
60+
- chore(gh-actions-deps): update github/codeql-action action to v3.28.9 in all dependant reusable workflows ([#363](https://github.com/tektronix/python-package-ci-cd/pull/363))
61+
- chore(python-deps): update dependency certifi to v2025 in all dependant actions ([#362](https://github.com/tektronix/python-package-ci-cd/pull/362))
62+
- chore(python-deps): update dependency beautifulsoup4 to v4.13.3 in all dependant actions ([#361](https://github.com/tektronix/python-package-ci-cd/pull/361))
63+
64+
### Changed
65+
66+
- Bumped dependency versions.
67+
68+
---
69+
2770
## v1.6.2 (2025-02-04)
2871

2972
### Merged Pull Requests

actions/create_unique_testpypi_version/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3838
with:
3939
fetch-depth: 0
40-
- uses: tektronix/python-package-ci-cd/actions/[email protected].2
40+
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
4141
id: create-version
4242
with:
4343
package-name: my-package # required

actions/fetch_pr_number/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
publish-results:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: tektronix/python-package-ci-cd/actions/[email protected].2
31+
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
3232
id: fetch-pr-number
3333
with:
3434
sha: ${{ github.event.workflow_run.head_sha }} # required

actions/find_unreleased_changelog_items/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161
fetch-tags: true
62-
- uses: tektronix/python-package-ci-cd/actions/[email protected].2
62+
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
6363
with:
6464
release-level: ${{ inputs.release-level }} # optional
6565
previous-changelog-filepath: .previous_changelog_for_template.md # optional

actions/update_development_dependencies/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ref: ${{ github.head_ref }}
4848
token: ${{ secrets.checkout-token }}
4949
50-
- uses: tektronix/python-package-ci-cd/actions/[email protected].2
50+
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
5151
with:
5252
repo-root: . # optional, defaults to the current working directory
5353
install-dependencies: false # optional, this will almost never need to be set to true

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ wrap-summaries = 0
2929
[tool.poetry]
3030
license = "Apache-2.0"
3131
package-mode = false
32-
version = "1.6.2"
32+
version = "1.6.3"
3333

3434
[tool.poetry.dependencies]
3535
python = "~3.13" # This needs to stay in sync with all CI workflows

workflows/codeql-analysis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
branches: [main]
4444
jobs:
4545
analyze:
46-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
46+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].3
4747
with:
4848
languages-array: '["python", "javascript"]'
4949
codeql-queries: security-extended,security-and-quality

workflows/enforce-community-standards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
branches: [main]
4444
jobs:
4545
enforce-community-standards:
46-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
46+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].3
4747
```
4848
4949
[workflow-file]: ../.github/workflows/_reusable-enforce-community-standards.yml

workflows/package-build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ concurrency:
6363
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
6464
jobs:
6565
package-build:
66-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
66+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].3
6767
with:
6868
package-name: my_package # required
6969
python-versions-array: '["3.9", "3.10", "3.11", "3.12"]' # required

workflows/package-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ concurrency: # This concurrency is not required, but can be added if extra cont
135135
group: pypi
136136
jobs:
137137
package-release:
138-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
138+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].3
139139
with:
140140
package-name: my-package # required
141141
repo-name: owner/my-package # required

workflows/package-testpypi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ concurrency: # This concurrency is not required, but can be added if extra cont
7272
group: pypi
7373
jobs:
7474
package-testpypi:
75-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
75+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].3
7676
with:
7777
package-name: my-package # required
7878
repo-name: owner/my-package # required

workflows/publish-api-comparison.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646
types: [completed]
4747
jobs:
4848
publish-api-comparison:
49-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
49+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].3
5050
permissions:
5151
checks: write
5252
pull-requests: write

workflows/publish-test-results.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ on:
5656
types: [completed]
5757
jobs:
5858
publish-test-results:
59-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
59+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].3
6060
with:
6161
operating-systems-array: '["ubuntu", "windows", "macos"]' # required
6262
permissions:

workflows/sbom-scan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151
types: [published]
5252
jobs:
5353
sbom-scan:
54-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
54+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].3
5555
permissions:
5656
security-events: write
5757
contents: write

workflows/test-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ concurrency:
134134
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
135135
jobs:
136136
test-code:
137-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
137+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].3
138138
with:
139139
repo-name: owner/repo # required
140140
operating-systems-array: '["ubuntu", "windows", "macos"]' # optional

workflows/test-docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ concurrency:
8989
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
9090
jobs:
9191
test-docs:
92-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
92+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].3
9393
with:
9494
node-version: 20 # required
9595
python-version: '3.11' # required

workflows/update-python-and-pre-commit-dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ on:
5858
jobs:
5959
update-python-and-pre-commit-dependencies:
6060
if: ${{ github.actor == 'dependabot[bot]' && contains(github.head_ref, '/pip/') }} # Only run the job for Dependabot PRs
61-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
61+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].3
6262
with:
6363
commit-user-name: 'User Name'
6464
commit-user-email: 'user-email'

0 commit comments

Comments
 (0)