Skip to content

Commit

Permalink
Upgrade to Pyramid 1.6 and Pillow 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
disko committed Jan 5, 2016
1 parent 1753e8f commit fb00618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kotti/tests/test_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def test_it(self):
from zope.interface import providedBy, implementedBy

req = Request({})
req._set_properties({'marker': 'exists'})
req.set_property(lambda x: 'exists', 'marker', reify=True)

assert providedBy(req) == implementedBy(Request)
assert req.marker == 'exists'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FormEncode==1.3.0
Mako==1.0.3
MarkupSafe==0.23
PasteDeploy==1.5.2
Pillow==3.0.0
Pillow==3.1.0
Pygments==2.0.2
SQLAlchemy==1.0.11
SQLAlchemy-Utils==0.31.4
Expand Down Expand Up @@ -48,7 +48,7 @@ peppercorn==0.5
plone.scale==1.4
polib==1.0.7
py-bcrypt==0.4
pyramid==1.5.7
pyramid==1.6
pyramid-beaker==0.8
pyramid-chameleon==0.3
pyramid-debugtoolbar==2.4.2
Expand Down

0 comments on commit fb00618

Please sign in to comment.