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 Aug 13, 2020
1 parent f9a3836 commit ace5007
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 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.2 (unreleased)
------------------

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


4.5.1 (2020-08-13)
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DocumentTemplate==3.3
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
Paste==3.4.1
Paste==3.4.3
PasteDeploy==2.1.0
Persistence==3.0
Products.BTreeFolder2==4.2
Expand Down
2 changes: 1 addition & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DocumentTemplate==3.3
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
Paste==3.4.1
Paste==3.4.3
PasteDeploy==2.1.0
Persistence==3.0
Products.BTreeFolder2==4.2
Expand Down
2 changes: 1 addition & 1 deletion versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DocumentTemplate = 3.3
ExtensionClass = 4.4
Missing = 4.1
MultiMapping = 4.1
Paste = 3.4.1
Paste = 3.4.3
PasteDeploy = 2.1.0
Persistence = 3.0
Products.BTreeFolder2 = 4.2
Expand Down
17 changes: 9 additions & 8 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ beautifulsoup4 = 4.9.1
bleach = 3.1.5
buildout.wheel = 0.2.0
certifi = 2020.6.20
cffi = 1.14.0
cffi = 1.14.1
chardet = 3.0.4
cmarkgfm = 0.4.2
collective.recipe.cmd = 0.11
Expand All @@ -30,15 +30,15 @@ colorama = 0.4.3
# configparser 5 and up require Python 3
configparser = 4.0.2
contextlib2 = 0.6.0.post1
coverage = 5.2
coverage = 5.2.1
distlib = 0.3.1
docutils = 0.16
filelock = 3.0.12
idna = 2.10
imagesize = 1.2.0
# tox and pluggy require importlib-metadata <1
importlib-metadata = 0.23
lxml = 4.5.1
lxml = 4.5.2
manuel = 1.10.1
# Version 6+ needs Python 3.x
more-itertools = 5.0.0
Expand All @@ -63,7 +63,8 @@ snowballstemmer = 2.0.0
# soupsieve 2 needs Python 3
soupsieve = 1.9.6
sphinx-rtd-theme = 0.5.0
sphinxcontrib-websupport = 1.2.3
sphinxcontrib-serializinghtml = 1.1.4
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
Expand All @@ -72,15 +73,15 @@ tox = 3.16.1
tqdm = 4.47.0
# Version 2+ needs Python 3.x
twine = 1.15.0
typing = 3.7.4.1
urllib3 = 1.25.9
virtualenv = 20.0.26
typing = 3.7.4.3
urllib3 = 1.25.10
virtualenv = 20.0.30
webencodings = 0.5.1
wheel = 0.34.2
z3c.checkversions = 1.2
zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 2.1
zest.releaser = 6.21.0
zest.releaser = 6.21.1
# Version 2 requires Python 3
zipp = 1.1.1
zodbupdate = 1.5

0 comments on commit ace5007

Please sign in to comment.