From 6e655b165ce696ba96f407b7a334871536de1a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 10:04:58 +0100 Subject: [PATCH] Bump cryptography from 3.3.1 to 3.4.3 (#2537) * Bump cryptography from 3.3.1 to 3.4.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.4.3. - [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.3.1...3.4.3) Signed-off-by: dependabot[bot] * Update builder.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Vizeli --- .github/workflows/builder.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 3ba40207f..0809984ae 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -97,7 +97,7 @@ jobs: wheels-host: ${{ secrets.WHEELS_HOST }} wheels-key: ${{ secrets.WHEELS_KEY }} wheels-user: wheels - apk: "build-base;libffi-dev;openssl-dev" + apk: "build-base;libffi-dev;openssl-dev;cargo" skip-binary: aiohttp requirements: "requirements.txt" diff --git a/requirements.txt b/requirements.txt index de9996429..d1821a9c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ brotli==1.0.9 cchardet==2.1.7 colorlog==4.7.2 cpe==1.2.1 -cryptography==3.3.1 +cryptography==3.4.3 debugpy==1.2.1 docker==4.4.1 gitpython==3.1.12