Skip to content

Commit 347ec1e

Browse files
committed
Bump cryptography and starlette to clear Dependabot alerts
Re-lock to patch all five open advisories: - cryptography 48.0.0 -> 49.0.0 (GHSA-537c-gmf6-5ccf, high) - starlette 1.0.1 -> 1.3.1 (GHSA-82w8-qh3p-5jfq high, GHSA-wqp7-x3pw-xc5r high, GHSA-x746-7m8f-x49c moderate, GHSA-jp82-jpqv-5vv3 low) Raise the direct cryptography floor to >=48.0.1 so a fresh resolve cannot reintroduce the vulnerable range.
1 parent 9093029 commit 347ec1e

2 files changed

Lines changed: 138 additions & 86 deletions

File tree

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"python-Xlib==0.33;platform_system=='Linux'",
2222
"mss==10.2.0",
2323
"defusedxml==0.7.1",
24-
"cryptography>=42.0.0"
24+
"cryptography>=48.0.1"
2525
]
2626
classifiers = [
2727
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)