Skip to content

Commit 66b4df0

Browse files
authored
chore: bump packaging dep to remove pyparsing (#1047)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 97dcd31 commit 66b4df0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ dependencies = [
4343
"colorlog>=2.6.1,<7",
4444
"dependency-groups>=1.1",
4545
"humanize>=4",
46-
"packaging>=20.9; python_version<'3.10'",
47-
"packaging>=21; python_version>='3.10'",
46+
"packaging>=22",
4847
"tomli>=1.1; python_version<'3.11'",
4948
"virtualenv>=20.14.1; python_version<'3.10'",
5049
"virtualenv>=20.15; python_version>='3.10'",

0 commit comments

Comments
 (0)