Skip to content

Commit

Permalink
Update dependencies to newest releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 30, 2020
1 parent 3cec26c commit 1300729
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -10,7 +10,7 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html
4.4.3 (unreleased)
------------------

- Nothing changed yet.
- Update dependencies to newest releases.


4.4.2 (2020-04-30)
Expand Down
4 changes: 2 additions & 2 deletions constraints.txt
Expand Up @@ -17,7 +17,7 @@ Record==3.5
RestrictedPython==5.0
WSGIProxy2==0.4.6
WebOb==1.8.6
WebTest==2.0.34
WebTest==2.0.35
ZConfig==3.5.0
ZEO==5.2.1
ZODB==5.5.1
Expand All @@ -29,7 +29,7 @@ funcsigs==1.0.2
future==0.18.2
ipaddress==1.0.23
mock==3.0.5
pbr==5.4.4
pbr==5.4.5
persistent==4.5.1
pytz==2019.3
roman==3.2
Expand Down
4 changes: 2 additions & 2 deletions requirements-full.txt
Expand Up @@ -18,7 +18,7 @@ Record==3.5
RestrictedPython==5.0
WSGIProxy2==0.4.6
WebOb==1.8.6
WebTest==2.0.34
WebTest==2.0.35
ZConfig==3.5.0
ZEO==5.2.1
ZODB==5.5.1
Expand All @@ -29,7 +29,7 @@ funcsigs==1.0.2
future==0.18.2
ipaddress==1.0.23
mock==3.0.5
pbr==5.4.4
pbr==5.4.5
persistent==4.5.1
pytz==2019.3
roman==3.2
Expand Down
4 changes: 2 additions & 2 deletions versions-prod.cfg
Expand Up @@ -23,7 +23,7 @@ Record = 3.5
RestrictedPython = 5.0
WSGIProxy2 = 0.4.6
WebOb = 1.8.6
WebTest = 2.0.34
WebTest = 2.0.35
ZConfig = 3.5.0
ZEO = 5.2.1
ZODB = 5.5.1
Expand All @@ -35,7 +35,7 @@ future = 0.18.2
ipaddress = 1.0.23
# mock 4.0 and up requires Python 3
mock = 3.0.5
pbr = 5.4.4
pbr = 5.4.5
persistent = 4.5.1
pytz = 2019.3
roman = 3.2
Expand Down
6 changes: 3 additions & 3 deletions versions.cfg
Expand Up @@ -6,7 +6,7 @@ versions = versions
[versions]
# Version pins for development and optional dependencies.
Babel = 2.8.0
Jinja2 = 2.11.1
Jinja2 = 2.11.2
MarkupSafe = 1.1.1
Pygments = 2.5.2
# Version 2.0+ needs Python 3.x
Expand All @@ -16,7 +16,7 @@ appdirs = 1.4.3
attrs = 19.3.0
backports.functools-lru-cache = 1.6.1
beautifulsoup4 = 4.8.2
bleach = 3.1.4
bleach = 3.1.5
buildout.wheel = 0.2.0
certifi = 2019.11.28
cffi = 1.14.0
Expand Down Expand Up @@ -50,7 +50,7 @@ plone.recipe.command = 1.1
pluggy = 0.13.1
py = 1.8.1
pycparser = 2.19
pyparsing = 2.4.6
pyparsing = 2.4.7
python-gettext = 4.0
readme-renderer = 24.0
repoze.sphinx.autointerface = 0.8
Expand Down

0 comments on commit 1300729

Please sign in to comment.