We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1e100d + 262ef8f commit d7ad2f9Copy full SHA for d7ad2f9
changelog/13791.packaging.rst
@@ -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
@@ -48,8 +48,8 @@ dynamic = [
48
dependencies = [
49
"colorama>=0.4; sys_platform=='win32'",
50
"exceptiongroup>=1; python_version<'3.11'",
51
- "iniconfig>=1",
52
- "packaging>=20",
+ "iniconfig>=1.0.1",
+ "packaging>=22",
53
"pluggy>=1.5,<2",
54
"pygments>=2.7.2",
55
"tomli>=1; python_version<'3.11'",
0 commit comments