Skip to content

Commit

Permalink
- Update to newest compatible versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Dec 19, 2022
1 parent 0b74e21 commit bf10dc2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ since the branch point at Zope 4.1.2.
The change log for the previous version, Zope 4, is at
https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst

5.7.4 (unreleased)
------------------

- Update to newest compatible versions of dependencies.


5.7.3 (2022-12-19)
------------------
Expand Down
6 changes: 3 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AccessControl==5.7
Acquisition==4.13
AuthEncoding==4.3
BTrees==4.11.3
Chameleon==3.10.1
Chameleon==3.10.2
DateTime==4.8
DocumentTemplate==4.1
ExtensionClass==4.9
Expand Down Expand Up @@ -36,15 +36,15 @@ mock==4.0.3
multipart==0.2.4
pbr==5.11.0
persistent==4.9.3
pytz==2022.6
pytz==2022.7
roman==3.3
shutilwhich==1.1.0
six==1.16.0
transaction==3.0.1
waitress==2.0.0; python_version == '3.6'
waitress==2.1.2; python_version > '3.6'
z3c.pt==3.3.1
zExceptions==4.2
zExceptions==4.3
zc.lockfile==2.0
zdaemon==4.4
zodbpickle==2.6
Expand Down
8 changes: 4 additions & 4 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Zope==5.7.3
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
AccessControl==5.7
Acquisition==4.13
AuthEncoding==4.3
BTrees==4.11.3
Chameleon==3.10.1
Chameleon==3.10.2
DateTime==4.8
DocumentTemplate==4.1
ExtensionClass==4.9
Expand Down Expand Up @@ -37,15 +37,15 @@ mock==4.0.3
multipart==0.2.4
pbr==5.11.0
persistent==4.9.3
pytz==2022.6
pytz==2022.7
roman==3.3
shutilwhich==1.1.0
six==1.16.0
transaction==3.0.1
waitress==2.0.0; python_version == '3.6'
waitress==2.1.2; python_version > '3.6'
z3c.pt==3.3.1
zExceptions==4.2
zExceptions==4.3
zc.lockfile==2.0
zdaemon==4.4
zodbpickle==2.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _read_file(filename):
README = _read_file('README.rst')
CHANGES = _read_file('CHANGES.rst')

version = '5.7.3'
version = '5.7.4.dev0'

setup(
name='Zope',
Expand Down
8 changes: 4 additions & 4 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Version pins for required and commonly used dependencies.

[versions]
Zope = 5.7.3
Zope =
Zope2 = 4.0
AccessControl = 5.7
Acquisition = 4.13
AuthEncoding = 4.3
BTrees = 4.11.3
Chameleon = 3.10.1
Chameleon = 3.10.2
DateTime = 4.8
DocumentTemplate = 4.1
ExtensionClass = 4.9
Expand Down Expand Up @@ -38,14 +38,14 @@ mock = 4.0.3
multipart = 0.2.4
pbr = 5.11.0
persistent = 4.9.3
pytz = 2022.6
pytz = 2022.7
roman = 3.3
shutilwhich = 1.1.0
six = 1.16.0
transaction = 3.0.1
waitress = 2.1.2
z3c.pt = 3.3.1
zExceptions = 4.2
zExceptions = 4.3
zc.lockfile = 2.0
zdaemon = 4.4
zodbpickle = 2.6
Expand Down

0 comments on commit bf10dc2

Please sign in to comment.