From 3aca2aa0cebfa0abb12e6bb3aaa6372825ffa7e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:19:31 +0100 Subject: [PATCH] Bump pypa/gh-action-pip-audit from 1.0.8 to 1.1.0 (#224) Bumps [pypa/gh-action-pip-audit](https://github.com/pypa/gh-action-pip-audit) from 1.0.8 to 1.1.0. - [Release notes](https://github.com/pypa/gh-action-pip-audit/releases) - [Commits](https://github.com/pypa/gh-action-pip-audit/compare/v1.0.8...v1.1.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pip-audit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/python-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-checks.yml b/.github/workflows/python-checks.yml index 033a5349..e585e440 100644 --- a/.github/workflows/python-checks.yml +++ b/.github/workflows/python-checks.yml @@ -128,7 +128,7 @@ jobs: run: safety check -r s3torchconnectorclient/requirements.txt - name: Audit s3torchconnectorclient dependencies - uses: pypa/gh-action-pip-audit@v1.0.8 + uses: pypa/gh-action-pip-audit@v1.1.0 with: inputs: "s3torchconnectorclient" @@ -136,7 +136,7 @@ jobs: # run: | # python -m pip install -e "s3torchconnectorclient" # - name: Audit s3torchconnector dependencies -# uses: pypa/gh-action-pip-audit@v1.0.8 +# uses: pypa/gh-action-pip-audit@v1.1.0 # with: # inputs: "s3torchconnector"