0.3.5 Release Notes
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with pip:
$ pip install pox
Pox requires:
- python or pypy, >=3.8
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())
What's Changed
- Bump idna from 3.4 to 3.7 in /docs by @dependabot in #52
- Bump jinja2 from 3.1.3 to 3.1.4 in /docs by @dependabot in #53
- Bump requests from 2.31.0 to 2.32.0 in /docs by @dependabot in #54
- Bump tornado from 6.3.3 to 6.4.1 in /docs by @dependabot in #55
- update docs requirements to rtfd 10.27.0 by @mmckerns in #57
- Bump urllib3 from 2.0.7 to 2.2.2 in /docs by @dependabot in #56
- Bump certifi from 2024.2.2 to 2024.7.4 in /docs by @dependabot in #58
- formal support for python 3.13 by @mmckerns in #59
Full Changelog: 0.3.4...0.3.5