Skip to content

Commit

Permalink
Upgrade cryptography to 3.4.8 (home-assistant#56481)
Browse files Browse the repository at this point in the history
* Upgrade cryptography to 3.4.8

* Fix file
  • Loading branch information
pvizeli authored Sep 21, 2021
1 parent f9fde7f commit 7698c17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"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",
Expand Down

0 comments on commit 7698c17

Please sign in to comment.