==================
- Make ``zope.container._proxy.PytContainedProxyBase`` inherit
directly from ``zope.proxy.AbstractProxyBase`` as well as
``persistent.Persistent``, removing a bunch of redundant code, and
fixing bugs in interaction with pure-Python persistence. See:
https://github.com/zopefoundation/zope.container/pull/4
- Add direct dependencies on ``zope.proxy`` and ``persistent`` since we
import from them; pin them to the versions needed for pure-Python.
- Drop deprecated BBB imports module, ``zope.container.dependency``.