build(deps): bump cryptography from 44.0.3 to 45.0.2 (#2588)

Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 45.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/44.0.3...45.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 45.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-20 22:38:34 +08:00
committed by GitHub
parent 5e7c457605
commit 6d3ac7cf17
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ classifiers=[
dependencies = [ dependencies = [
"attrs==25.3.0", "attrs==25.3.0",
"bcrypt==4.3.0", "bcrypt==4.3.0",
"cryptography==44.0.3", "cryptography==45.0.2",
"hyperlink==21.0.0", "hyperlink==21.0.0",
"idna==3.10", "idna==3.10",
"packaging==25.0", "packaging==25.0",

View File

@ -1,6 +1,6 @@
attrs==25.3.0 attrs==25.3.0
bcrypt==4.3.0 bcrypt==4.3.0
cryptography==44.0.3 cryptography==45.0.2
hyperlink==21.0.0 hyperlink==21.0.0
idna==3.10 idna==3.10
packaging==25.0 packaging==25.0