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'",