Skip to content

Commit 50309c3

Browse files
committed
upgrade version to 3.7.17.5
1 parent c9473f0 commit 50309c3

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Doc/whatsnew/3.7.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2663,3 +2663,11 @@ cert-store
26632663
---------
26642664

26652665
* Fixed CVE-2024-0397 Fix locking in ``cert_store_stats`` and ``get_ca_certs``
2666+
2667+
Notable changes in 3.7.17.5
2668+
=========================
2669+
2670+
pyexpat / libexpat
2671+
------------------
2672+
2673+
* Upgrade bundled libexpat to 2.6.3 to fix CVE-2024-28757, CVE-2024-45490, CVE-2024-45491 and CVE-2024-45492.

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.7.17.4"
26+
#define PY_VERSION "3.7.17.5"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

0 commit comments

Comments
 (0)