From 6b2748e3397a12c64a89e569b426b5253fc52232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 04:02:26 +0000 Subject: [PATCH 1/5] Bump chardet from 4.0.0 to 5.0.0 Bumps [chardet](https://github.com/chardet/chardet) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: chardet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs_requirements.txt | 2 +- requirements.txt | 2 +- test_requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs_requirements.txt b/docs_requirements.txt index ed8bd25f8d9..9f24a7b2139 100644 --- a/docs_requirements.txt +++ b/docs_requirements.txt @@ -8,7 +8,7 @@ backcall==0.2.0 bleach==5.0.0 certifi==2022.6.15 cffi==1.15.0 -chardet==4.0.0 +chardet==5.0.0 colorama==0.4.5 decorator==5.1.1 defusedxml==0.7.1 diff --git a/requirements.txt b/requirements.txt index 16961d937ca..0ea41abec19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ broadbean~=0.10.0 cachetools~=5.2.0 certifi~=2022.6.15 cffi~=1.15.0 -chardet~=4.0.0 +chardet~=5.0.0 colorama~=0.4.5 contextlib2~=21.6.0 cycler~=0.11.0 diff --git a/test_requirements.txt b/test_requirements.txt index e395f5af29a..f0a04a357a0 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -2,7 +2,7 @@ apipkg==3.0.1 atomicwrites==1.4.0 attrs==21.4.0 certifi==2022.6.15 -chardet==4.0.0 +chardet==5.0.0 colorama==0.4.5 coverage[toml]==6.4.1 deepdiff==5.8.1 From 6c2de753e204a6292a09043bd6c95bf00c07271d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 04:02:39 +0000 Subject: [PATCH 2/5] Update protobuf requirement from ~=4.21.1 to ~=4.21.2 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 16961d937ca..d7f9de2f62b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ pickleshare~=0.7.5 Pillow~=9.1.1 prometheus-client~=0.14.1 prompt-toolkit~=3.0.29 -protobuf~=4.21.1 +protobuf~=4.21.2 psutil~=5.9.1 pyasn1~=0.4.8 pyasn1-modules~=0.2.8 From 90fd6671ec2ee4f77a476800f5b05b7fc1b0dfb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 04:05:48 +0000 Subject: [PATCH 3/5] Bump Wandalen/wretry.action from 1.0.25 to 1.0.27 Bumps [Wandalen/wretry.action](https://github.com/Wandalen/wretry.action) from 1.0.25 to 1.0.27. - [Release notes](https://github.com/Wandalen/wretry.action/releases) - [Commits](https://github.com/Wandalen/wretry.action/compare/v1.0.25...v1.0.27) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ba4f1e3136d..ecd88570647 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -46,7 +46,7 @@ jobs: run: sudo apt install pandoc if: runner.os == 'Linux' - name: Install pandoc on windows - uses: Wandalen/wretry.action@v1.0.25 + uses: Wandalen/wretry.action@v1.0.27 with: action: crazy-max/ghaction-chocolatey@v1.6.0 with: | From bd0bf2a84e0e8432c2c1d1cb5eb56384819ac33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 04:05:50 +0000 Subject: [PATCH 4/5] Bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.9.1...0.10.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cancel_old_jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cancel_old_jobs.yaml b/.github/workflows/cancel_old_jobs.yaml index a0c8534bb23..37f637458e6 100644 --- a/.github/workflows/cancel_old_jobs.yaml +++ b/.github/workflows/cancel_old_jobs.yaml @@ -8,7 +8,7 @@ jobs: cancel: runs-on: ubuntu-latest steps: - - uses: styfle/cancel-workflow-action@0.9.1 + - uses: styfle/cancel-workflow-action@0.10.0 with: all_but_latest: true workflow_id: ${{ github.event.workflow.id }} From 80073138262ae46bad1c6e7f57dd09814178f412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 04:05:53 +0000 Subject: [PATCH 5/5] Bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.3.4 Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ba4f1e3136d..54ccb128547 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -95,7 +95,7 @@ jobs: name: docs_${{ matrix.python-version }}_${{ matrix.os }} path: ${{ github.workspace }}/docs/_build/html - name: Deploy to gh pages - uses: JamesIves/github-pages-deploy-action@v4.3.3 + uses: JamesIves/github-pages-deploy-action@v4.3.4 with: branch: gh-pages folder: ${{ github.workspace }}/docs/_build/html