Skip to content

Commit 262ef8f

Browse files
committed
DEP: bump minimal requirements for iniconfig (1.0.0 -> 1.0.1) and packaging (20.0.0 -> 22.0.0)
1 parent d036b12 commit 262ef8f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

changelog/13791.packaging.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Minimum requirements on ``iniconfig`` and ``packaging`` were bumped
2+
to ``1.0.1`` and ``22.0.0``, respectively.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ dynamic = [
4848
dependencies = [
4949
"colorama>=0.4; sys_platform=='win32'",
5050
"exceptiongroup>=1; python_version<'3.11'",
51-
"iniconfig>=1",
52-
"packaging>=20",
51+
"iniconfig>=1.0.1",
52+
"packaging>=22",
5353
"pluggy>=1.5,<2",
5454
"pygments>=2.7.2",
5555
"tomli>=1; python_version<'3.11'",

0 commit comments

Comments
 (0)