mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-14 04:36:31 +00:00
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] <support@github.com> * Update builder.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
parent
d768b2fa1e
commit
6e655b165c
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
|||||||
wheels-host: ${{ secrets.WHEELS_HOST }}
|
wheels-host: ${{ secrets.WHEELS_HOST }}
|
||||||
wheels-key: ${{ secrets.WHEELS_KEY }}
|
wheels-key: ${{ secrets.WHEELS_KEY }}
|
||||||
wheels-user: wheels
|
wheels-user: wheels
|
||||||
apk: "build-base;libffi-dev;openssl-dev"
|
apk: "build-base;libffi-dev;openssl-dev;cargo"
|
||||||
skip-binary: aiohttp
|
skip-binary: aiohttp
|
||||||
requirements: "requirements.txt"
|
requirements: "requirements.txt"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ brotli==1.0.9
|
|||||||
cchardet==2.1.7
|
cchardet==2.1.7
|
||||||
colorlog==4.7.2
|
colorlog==4.7.2
|
||||||
cpe==1.2.1
|
cpe==1.2.1
|
||||||
cryptography==3.3.1
|
cryptography==3.4.3
|
||||||
debugpy==1.2.1
|
debugpy==1.2.1
|
||||||
docker==4.4.1
|
docker==4.4.1
|
||||||
gitpython==3.1.12
|
gitpython==3.1.12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user