Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to newest compatible versions of dependencies. #1074

Merged
merged 3 commits into from
Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst
5.7.1 (unreleased)
------------------

- Update to newest compatible versions of dependencies.


5.7 (2022-11-17)
----------------
Expand Down
12 changes: 6 additions & 6 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ SecretStorage = 3.3.3
WSGIProxy2 = 0.5.1
WebOb = 1.8.7
WebTest = 3.0.0
ZConfig = 3.6.0
ZConfig = 3.6.1
ZEO = 5.3.0
ZODB = 5.8.0
cryptography = 38.0.3
cryptography = 38.0.4
five.localsitemanager = 3.3
funcsigs = 1.0.2
future = 0.18.2
Expand All @@ -47,7 +47,7 @@ waitress = 2.1.2
z3c.pt = 3.3.1
zExceptions = 4.2
zc.lockfile = 2.0
zdaemon = 4.3
zdaemon = 4.4
zodbpickle = 2.6
zope.annotation = 4.8
zope.browser = 2.4
Expand Down Expand Up @@ -75,15 +75,15 @@ zope.i18n = 4.9.0
zope.i18nmessageid = 5.1.1
zope.interface = 5.5.2
zope.lifecycleevent = 4.4
zope.location = 4.2
zope.location = 4.3
zope.pagetemplate = 4.6.0
zope.processlifetime = 2.4
zope.proxy = 4.6.1
zope.ptresource = 4.3.0
zope.publisher = 6.1.0
zope.ramcache = 2.4
zope.schema = 6.2.1
zope.security = 5.7
zope.security = 5.8
zope.sendmail = 5.3
zope.sequencesort = 4.2
zope.site = 4.6.1
Expand All @@ -93,7 +93,7 @@ zope.tal = 4.5
zope.tales = 5.2
zope.testbrowser = 5.6.1
zope.testing = 4.10
zope.testrunner = 5.5.1
zope.testrunner = 5.6
zope.traversing = 4.4.1
zope.viewlet = 4.3

Expand Down
7 changes: 4 additions & 3 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pygments = 2.13.0
Sphinx = 5.3.0
alabaster = 0.7.12
beautifulsoup4 = 4.11.1
certifi = 2022.9.24
certifi = 2022.12.7
cffi = 1.15.1
# requests 2.28.1 requires charset-normalizer <3
charset-normalizer = 2.1.1
Expand All @@ -22,7 +22,7 @@ docutils = 0.17.1
idna = 3.4
imagesize = 1.4.1
mr.developer = 2.0.1
packaging = 21.3
packaging = 22.0
plone.recipe.command = 1.1
pycparser = 2.21
pyparsing = 3.0.9
Expand All @@ -38,7 +38,7 @@ sphinxcontrib-jsmath = 1.0.1
sphinxcontrib-qthelp = 1.0.3
sphinxcontrib-serializinghtml = 1.1.5
tempstorage = 5.2
urllib3 = 1.26.12
urllib3 = 1.26.13
z3c.checkversions = 1.2
zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 2.2
Expand All @@ -47,4 +47,5 @@ zodbupdate = 1.5
[versions:python36]
Jinja2 = 3.0.3
MarkupSafe = 2.0.1
packaging = 21.3
requests = 2.27.1