Bumps zipp from 3.2.0 to 3.3.0.
Sourced from zipp's changelog.
v3.3.0
#9:
Path
objects now expose a.filename
attribute and rely on that to resolve.name
and.parent
when thePath
object is at the root of the zipfile.
2ce5576
Merge pull request #11 from jaraco/feature/root-name-parent-pathlib9fb74fd
Render paths using posixpath.sep for consistent output even on Windows.bbbe8c4
Expand docstring to capture name and filename behaviors.62ed11e
Merge branch 'master' into feature/root-name-parent-pathlibace160b
Render links to Python bugs.c862370
Remove empty branches.7b30e3b
Extract decorator for creating representative zip instances for tests. Closes...