Skip to content

Commit

Permalink
Merge pull request #852 from plone/maurits-setuptools-67
Browse files Browse the repository at this point in the history
Use latest pip 23, setuptools 67, wheel 0.40
  • Loading branch information
gforcada authored Mar 30, 2023
2 parents 4d98499 + a32c618 commit 832691d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip==22.3.1
setuptools==65.7.0
wheel==0.38.4
pip==23.0.1
setuptools==67.6.1
wheel==0.40.0
zc.buildout==3.0.1

# Windows specific down here (has to be installed here, fails in buildout)
Expand Down
6 changes: 3 additions & 3 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ extends = https://zopefoundation.github.io/Zope/releases/5.8.1/versions.cfg
[versions]
# Basics
# !! keep in sync with requirements.txt !!
pip = 22.3.1
setuptools = 65.7.0
wheel = 0.38.4
pip = 23.0.1
setuptools = 67.6.1
wheel = 0.40.0
zc.buildout = 3.0.1

# windows specific
Expand Down

0 comments on commit 832691d

Please sign in to comment.