Skip to content

Commit

Permalink
Update three packages. (#1211)
Browse files Browse the repository at this point in the history
Plone currently overrides these three versions compared to Zope master:

* Latest certifi seems a logical one.
* mr.developer has a small fix: https://github.com/fschulze/mr.developer/blob/master/CHANGES.rst
* zope.testrunner has fixes for Python 3.13 and native namespaces: https://github.com/zopefoundation/zope.testrunner/blob/master/CHANGES.rst
  • Loading branch information
mauritsvanrees committed May 16, 2024
1 parent 78fc3f6 commit 98b703e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pygments = 2.17.2
Record = 4.0
Sphinx = 7.2.6
alabaster = 0.7.13
certifi = 2023.11.17
certifi = 2024.2.2
charset-normalizer = 3.3.2
collective.recipe.template = 2.2
colorama = 0.4.6
Expand All @@ -25,7 +25,7 @@ five.localsitemanager = 4.0
idna = 3.4
imagesize = 1.4.1
importlib-metadata = 6.8.0
mr.developer = 2.0.1
mr.developer = 2.0.2
packaging = 23.2
plone.recipe.command = 1.1
requests = 2.31.0
Expand All @@ -43,7 +43,7 @@ urllib3 = 2.1.0
z3c.checkversions = 2.1
zc.recipe.testrunner = 3.0
zipp = 3.17.0
zope.testrunner = 6.2.1
zope.testrunner = 6.4

[versions:python38]
# Sphinx >= 7.2 requires Python 3.9+
Expand Down

0 comments on commit 98b703e

Please sign in to comment.