chore: update packaging dev requirement (#746)

* chore: update packaging dev requirement

Requires packaging>=21.0
This allows to simplify a bit `bin/update_pythons.py` with regards to typing.

* update packaging dev requirement for pre-commit
This commit is contained in:
Matthieu Darbois
2021-07-03 19:07:52 +02:00
committed by GitHub
parent b552fbd016
commit fcf8892abc
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ extras = {
"pyyaml",
"requests",
"rich>=9.6",
"packaging>=20.8",
"packaging>=21.0",
],
"mypy": [
"mypy>=0.901",