Skip to content

Commit

Permalink
Zope 5.9.
Browse files Browse the repository at this point in the history
Plus latest setuptools, wheel, cryptography, trove-classifiers.
  • Loading branch information
mauritsvanrees committed Nov 29, 2023
1 parent 421e4f9 commit 8cad501
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip==23.3.1
setuptools==68.2.2
wheel==0.41.3
setuptools==69.0.2
wheel==0.42.0
zc.buildout==3.0.1

# Windows specific down here (has to be installed here, fails in buildout)
Expand Down
2 changes: 1 addition & 1 deletion versions-extra.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ smmap = 5.0.1
stdlib-list = 0.9.0
tomli = 2.0.1
towncrier = 23.11.0
trove-classifiers = 2023.11.7
trove-classifiers = 2023.11.29
twine = 4.0.2
wadllib = 1.3.6
webencodings = 0.5.1
Expand Down
8 changes: 4 additions & 4 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
# Based on latest development Zope:
# extends = https://raw.githubusercontent.com/zopefoundation/Zope/master/versions.cfg
# Based on released Zope:
extends = https://zopefoundation.github.io/Zope/releases/5.8.6/versions.cfg
extends = https://zopefoundation.github.io/Zope/releases/5.9/versions.cfg


[versions]
# Basics
# !! keep in sync with requirements.txt !!
pip = 23.3.1
setuptools = 68.2.2
wheel = 0.41.3
setuptools = 69.0.2
wheel = 0.42.0
zc.buildout = 3.0.1

# windows specific
Expand Down Expand Up @@ -186,7 +186,7 @@ zope.sendmail = 6.0
async-generator = 1.10
attrs = 23.1.0
backports.cached-property = 1.0.2
cryptography = 41.0.5
cryptography = 41.0.6
click = 8.1.7
cssselect = 1.2.0
decorator = 5.1.1
Expand Down

0 comments on commit 8cad501

Please sign in to comment.