Bump propcache to 0.3.1 (#141770)

* Bump propcache to 0.3.1

changelog: https://github.com/aio-libs/propcache/compare/v0.3.0...v0.3.1

* revert
This commit is contained in:
J. Nick Koston
2025-03-29 13:10:08 -10:00
committed by GitHub
parent a6c1f1e485
commit ed99686cc1
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ dependencies = [
# PyJWT has loose dependency. We want the latest one.
"cryptography==44.0.1",
"Pillow==11.1.0",
"propcache==0.3.0",
"propcache==0.3.1",
"pyOpenSSL==25.0.0",
"orjson==3.10.16",
"packaging>=23.1",