From 262ef8f8e1228845a72120c06887b16a44721905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Mon, 6 Oct 2025 14:32:15 +0200 Subject: [PATCH] DEP: bump minimal requirements for iniconfig (1.0.0 -> 1.0.1) and packaging (20.0.0 -> 22.0.0) --- changelog/13791.packaging.rst | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelog/13791.packaging.rst diff --git a/changelog/13791.packaging.rst b/changelog/13791.packaging.rst new file mode 100644 index 00000000000..d16065e85a5 --- /dev/null +++ b/changelog/13791.packaging.rst @@ -0,0 +1,2 @@ +Minimum requirements on ``iniconfig`` and ``packaging`` were bumped +to ``1.0.1`` and ``22.0.0``, respectively. diff --git a/pyproject.toml b/pyproject.toml index 12c51078a8c..091676409ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,8 +48,8 @@ dynamic = [ dependencies = [ "colorama>=0.4; sys_platform=='win32'", "exceptiongroup>=1; python_version<'3.11'", - "iniconfig>=1", - "packaging>=20", + "iniconfig>=1.0.1", + "packaging>=22", "pluggy>=1.5,<2", "pygments>=2.7.2", "tomli>=1; python_version<'3.11'",