From 06f177b59cfd1560ba1edafe376dc24bb801881a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:20:43 +0000 Subject: [PATCH 1/2] Bump urllib3 from 2.0.5 to 2.0.6 in /deploy Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/v2.0.5...2.0.6) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/requirements.txt b/deploy/requirements.txt index 9eb740d42..8e7e6f5a5 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -13,5 +13,5 @@ testresources==2.0.1 pytest==6.2.5 requests==2.31.0 six==1.16.0 -urllib3==2.0.5 +urllib3==2.0.6 wcwidth==0.2.8 From 7b5547ff073ca34bba3b1dd15c8b711521c8e9ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 23:10:42 +0000 Subject: [PATCH 2/2] chore(deps): update actions/checkout action to v4 --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 5f7169392..51276e3f1 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Chrome uses: cypress-io/github-action@v6 timeout-minutes: 5