Upgrade cryptography to 3.4.8 (#56481)

* Upgrade cryptography to 3.4.8

* Fix file
This commit is contained in:
Pascal Vizeli 2021-09-21 11:06:52 +02:00 committed by GitHub
parent f9fde7f7a1
commit 7698c179ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 6 deletions

View file

@ -89,7 +89,7 @@ jobs:
wheels-key: ${{ secrets.WHEELS_KEY }}
wheels-user: wheels
env-file: true
apk: "build-base;cmake;git;linux-headers;bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev"
apk: "build-base;cmake;git;linux-headers;bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;cargo"
pip: "Cython;numpy"
skip-binary: aiohttp
constraints: "homeassistant/package_constraints.txt"
@ -158,7 +158,7 @@ jobs:
wheels-key: ${{ secrets.WHEELS_KEY }}
wheels-user: wheels
env-file: true
apk: "build-base;cmake;git;linux-headers;libexecinfo-dev;bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;libpng-dev;libjpeg-turbo-dev;tiff-dev;autoconf;automake;cups-dev;gmp-dev;mpfr-dev;mpc1-dev;ffmpeg-dev;gammu-dev"
apk: "build-base;cmake;git;linux-headers;libexecinfo-dev;bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;libpng-dev;libjpeg-turbo-dev;tiff-dev;autoconf;automake;cups-dev;gmp-dev;mpfr-dev;mpc1-dev;ffmpeg-dev;gammu-dev;cargo"
pip: "Cython;numpy;scikit-build"
skip-binary: aiohttp
constraints: "homeassistant/package_constraints.txt"

View file

@ -12,7 +12,7 @@ backports.zoneinfo;python_version<"3.9"
bcrypt==3.1.7
certifi>=2020.12.5
ciso8601==2.1.3
cryptography==3.3.2
cryptography==3.4.8
defusedxml==0.7.1
emoji==1.2.0
hass-nabucasa==0.49.0

View file

@ -13,7 +13,7 @@ ciso8601==2.1.3
httpx==0.19.0
jinja2==3.0.1
PyJWT==2.1.0
cryptography==3.3.2
cryptography==3.4.8
pip>=8.0.3,<20.3
python-slugify==4.0.1
pyyaml==5.4.1

View file

@ -32,7 +32,6 @@ types-croniter==1.0.0
types-backports==0.1.3
types-certifi==0.1.4
types-chardet==0.1.5
types-cryptography==3.3.2
types-decorator==0.1.7
types-emoji==1.2.4
types-enum34==0.1.8

View file

@ -45,7 +45,7 @@ REQUIRES = [
"jinja2==3.0.1",
"PyJWT==2.1.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==3.3.2",
"cryptography==3.4.8",
"pip>=8.0.3,<20.3",
"python-slugify==4.0.1",
"pyyaml==5.4.1",