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 Mar 2, 2021
1 parent 32f27d8 commit 80dc47f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 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.5.6 (unreleased)
------------------

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


4.5.5 (2021-03-02)
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ zope.configuration==4.4.0
zope.container==4.4.0
zope.contentprovider==4.2.1
zope.contenttype==4.5.0
zope.datetime==4.2.0
zope.datetime==4.3.0
zope.deferredimport==4.3.1
zope.deprecation==4.4.0
zope.dottedname==4.3
Expand Down
4 changes: 2 additions & 2 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Zope==4.5.5
Zope==<5
AccessControl==4.2
Acquisition==4.7
AuthEncoding==4.2
Expand Down Expand Up @@ -55,7 +55,7 @@ zope.configuration==4.4.0
zope.container==4.4.0
zope.contentprovider==4.2.1
zope.contenttype==4.5.0
zope.datetime==4.2.0
zope.datetime==4.3.0
zope.deferredimport==4.3.1
zope.deprecation==4.4.0
zope.dottedname==4.3
Expand Down
4 changes: 2 additions & 2 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Version pins for required and commonly used dependencies.

[versions]
Zope = 4.5.5
Zope = <5
Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.2
Expand Down Expand Up @@ -65,7 +65,7 @@ zope.configuration = 4.4.0
zope.container = 4.4.0
zope.contentprovider = 4.2.1
zope.contenttype = 4.5.0
zope.datetime = 4.2.0
zope.datetime = 4.3.0
zope.deferredimport = 4.3.1
zope.deprecation = 4.4.0
zope.dottedname = 4.3
Expand Down
9 changes: 5 additions & 4 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bleach = 3.3.0
buildout.wheel = 0.2.0
# Version 2020.4.5.2 and up claim no Python 2 support
certifi = 2020.4.5.1
cffi = 1.14.4
cffi = 1.14.5
chardet = 4.0.0
cmarkgfm = 0.5.2
collective.recipe.cmd = 0.11
Expand All @@ -31,7 +31,7 @@ colorama = 0.4.4
# configparser 5 and up require Python 3
configparser = 4.0.2
contextlib2 = 0.6.0.post1
coverage = 5.4
coverage = 5.5
distlib = 0.3.1
docutils = 0.16
filelock = 3.0.12
Expand All @@ -57,6 +57,7 @@ py = 1.10.0
pycparser = 2.20
pyparsing = 2.4.7
python-gettext = 4.0
# readme-renderer 29 and up require Python 3
readme-renderer = 28.0
repoze.sphinx.autointerface = 0.8
requests = 2.25.1
Expand All @@ -72,8 +73,8 @@ sphinxcontrib-websupport = 1.2.4
# ZConfig xml configurations, which still contain references to it
tempstorage = 5.1
toml = 0.10.2
tox = 3.21.4
tqdm = 4.56.1
tox = 3.22.0
tqdm = 4.58.0
# Version 2+ needs Python 3.x
twine = 1.15.0
typing = 3.7.4.3
Expand Down

0 comments on commit 80dc47f

Please sign in to comment.