From 9ad8048b1531396cc47319061eaaa38c3ba7d825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:47:35 +0000 Subject: [PATCH 1/2] chore(deps): bump cryptography from 3.1 to 3.2 in /test Bumps [cryptography](https://github.com/pyca/cryptography) from 3.1 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.1...3.2) Signed-off-by: dependabot[bot] --- test/upstream-requirements-py27.txt | 2 +- test/upstream-requirements-py37.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/upstream-requirements-py27.txt b/test/upstream-requirements-py27.txt index c9bc584b7..5d12bfbf5 100644 --- a/test/upstream-requirements-py27.txt +++ b/test/upstream-requirements-py27.txt @@ -7,7 +7,7 @@ cffi==1.14.2 configparser==4.0.2 contextlib2==0.6.0.post1 coverage==5.3 -cryptography==3.1 +cryptography==3.2 enum34==1.1.10 funcsigs==1.0.2 futures==3.3.0 diff --git a/test/upstream-requirements-py37.txt b/test/upstream-requirements-py37.txt index a045d51ea..caafb8cba 100644 --- a/test/upstream-requirements-py37.txt +++ b/test/upstream-requirements-py37.txt @@ -3,7 +3,7 @@ boto3==1.15.0 botocore==1.18.0 cffi==1.14.2 coverage==5.3 -cryptography==3.1 +cryptography==3.2 importlib-metadata==1.7.0 iniconfig==1.0.1 jmespath==0.10.0 From e1d2928fb5b796a4587f07ca46747fcd9700f740 Mon Sep 17 00:00:00 2001 From: Benjamin Farley Date: Thu, 29 Oct 2020 10:41:48 -0600 Subject: [PATCH 2/2] Hardcode python3.8 for static analysis tests in github actions --- .github/workflows/ci_decrypt-oracle.yaml | 2 +- .github/workflows/ci_static-analysis.yaml | 2 +- .github/workflows/ci_test-vector-handler.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_decrypt-oracle.yaml b/.github/workflows/ci_decrypt-oracle.yaml index d8ecff117..7bced5ebf 100644 --- a/.github/workflows/ci_decrypt-oracle.yaml +++ b/.github/workflows/ci_decrypt-oracle.yaml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v1 with: - python-version: 3.x + python-version: 3.8 - run: | python -m pip install --upgrade pip pip install --upgrade -r ci-requirements.txt diff --git a/.github/workflows/ci_static-analysis.yaml b/.github/workflows/ci_static-analysis.yaml index f80c429fe..1b659fa5a 100644 --- a/.github/workflows/ci_static-analysis.yaml +++ b/.github/workflows/ci_static-analysis.yaml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v1 with: - python-version: 3.x + python-version: 3.8 - run: | python -m pip install --upgrade pip pip install --upgrade -r ci-requirements.txt diff --git a/.github/workflows/ci_test-vector-handler.yaml b/.github/workflows/ci_test-vector-handler.yaml index 570133231..1b24390e4 100644 --- a/.github/workflows/ci_test-vector-handler.yaml +++ b/.github/workflows/ci_test-vector-handler.yaml @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v1 with: - python-version: 3.x + python-version: 3.8 - run: | python -m pip install --upgrade pip pip install --upgrade -r ci-requirements.txt