From f7693d7424b6276599c5059b2729237aa091b306 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:18:47 +0000 Subject: [PATCH 01/12] cffi - update from 1.17.0 to 1.17.1 --- build/python312/cffi/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python312/cffi/build.sh b/build/python312/cffi/build.sh index 687d234ef..2b7483e09 100755 --- a/build/python312/cffi/build.sh +++ b/build/python312/cffi/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/cffi-312 PROG=cffi -VER=1.17.0 +VER=1.17.1 SUMMARY="cffi" DESC="Foreign Function Interface for Python calling C code" diff --git a/doc/packages.md b/doc/packages.md index bf5ebe73e..61b81bfa5 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -128,7 +128,7 @@ | library/security/trousers | 0.3.15 | https://sourceforge.net/projects/trousers/files/trousers | library/python-3/asn1crypto-312 | 1.5.1 | https://pypi.org/project/asn1crypto | library/python-3/attrs-312 | 24.2.0 | https://pypi.org/project/attrs -| library/python-3/cffi-312 | 1.17.0 | https://pypi.org/project/cffi +| library/python-3/cffi-312 | 1.17.1 | https://pypi.org/project/cffi | library/python-3/coverage-312 | 7.6.1 | https://pypi.org/project/coverage | library/python-3/crossenv-312 | 1.4.0 | https://pypi.org/project/crossenv | library/python-3/cryptography-312 | 43.0.0 | https://pypi.org/project/cryptography From 5b05107d064585910b7bda92c5c473bc870874c8 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:18:48 +0000 Subject: [PATCH 02/12] coverage - update from 7.6.1 to 7.6.4 --- build/python312/coverage/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python312/coverage/build.sh b/build/python312/coverage/build.sh index f494321d7..35ef15bff 100755 --- a/build/python312/coverage/build.sh +++ b/build/python312/coverage/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/coverage-312 PROG=coverage -VER=7.6.1 +VER=7.6.4 SUMMARY="Python coverage module" DESC="Code coverage testing for Python" diff --git a/doc/packages.md b/doc/packages.md index 61b81bfa5..f0d59cb2f 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -129,7 +129,7 @@ | library/python-3/asn1crypto-312 | 1.5.1 | https://pypi.org/project/asn1crypto | library/python-3/attrs-312 | 24.2.0 | https://pypi.org/project/attrs | library/python-3/cffi-312 | 1.17.1 | https://pypi.org/project/cffi -| library/python-3/coverage-312 | 7.6.1 | https://pypi.org/project/coverage +| library/python-3/coverage-312 | 7.6.4 | https://pypi.org/project/coverage | library/python-3/crossenv-312 | 1.4.0 | https://pypi.org/project/crossenv | library/python-3/cryptography-312 | 43.0.0 | https://pypi.org/project/cryptography | library/python-3/idna-312 | 3.7 | https://pypi.org/project/idna From 4571eadf742e39dc89c9fee61d006ab1c6b78d52 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:18:49 +0000 Subject: [PATCH 03/12] crossenv - update from 1.4.0 to 1.5.0 --- build/python312/crossenv/build.sh | 2 +- build/python312/crossenv/patches/illumos.patch | 4 ++-- doc/packages.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/python312/crossenv/build.sh b/build/python312/crossenv/build.sh index 7318f5945..808f06904 100755 --- a/build/python312/crossenv/build.sh +++ b/build/python312/crossenv/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/crossenv-312 PROG=crossenv -VER=1.4.0 +VER=1.5.0 SUMMARY="A cross-compiling tool for Python extension modules" DESC="$SUMMARY" diff --git a/build/python312/crossenv/patches/illumos.patch b/build/python312/crossenv/patches/illumos.patch index 7733e26b0..df449f46e 100644 --- a/build/python312/crossenv/patches/illumos.patch +++ b/build/python312/crossenv/patches/illumos.patch @@ -1,7 +1,7 @@ -diff -wpruN '--exclude=*.orig' a~/crossenv/__init__.py a/crossenv/__init__.py +diff -wpruN --no-dereference '--exclude=*.orig' a~/crossenv/__init__.py a/crossenv/__init__.py --- a~/crossenv/__init__.py 1970-01-01 00:00:00 +++ a/crossenv/__init__.py 1970-01-01 00:00:00 -@@ -509,6 +509,8 @@ class CrossEnvBuilder(venv.EnvBuilder): +@@ -520,6 +520,8 @@ class CrossEnvBuilder(venv.EnvBuilder): self.host_machine = self.host_gnu_type.split('-')[0] self.host_release = '' diff --git a/doc/packages.md b/doc/packages.md index f0d59cb2f..5c8979c36 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -130,7 +130,7 @@ | library/python-3/attrs-312 | 24.2.0 | https://pypi.org/project/attrs | library/python-3/cffi-312 | 1.17.1 | https://pypi.org/project/cffi | library/python-3/coverage-312 | 7.6.4 | https://pypi.org/project/coverage -| library/python-3/crossenv-312 | 1.4.0 | https://pypi.org/project/crossenv +| library/python-3/crossenv-312 | 1.5.0 | https://pypi.org/project/crossenv | library/python-3/cryptography-312 | 43.0.0 | https://pypi.org/project/cryptography | library/python-3/idna-312 | 3.7 | https://pypi.org/project/idna | library/python-3/js-regex-312 | 1.0.1 | https://pypi.org/project/js-regex From 5a57d8682c2572a6fa60fa619d2a2573ab00b58e Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:18:49 +0000 Subject: [PATCH 04/12] cryptography - update from 43.0.0 to 43.0.3 --- build/python312/cryptography/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python312/cryptography/build.sh b/build/python312/cryptography/build.sh index 627c09653..0024d71f1 100755 --- a/build/python312/cryptography/build.sh +++ b/build/python312/cryptography/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/cryptography-312 PROG=cryptography -VER=43.0.0 +VER=43.0.3 SUMMARY="Cryptographic recipes and primitives" DESC="$SUMMARY" diff --git a/doc/packages.md b/doc/packages.md index 5c8979c36..5a536a856 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -131,7 +131,7 @@ | library/python-3/cffi-312 | 1.17.1 | https://pypi.org/project/cffi | library/python-3/coverage-312 | 7.6.4 | https://pypi.org/project/coverage | library/python-3/crossenv-312 | 1.5.0 | https://pypi.org/project/crossenv -| library/python-3/cryptography-312 | 43.0.0 | https://pypi.org/project/cryptography +| library/python-3/cryptography-312 | 43.0.3 | https://pypi.org/project/cryptography | library/python-3/idna-312 | 3.7 | https://pypi.org/project/idna | library/python-3/js-regex-312 | 1.0.1 | https://pypi.org/project/js-regex | library/python-3/jsonrpclib-312 | 0.4.3.3 | https://github.com/tcalmant/jsonrpclib/releases From e92df37fed1fb2cb57cfd1ab77284f57d9a218b6 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:18:50 +0000 Subject: [PATCH 05/12] idna - update from 3.7 to 3.10 --- build/python312/idna/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python312/idna/build.sh b/build/python312/idna/build.sh index 3125a965d..b4f914270 100755 --- a/build/python312/idna/build.sh +++ b/build/python312/idna/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/idna-312 PROG=idna -VER=3.7 +VER=3.10 SUMMARY="Internationalized Domain Names in Applications (IDNA)" DESC="Support for the Internationalised Domain Names in Applications (IDNA) " DESC+="protocol as specified in RFC 5891" diff --git a/doc/packages.md b/doc/packages.md index 5a536a856..8f57501c4 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -132,7 +132,7 @@ | library/python-3/coverage-312 | 7.6.4 | https://pypi.org/project/coverage | library/python-3/crossenv-312 | 1.5.0 | https://pypi.org/project/crossenv | library/python-3/cryptography-312 | 43.0.3 | https://pypi.org/project/cryptography -| library/python-3/idna-312 | 3.7 | https://pypi.org/project/idna +| library/python-3/idna-312 | 3.10 | https://pypi.org/project/idna | library/python-3/js-regex-312 | 1.0.1 | https://pypi.org/project/js-regex | library/python-3/jsonrpclib-312 | 0.4.3.3 | https://github.com/tcalmant/jsonrpclib/releases | library/python-3/jsonschema-312 | 4.17.3 | https://pypi.org/project/jsonschema From 2777c7e8d6216879c217cc645eeff73b6e69dfdf Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:18:54 +0000 Subject: [PATCH 06/12] meson - update from 1.5.1 to 1.6.0 --- build/python312/meson/build.sh | 2 +- .../python312/meson/patches/compiler_def_static_linker.patch | 4 ++-- doc/packages.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/python312/meson/build.sh b/build/python312/meson/build.sh index aa17cd756..7e95a5974 100755 --- a/build/python312/meson/build.sh +++ b/build/python312/meson/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/meson-312 PROG=meson -VER=1.5.1 +VER=1.6.0 SUMMARY="The Meson Build system" DESC="An open source build system meant to be both extremely fast, " DESC+="and, even more importantly, as user friendly as possible" diff --git a/build/python312/meson/patches/compiler_def_static_linker.patch b/build/python312/meson/patches/compiler_def_static_linker.patch index 00ffb0a67..f5f9bc82f 100644 --- a/build/python312/meson/patches/compiler_def_static_linker.patch +++ b/build/python312/meson/patches/compiler_def_static_linker.patch @@ -1,7 +1,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/mesonbuild/compilers/compilers.py a/mesonbuild/compilers/compilers.py --- a~/mesonbuild/compilers/compilers.py 1970-01-01 00:00:00 +++ a/mesonbuild/compilers/compilers.py 1970-01-01 00:00:00 -@@ -1113,7 +1113,7 @@ class Compiler(HoldableObject, metaclass +@@ -1107,7 +1107,7 @@ class Compiler(HoldableObject, metaclass def get_largefile_args(self) -> T.List[str]: '''Enable transparent large-file-support for 32-bit UNIX systems''' @@ -13,7 +13,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/mesonbuild/compilers/compiler diff -wpruN --no-dereference '--exclude=*.orig' a~/mesonbuild/linkers/detect.py a/mesonbuild/linkers/detect.py --- a~/mesonbuild/linkers/detect.py 1970-01-01 00:00:00 +++ a/mesonbuild/linkers/detect.py 1970-01-01 00:00:00 -@@ -20,7 +20,7 @@ if T.TYPE_CHECKING: +@@ -21,7 +21,7 @@ if T.TYPE_CHECKING: from ..mesonlib import MachineChoice defaults: T.Dict[str, T.List[str]] = {} diff --git a/doc/packages.md b/doc/packages.md index 8f57501c4..353b3d38b 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -136,7 +136,7 @@ | library/python-3/js-regex-312 | 1.0.1 | https://pypi.org/project/js-regex | library/python-3/jsonrpclib-312 | 0.4.3.3 | https://github.com/tcalmant/jsonrpclib/releases | library/python-3/jsonschema-312 | 4.17.3 | https://pypi.org/project/jsonschema -| library/python-3/meson-312 | 1.5.1 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/ +| library/python-3/meson-312 | 1.6.0 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/ | library/python-3/orjson-312 | 3.10.7 | https://github.com/ijl/orjson/releases | library/python-3/packaging-312 | 24.1 | https://pypi.org/project/packaging | library/python-3/pip-312 | 24.2 | https://pypi.org/project/pip From 8f06a439fa845f73c7ea9e247c7095d3a6be51a4 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:18:57 +0000 Subject: [PATCH 07/12] orjson - update from 3.10.7 to 3.10.11 --- build/python312/orjson/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python312/orjson/build.sh b/build/python312/orjson/build.sh index e5c44e6e1..8eba8c6ed 100755 --- a/build/python312/orjson/build.sh +++ b/build/python312/orjson/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/orjson-312 PROG=orjson -VER=3.10.7 +VER=3.10.11 SUMMARY="orjson" DESC="A fast, correct JSON library for Python." diff --git a/doc/packages.md b/doc/packages.md index 353b3d38b..ff2bbc2cf 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -137,7 +137,7 @@ | library/python-3/jsonrpclib-312 | 0.4.3.3 | https://github.com/tcalmant/jsonrpclib/releases | library/python-3/jsonschema-312 | 4.17.3 | https://pypi.org/project/jsonschema | library/python-3/meson-312 | 1.6.0 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/ -| library/python-3/orjson-312 | 3.10.7 | https://github.com/ijl/orjson/releases +| library/python-3/orjson-312 | 3.10.11 | https://github.com/ijl/orjson/releases | library/python-3/packaging-312 | 24.1 | https://pypi.org/project/packaging | library/python-3/pip-312 | 24.2 | https://pypi.org/project/pip | library/python-3/pycodestyle-312 | 2.12.1 | https://pypi.org/project/pycodestyle/ From 5be268ec419d396bab735a7d97270758ab22003f Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:18:57 +0000 Subject: [PATCH 08/12] packaging - update from 24.1 to 24.2 --- build/python312/packaging/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python312/packaging/build.sh b/build/python312/packaging/build.sh index 7277d68ab..568da0020 100755 --- a/build/python312/packaging/build.sh +++ b/build/python312/packaging/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/packaging-312 PROG=packaging -VER=24.1 +VER=24.2 SUMMARY="Core utilities for Python packages" DESC="Reusable core utilities for various Python Packaging interoperability " DESC+="specifications" diff --git a/doc/packages.md b/doc/packages.md index ff2bbc2cf..ee7055350 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -138,7 +138,7 @@ | library/python-3/jsonschema-312 | 4.17.3 | https://pypi.org/project/jsonschema | library/python-3/meson-312 | 1.6.0 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/ | library/python-3/orjson-312 | 3.10.11 | https://github.com/ijl/orjson/releases -| library/python-3/packaging-312 | 24.1 | https://pypi.org/project/packaging +| library/python-3/packaging-312 | 24.2 | https://pypi.org/project/packaging | library/python-3/pip-312 | 24.2 | https://pypi.org/project/pip | library/python-3/pycodestyle-312 | 2.12.1 | https://pypi.org/project/pycodestyle/ | library/python-3/pycparser-312 | 2.22 | https://pypi.org/project/pycparser From 25fe2cb3d0f01ab12a572e082d20956b810ff379 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:18:58 +0000 Subject: [PATCH 09/12] pip - update from 24.2 to 24.3.1 --- build/python312/pip/build.sh | 2 +- build/python312/pip/patches/protect-vendor-packages.patch | 2 +- doc/packages.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/python312/pip/build.sh b/build/python312/pip/build.sh index 560aed1dd..f4eda00ef 100755 --- a/build/python312/pip/build.sh +++ b/build/python312/pip/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/pip-312 PROG=pip -VER=24.2 +VER=24.3.1 SUMMARY="Tool for installing Python packages" DESC="$PROG is the standard package installer for Python" diff --git a/build/python312/pip/patches/protect-vendor-packages.patch b/build/python312/pip/patches/protect-vendor-packages.patch index 0ff9a3597..268b23de0 100644 --- a/build/python312/pip/patches/protect-vendor-packages.patch +++ b/build/python312/pip/patches/protect-vendor-packages.patch @@ -43,7 +43,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/src/pip/_internal/cli/cmdopti diff -wpruN --no-dereference '--exclude=*.orig' a~/src/pip/_internal/exceptions.py a/src/pip/_internal/exceptions.py --- a~/src/pip/_internal/exceptions.py 1970-01-01 00:00:00 +++ a/src/pip/_internal/exceptions.py 1970-01-01 00:00:00 -@@ -769,9 +769,8 @@ class LegacyDistutilsInstall(DiagnosticP +@@ -771,9 +771,8 @@ class LegacyDistutilsInstall(DiagnosticP super().__init__( message=Text(f"Cannot uninstall {distribution}"), context=( diff --git a/doc/packages.md b/doc/packages.md index ee7055350..66b862c22 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -139,7 +139,7 @@ | library/python-3/meson-312 | 1.6.0 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/ | library/python-3/orjson-312 | 3.10.11 | https://github.com/ijl/orjson/releases | library/python-3/packaging-312 | 24.2 | https://pypi.org/project/packaging -| library/python-3/pip-312 | 24.2 | https://pypi.org/project/pip +| library/python-3/pip-312 | 24.3.1 | https://pypi.org/project/pip | library/python-3/pycodestyle-312 | 2.12.1 | https://pypi.org/project/pycodestyle/ | library/python-3/pycparser-312 | 2.22 | https://pypi.org/project/pycparser | library/python-3/pycurl-312 | 7.44.1 | https://pypi.org/project/pycurl From 2b50f74c07afe444c359e8ae31d35f107e2d023a Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:19:01 +0000 Subject: [PATCH 10/12] setuptools - update from 73.0.1 to 75.4.0 --- build/python312/setuptools/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python312/setuptools/build.sh b/build/python312/setuptools/build.sh index 12204e338..f6567686f 100755 --- a/build/python312/setuptools/build.sh +++ b/build/python312/setuptools/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/setuptools-312 PROG=setuptools -VER=73.0.1 +VER=75.4.0 SUMMARY="Python package management" DESC="Easily download, build, install, upgrade, and uninstall Python packages" diff --git a/doc/packages.md b/doc/packages.md index 66b862c22..03c7b3b54 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -148,7 +148,7 @@ | library/python-3/pyyaml-312 | 6.0.2 | https://pypi.org/project/PyYAML | library/python-3/rapidjson-312 | 1.20 | https://pypi.org/project/python-rapidjson | library/python-3/semantic-version-312 | 2.10.0 | https://pypi.org/project/semantic-version -| library/python-3/setuptools-312 | 73.0.1 | https://pypi.org/project/setuptools +| library/python-3/setuptools-312 | 75.4.0 | https://pypi.org/project/setuptools | library/python-3/setuptools-rust-312 | 1.10.1 | https://pypi.org/project/setuptools-rust | library/python-3/six-312 | 1.16.0 | https://pypi.org/project/six | library/python-3/tomli-312 | 2.0.1 | https://pypi.org/project/tomli From f69cfcdb32b05845b41006959662a0881a1d7884 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:19:02 +0000 Subject: [PATCH 11/12] setuptools-rust - update from 1.10.1 to 1.10.2 --- build/python312/setuptools-rust/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python312/setuptools-rust/build.sh b/build/python312/setuptools-rust/build.sh index f1dba4028..f62a4fc9e 100755 --- a/build/python312/setuptools-rust/build.sh +++ b/build/python312/setuptools-rust/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/setuptools-rust-312 PROG=setuptools_rust -VER=1.10.1 +VER=1.10.2 SUMMARY="Python setuptools rust extension plugin" DESC="Compile and distribute Python extensions written in rust as easily " DESC+="as if they were written in C." diff --git a/doc/packages.md b/doc/packages.md index 03c7b3b54..5012b5b21 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -149,7 +149,7 @@ | library/python-3/rapidjson-312 | 1.20 | https://pypi.org/project/python-rapidjson | library/python-3/semantic-version-312 | 2.10.0 | https://pypi.org/project/semantic-version | library/python-3/setuptools-312 | 75.4.0 | https://pypi.org/project/setuptools -| library/python-3/setuptools-rust-312 | 1.10.1 | https://pypi.org/project/setuptools-rust +| library/python-3/setuptools-rust-312 | 1.10.2 | https://pypi.org/project/setuptools-rust | library/python-3/six-312 | 1.16.0 | https://pypi.org/project/six | library/python-3/tomli-312 | 2.0.1 | https://pypi.org/project/tomli | library/python-3/typing-extensions-312| 4.12.2 | https://pypi.org/project/typing-extensions From 698b7a612dd4274d80cdd25ec1d944ff3e5b9725 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 12 Nov 2024 15:19:03 +0000 Subject: [PATCH 12/12] tomli - update from 2.0.1 to 2.1.0 --- build/python312/tomli/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python312/tomli/build.sh b/build/python312/tomli/build.sh index b9e61de6a..04b83a975 100755 --- a/build/python312/tomli/build.sh +++ b/build/python312/tomli/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/tomli-312 PROG=tomli -VER=2.0.1 +VER=2.1.0 SUMMARY="Python TOML parser" DESC="Tomli is a Python library for parsing TOML" diff --git a/doc/packages.md b/doc/packages.md index 5012b5b21..0f1b7ad76 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -151,6 +151,6 @@ | library/python-3/setuptools-312 | 75.4.0 | https://pypi.org/project/setuptools | library/python-3/setuptools-rust-312 | 1.10.2 | https://pypi.org/project/setuptools-rust | library/python-3/six-312 | 1.16.0 | https://pypi.org/project/six -| library/python-3/tomli-312 | 2.0.1 | https://pypi.org/project/tomli +| library/python-3/tomli-312 | 2.1.0 | https://pypi.org/project/tomli | library/python-3/typing-extensions-312| 4.12.2 | https://pypi.org/project/typing-extensions