Skip to content

Commit

Permalink
Merge pull request #946 from plone/maurits-buildout-310-plone-61
Browse files Browse the repository at this point in the history
Update to zc.buildout 3.1.0 and latests pip/setuptools/wheel. [6.1]
  • Loading branch information
mauritsvanrees authored Aug 31, 2024
2 parents 9bc3b36 + af7aa97 commit 650a1b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pip==24.0
setuptools==69.5.1
wheel==0.43.0
zc.buildout==3.0.1
pip==24.2
setuptools==74.0.0
wheel==0.44.0
zc.buildout==3.1.0

# Windows specific down here (has to be installed here, fails in buildout)
# Dependency of zope.sendmail:
Expand Down
8 changes: 4 additions & 4 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ extends = https://zopefoundation.github.io/Zope/releases/5.10/versions.cfg
[versions]
# Basics
# !! keep in sync with requirements.txt !!
pip = 24.0
setuptools = 69.5.1
wheel = 0.43.0
zc.buildout = 3.0.1
pip = 24.2
setuptools = 74.0.0
wheel = 0.44.0
zc.buildout = 3.1.0

# windows specific
nt-svcutils = 2.13.0
Expand Down

0 comments on commit 650a1b1

Please sign in to comment.