Bumps zipp from 3.1.0 to 3.2.0.
Sourced from zipp's changelog.
v3.2.0
#57 and bpo-40564: Mutate the passed ZipFile object type instead of making a copy. Prevents issues when both the local copy and the caller's copy attempt to close the same file handle.
#56 and bpo-41035:
Path._next
now honors subclasses.#55:
Path.is_file()
now returns False for non-existent names.
da7a4aa
Merge pull request #60 from jaraco/bugfix/55-isfile-missinge495001
Correct behavior of is_file to return False for non-existent files. Also fix ...49476e9
Add test capturing missed expectation when is_file is invoked on a name not i...20ef7dd
Path subclasses now retain their type during traversal. Ref #56.951f11a
Add unit test capturing expectation that a subclass type should be retained d...b1cc663
Add unit test for invalid args to open binary.1848f34
Add unit test for iterdir on file.b63880f
70a905c
Restore running under pytest (still unittest compatibility).9611e6b
Merge https://github.com/jaraco/skeleton into master