You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
Copy file name to clipboardExpand all lines: .github/workflows/_reusable-publish-api-comparison.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ jobs:
32
32
github-repository: ${{ github.repository }}
33
33
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
Copy file name to clipboardExpand all lines: .github/workflows/_reusable-publish-test-results.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ jobs:
36
36
github-repository: ${{ github.repository }}
37
37
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,46 @@ Valid subsections within a version are:
18
18
19
19
Things to be included in the next release go here.
20
20
21
+
### Changed
22
+
23
+
- Bumped dependency versions.
24
+
25
+
---
26
+
27
+
## v1.5.0 (2024-10-23)
28
+
29
+
### Merged Pull Requests
30
+
31
+
- chore(python-deps): update dependency pre-commit to v4 for actions/update_development_dependencies and dev ([#145](https://github.com/tektronix/python-package-ci-cd/pull/145))
32
+
- chore(gh-actions-deps): update anchore/scan-action action to v5 in all dependant reusable workflows ([#169](https://github.com/tektronix/python-package-ci-cd/pull/169))
33
+
- chore(python-deps): update dependency virtualenv to v20.27.0 in all dependant actions ([#172](https://github.com/tektronix/python-package-ci-cd/pull/172))
34
+
- chore(python-deps): update dependency setuptools to v75.2.0 in all dependant actions ([#165](https://github.com/tektronix/python-package-ci-cd/pull/165))
35
+
- chore(python-deps): update dependency tomli-w to v1.1.0 for actions/create_unique_testpypi_version ([#166](https://github.com/tektronix/python-package-ci-cd/pull/166))
36
+
- chore(python-deps): update poetry dependencies in all dependant actions ([#171](https://github.com/tektronix/python-package-ci-cd/pull/171))
37
+
- chore(python-deps): update dependency charset-normalizer to v3.4.0 in all dependant actions ([#164](https://github.com/tektronix/python-package-ci-cd/pull/164))
38
+
- chore(python-deps): update dependency trove-classifiers to v2024.10.16 in all dependant actions ([#167](https://github.com/tektronix/python-package-ci-cd/pull/167))
39
+
- chore: Group all poetry dependencies together when updating dependencies ([#170](https://github.com/tektronix/python-package-ci-cd/pull/170))
40
+
- chore(python-deps): update dependency pyright to v1.1.385 for dev ([#162](https://github.com/tektronix/python-package-ci-cd/pull/162))
41
+
- chore(python-deps): update dependency build to v1.2.2.post1 in all dependant actions ([#146](https://github.com/tektronix/python-package-ci-cd/pull/146))
42
+
- chore(gh-actions-deps): update anchore/sbom-action action to v0.17.4 in all dependant reusable workflows ([#155](https://github.com/tektronix/python-package-ci-cd/pull/155))
43
+
- Enable skipping pre-commit hook repos during development dependency update workflow and action ([#158](https://github.com/tektronix/python-package-ci-cd/pull/158))
44
+
- chore(python-deps): update dependency distlib to v0.3.9 in all dependant actions ([#157](https://github.com/tektronix/python-package-ci-cd/pull/157))
45
+
- chore(gh-actions-deps): update actions/upload-artifact action to v4.4.3 in all dependant reusable workflows ([#149](https://github.com/tektronix/python-package-ci-cd/pull/149))
46
+
- chore(python-deps): update dependency pkginfo to v1.11.2 in all dependant actions ([#159](https://github.com/tektronix/python-package-ci-cd/pull/159))
47
+
- chore(gh-actions-deps): update actions/checkout action to v4.2.1 in dev workflows ([#148](https://github.com/tektronix/python-package-ci-cd/pull/148))
48
+
- chore(docker-deps): update python:3.12-alpine docker digest to 38e179a in all dependant actions ([#153](https://github.com/tektronix/python-package-ci-cd/pull/153))
49
+
- chore(gh-actions-deps): update actions/cache action to v4.1.1 in all dependant reusable workflows ([#154](https://github.com/tektronix/python-package-ci-cd/pull/154))
50
+
- chore(gh-actions-deps): update actions/checkout action to v4.2.1 in all dependant reusable workflows ([#147](https://github.com/tektronix/python-package-ci-cd/pull/147))
51
+
- chore(gh-actions-deps): update github/codeql-action action to v3.26.13 in all dependant reusable workflows ([#150](https://github.com/tektronix/python-package-ci-cd/pull/150))
52
+
- Install LTS node during reusable testing workflow ([#152](https://github.com/tektronix/python-package-ci-cd/pull/152))
53
+
- chore(gh-actions-deps): update actions/cache action to v4.1.0 in all dependant reusable workflows ([#144](https://github.com/tektronix/python-package-ci-cd/pull/144))
54
+
- chore(gh-actions-deps): update github/codeql-action action to v3.26.11 in all dependant reusable workflows ([#143](https://github.com/tektronix/python-package-ci-cd/pull/143))
- chore(python-deps): update dependency tomli to v2.0.2 for actions/create_unique_testpypi_version and docs ([#140](https://github.com/tektronix/python-package-ci-cd/pull/140))
57
+
- chore(gh-actions-deps): update codecov/codecov-action action to v4.6.0 in all dependant reusable workflows ([#139](https://github.com/tektronix/python-package-ci-cd/pull/139))
58
+
- chore(gh-actions-deps): update github/codeql-action action to v3.26.10 in all dependant reusable workflows ([#138](https://github.com/tektronix/python-package-ci-cd/pull/138))
59
+
- docs: Update changelog to address mdformat issues ([#137](https://github.com/tektronix/python-package-ci-cd/pull/137))
60
+
21
61
### Added
22
62
23
63
- Added a new `pre-commit-repo-update-skip-list` input parameter to the `update_development_dependencies` action and the `_reusable-update-python-and-pre-commit-dependencies.yml` workflow to allow users to skip updating specific `pre-commit` hooks.
0 commit comments