From 005d311f51d8a72fb314d865848100daef47a89d Mon Sep 17 00:00:00 2001 From: Asher Foa Date: Mon, 6 Jul 2020 07:31:54 -0700 Subject: [PATCH] Upgrade packaging from 20.3 to 20.4 (#10256) https://github.com/pypa/packaging/blob/master/CHANGELOG.rst 20.4 - 2020-05-19 ~~~~~~~~~~~~~~~~~ * Canonicalize version before comparing specifiers. (:issue:`282`) * Change type hint for ``canonicalize_name`` to return ``packaging.utils.NormalizedName``. This enables the use of static typing tools (like mypy) to detect mixing of normalized and un-normalized names. --- 3rdparty/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/python/requirements.txt b/3rdparty/python/requirements.txt index c6ef47129ff..4711e5a64f7 100644 --- a/3rdparty/python/requirements.txt +++ b/3rdparty/python/requirements.txt @@ -16,7 +16,7 @@ fasteners==0.15.0 # mypy==0.781 -packaging==20.3 +packaging==20.4 pathspec==0.8.0 pex==2.1.12 psutil==5.7.0