- CPython 3.9.16 -> 3.9.17
- CPython 3.10.11 -> 3.10.12
- CPython 3.11.3 -> 3.11.4
- setuptools 67.7.2 -> 68.0.0
- pip 23.1.2 -> 23.2.2
- musl 1.2.3 -> 1.2.4
- OpenSSL 1.1.1s -> 1.1.1u
- SQLite 3.41.2 -> 3.42.0
- libxzma 5.2.9 -> 5.2.12
- Release artifacts for Linux s390x are now published.
_crypt
extension module is now distributed as a standalone shared library (as opposed to being statically linked in libpython). This removes a hard dependency onlibcrypt.so.1
for compatibility with modern Linux distributions. See #173 for context. Affects Linux non-musl distributions.