Skip to content

Commit

Permalink
Bump cryptography to 36.0.2 (home-assistant#70438)
Browse files Browse the repository at this point in the history
  • Loading branch information
araczkowski authored Apr 23, 2022
1 parent 2e5ad58 commit bf9467a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ awesomeversion==22.2.0
bcrypt==3.1.7
certifi>=2021.5.30
ciso8601==2.2.0
cryptography==35.0.0
cryptography==36.0.2
fnvhash==0.1.0
hass-nabucasa==0.54.0
home-assistant-frontend==20220420.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ httpx==0.22.0
ifaddr==0.1.7
jinja2==3.1.1
PyJWT==2.3.0
cryptography==35.0.0
cryptography==36.0.2
pip>=21.0,<22.1
python-slugify==4.0.1
pyyaml==6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
jinja2==3.1.1
PyJWT==2.3.0
# PyJWT has loose dependency. We want the latest one.
cryptography==35.0.0
cryptography==36.0.2
pip>=21.0,<22.1
python-slugify==4.0.1
pyyaml==6.0
Expand Down

0 comments on commit bf9467a

Please sign in to comment.