From a872d40b33cfc1261c4c6a353f1dc406bfa139d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 18:41:43 +0000 Subject: [PATCH] build(deps): Bump ryan-rozario/pipreqs-action from 2.0.0 to 2.7.0 Bumps [ryan-rozario/pipreqs-action](https://github.com/ryan-rozario/pipreqs-action) from 2.0.0 to 2.7.0. - [Release notes](https://github.com/ryan-rozario/pipreqs-action/releases) - [Commits](https://github.com/ryan-rozario/pipreqs-action/compare/v2.0.0...v2.7.0) --- updated-dependencies: - dependency-name: ryan-rozario/pipreqs-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 5da20bd..0110b19 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Update requirements.txt - uses: ryan-rozario/pipreqs-action@v2.0.0 + uses: ryan-rozario/pipreqs-action@v2.7.0 with: PROJECT_PATH: . REQUIREMENT_PATH: ./requirements.txt