python310: 3.10.12 -> 3.10.13

https://docs.python.org/release/3.10.13/whatsnew/changelog.html

Fixes: CVE-2023-40217
This commit is contained in:
natsukium
2023-09-27 15:32:44 +02:00
committed by Martin Weinelt
parent e96bf1e688
commit 6086908c98
@@ -20,10 +20,10 @@
sourceVersion = {
major = "3";
minor = "10";
patch = "12";
patch = "13";
suffix = "";
};
hash = "sha256-r7dL8ZEw56R9EDEsj154TyTgUnmB6raOIFRs+4ZYMLg=";
hash = "sha256-XIiEhmhkDT4VKzW0U27xwjsspL0slX7x7LsFP1cd0/Y=";
};
python311 = {