From a303622a3a02562309dbe6e7f34c2e4f7f19eab0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 11 Jan 2023 03:05:13 +0000
Subject: [PATCH] Bump trailofbits/gh-action-pip-audit from 1.0.4 to 1.0.5

Bumps [trailofbits/gh-action-pip-audit](https://github.com/trailofbits/gh-action-pip-audit) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/trailofbits/gh-action-pip-audit/releases)
- [Commits](https://github.com/trailofbits/gh-action-pip-audit/compare/v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: trailofbits/gh-action-pip-audit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1db76b1c..72b5d1c7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
             pip install --upgrade pip setuptools
             python -m pip install poetry
             poetry install
-      - uses: trailofbits/gh-action-pip-audit@v1.0.4
+      - uses: trailofbits/gh-action-pip-audit@v1.0.5
         with:
           virtual-environment: .venv
           ignore-vulns: |