Skip to content

Commit cc7ad29

Browse files
committed
feat: bump pyopenssl 24.3.x
This PR upgrade pyopenssl dependency. Current constraints is `<24.3.0`(up to 24.2.x). New constratints is `<24.4.0`(up to 24.3.x). This PR is for addressing security alert `GHSA-79v4-65xg-pq4g`. GHSA-79v4-65xg-pq4g // I guess this constratints is for pyopenssl->cryptography migration. IdentityPython#977 IdentityPython@735bfa5
1 parent 0252ec9 commit cc7ad29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defusedxml = "*"
4242
importlib-metadata = {version = ">=1.7.0", python = "<3.8"}
4343
importlib-resources = {python = "<3.9", version = "*"}
4444
paste = {optional = true, version = "*"}
45-
pyopenssl = "<24.3.0"
45+
pyopenssl = "<24.4.0"
4646
python-dateutil = "*"
4747
pytz = "*"
4848
"repoze.who" = {optional = true, version = "*"}

0 commit comments

Comments
 (0)