Skip to content

Commit

Permalink
- Update dependencies to the latest releases that still support Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jun 8, 2021
1 parent aa81949 commit f4bd4dc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html
4.6.2 (unreleased)
------------------

- Nothing changed yet.
- Update dependencies to the latest releases that still support Python 2.


4.6.1 (2021-06-08)
Expand Down
6 changes: 3 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AccessControl==4.2
Acquisition==4.7
AuthEncoding==4.2.1
BTrees==4.8.0
BTrees==4.9.1
Chameleon==3.9.1
DateTime==4.3
DocumentTemplate==3.4
Expand Down Expand Up @@ -74,7 +74,7 @@ zope.pagetemplate==4.5.0
zope.processlifetime==2.3.0
zope.proxy==4.3.5
zope.ptresource==4.2.0
zope.publisher==6.0.1
zope.publisher==6.0.2
zope.ramcache==2.3
zope.schema==6.1.0
zope.security==5.1.1
Expand All @@ -83,7 +83,7 @@ zope.sequencesort==4.1.2
zope.site==4.5.0
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.4
zope.tal==4.5
zope.tales==5.1
zope.testbrowser==5.5.1
zope.testing==4.7
Expand Down
6 changes: 3 additions & 3 deletions requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Zope==<5
AccessControl==4.2
Acquisition==4.7
AuthEncoding==4.2.1
BTrees==4.8.0
BTrees==4.9.1
Chameleon==3.9.1
DateTime==4.3
DocumentTemplate==3.4
Expand Down Expand Up @@ -74,7 +74,7 @@ zope.pagetemplate==4.5.0
zope.processlifetime==2.3.0
zope.proxy==4.3.5
zope.ptresource==4.2.0
zope.publisher==6.0.1
zope.publisher==6.0.2
zope.ramcache==2.3
zope.schema==6.1.0
zope.security==5.1.1
Expand All @@ -83,7 +83,7 @@ zope.sequencesort==4.1.2
zope.site==4.5.0
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.4
zope.tal==4.5
zope.tales==5.1
zope.testbrowser==5.5.1
zope.testing==4.7
Expand Down
6 changes: 3 additions & 3 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Zope2 = 4.0
AccessControl = 4.2
Acquisition = 4.7
AuthEncoding = 4.2.1
BTrees = 4.8.0
BTrees = 4.9.1
Chameleon = 3.9.1
DateTime = 4.3
# DocumentTemplate 4+ no longer supports Zope 4.
Expand Down Expand Up @@ -85,7 +85,7 @@ zope.pagetemplate = 4.5.0
zope.processlifetime = 2.3.0
zope.proxy = 4.3.5
zope.ptresource = 4.2.0
zope.publisher = 6.0.1
zope.publisher = 6.0.2
zope.ramcache = 2.3
zope.schema = 6.1.0
zope.security = 5.1.1
Expand All @@ -94,7 +94,7 @@ zope.sequencesort = 4.1.2
zope.site = 4.5.0
zope.size = 4.3
zope.structuredtext = 4.3
zope.tal = 4.4
zope.tal = 4.5
zope.tales = 5.1
zope.testbrowser = 5.5.1
# Version 4.8+ dropped support for Python 3.5
Expand Down
10 changes: 5 additions & 5 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ colorama = 0.4.4
configparser = 4.0.2
contextlib2 = 0.6.0.post1
coverage = 5.5
distlib = 0.3.1
distlib = 0.3.2
# sphinx-rtd-theme 0.5.2 requires docutils <17
docutils = 0.16
filelock = 3.0.12
Expand Down Expand Up @@ -69,19 +69,19 @@ snowballstemmer = 2.1.0
# soupsieve 2 needs Python 3
soupsieve = 1.9.6
sphinx-rtd-theme = 0.5.2
sphinxcontrib-serializinghtml = 1.1.4
sphinxcontrib-serializinghtml = 1.1.5
sphinxcontrib-websupport = 1.2.4
# tempstorage is only needed because the Sphinx documentation parses
# ZConfig xml configurations, which still contain references to it
tempstorage = 5.1
toml = 0.10.2
tox = 3.23.1
tqdm = 4.60.0
tqdm = 4.61.0
# Version 2+ needs Python 3.x
twine = 1.15.0
typing = 3.10.0.0
urllib3 = 1.26.4
virtualenv = 20.4.6
urllib3 = 1.26.5
virtualenv = 20.4.7
webencodings = 0.5.1
wheel = 0.36.2
z3c.checkversions = 1.2
Expand Down

0 comments on commit f4bd4dc

Please sign in to comment.