Skip to content

Commit

Permalink
Upgrade packaging from 20.3 to 20.4 (pantsbuild#10256)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
asherf authored Jul 6, 2020
1 parent dcce1c2 commit 005d311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 005d311

Please sign in to comment.