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
@@ -57,7 +57,7 @@ repos:
files: ^(bin|docs)/.*py$
args: ["--python-version=3.7", "--scripts-are-modules"]
additional_dependencies:
- packaging
- packaging>=21.0
- rich
- types-jinja2
- types-pyyaml