diff --git a/.github/workflows/test-actions.yml b/.github/workflows/test-actions.yml index 2c3d340a..b4aca7a9 100644 --- a/.github/workflows/test-actions.yml +++ b/.github/workflows/test-actions.yml @@ -159,7 +159,7 @@ jobs: update-pre-commit: true run-pre-commit: true dependency-dict: '{"dev": ["pyright"]}' - pre-commit-repo-update-skip-list: https://github.com/pre-commit/pre-commit-hooks,https://github.com/executablebooks/mdformat + pre-commit-repo-update-skip-list: https://github.com/pre-commit/pre-commit-hooks,https://github.com/hukkin/mdformat pre-commit-hook-skip-list: remove-tabs,forbid-tabs,check-readthedocs,check-dependabot,check-github-actions,check-github-workflows,commitizen,blacken-docs,yamlfix,hadolint,mdformat,markdown-link-check,check-poetry,toml-sort-fix,pyright,poetry-audit,ruff,ruff-format,docformatter,renovate-config-validator,actionlint export-dependency-groups: | actions-update_development_dependencies:actions/update_development_dependencies, diff --git a/CHANGELOG.md b/CHANGELOG.md index 0348b78d..62816c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ Valid subsections within a version are: Things to be included in the next release go here. +### Fixed + +- Added rust and cargo to the Docker image used for the update dependencies action. + ### Changed - Bumped dependency versions. diff --git a/actions/update_development_dependencies/Dockerfile b/actions/update_development_dependencies/Dockerfile index bc680838..0dd4a3d9 100644 --- a/actions/update_development_dependencies/Dockerfile +++ b/actions/update_development_dependencies/Dockerfile @@ -6,7 +6,11 @@ COPY main.py /main.py # Install dependencies RUN apk update && \ - apk add --no-cache git && \ + apk add --no-cache \ + cargo \ + git \ + rust \ + && \ rm -rf /var/cache/apk/* && \ python -m pip install --no-cache-dir --requirement /requirements.txt diff --git a/doc_config/.linkchecker.ini b/doc_config/.linkchecker.ini index ac7149b2..80219392 100644 --- a/doc_config/.linkchecker.ini +++ b/doc_config/.linkchecker.ini @@ -7,4 +7,6 @@ checkextern=1 ignore= /fonts/ mailto: + https://github.com/tektronix/python-package-ci-cd/pull/ + https://github.com/tektronix/python-package-ci-cd/issues/ ignorewarnings=http-redirected,http-rate-limited