chore(deps): bump cryptography

(and `pyOpenSSL` to go along with it)

`pip-audit` is complaining about this
Resolves https://github.com/advisories/GHSA-h4gh-qq45-vh27

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2024-09-04 16:50:25 +05:30
parent ab8295c1cf
commit 6a7302e594
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F

View file

@ -34,7 +34,7 @@ dependencies = [
"bleach[css]~=6.0.0",
"chardet~=5.1.0",
"croniter~=2.0.1",
"cryptography~=42.0.0",
"cryptography~=43.0.1",
"cssutils~=2.9.0",
"email-reply-parser~=0.5.12",
"gunicorn~=22.0.0",
@ -53,7 +53,7 @@ dependencies = [
"premailer~=3.10.0",
"psutil~=5.9.5",
"psycopg2-binary~=2.9.1",
"pyOpenSSL~=24.0.0",
"pyOpenSSL~=24.2.1",
"pydantic~=2.7.0",
"pyotp~=2.8.0",
"python-dateutil~=2.8.2",