File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst
19
19
- Use modern Python import features for product enumeration
20
20
(`#1239 <https://github.com/zopefoundation/Zope/issues/1239 >`_).
21
21
22
+ - Update to ``zope.interface = 7.2 ``.
22
23
23
24
5.11.1 (2024-11-03)
24
25
-------------------
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ zope.globalrequest==2.0
110
110
zope.hookable==7.0
111
111
zope.i18n==5.2
112
112
zope.i18nmessageid==7.0
113
- zope.interface==7.1.1
113
+ zope.interface==7.2
114
114
zope.lifecycleevent==5.0
115
115
zope.location==5.0
116
116
zope.pagetemplate==5.1
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ zope.globalrequest==2.0
59
59
zope.hookable==7.0
60
60
zope.i18n==5.2
61
61
zope.i18nmessageid==7.0
62
- zope.interface==7.1.1
62
+ zope.interface==7.2
63
63
zope.lifecycleevent==5.0
64
64
zope.location==5.0
65
65
zope.pagetemplate==5.1
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ zope.globalrequest = 2.0
61
61
zope.hookable = 7.0
62
62
zope.i18n = 5.2
63
63
zope.i18nmessageid = 7.0
64
- zope.interface = 7.1.1
64
+ zope.interface = 7.2
65
65
zope.lifecycleevent = 5.0
66
66
zope.location = 5.0
67
67
zope.pagetemplate = 5.1
You can’t perform that action at this time.
0 commit comments