changed version of cryptography package to 45.0.7 (#3795)

Co-authored-by: QuotientParadoxx <117741113+QuotientParadox@users.noreply.github.com>
This commit is contained in:
Monochrome 2025-09-16 06:25:43 -04:00 committed by GitHub
parent 9ddd41da56
commit de05dcb7e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ classifiers = [
dependencies = [
"pyparted>=3.13.0",
"pydantic==2.11.9",
"cryptography>=44.0.2",
"cryptography>=45.0.7",
]
[project.urls]