Skip to content

Commit 4537d73

Browse files
committed
Upgrade pyramid_mailer and repoze.sendmail
A long-standing bug in repoze.sendmail has now been fixed (repoze/repoze.sendmail#38), which means we can finally remove our version pin for this package.
1 parent 7dd19a4 commit 4537d73

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

requirements.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,4 @@ wsaccel
4040
ws4py
4141
zope.sqlalchemy
4242

43-
# Version pin for known bug
44-
# https://github.com/repoze/repoze.sendmail/issues/31
45-
repoze.sendmail < 4.2
46-
4743
-e . # memex

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pyparsing==2.1.5
5454
git+https://github.com/usingnamespace/pyramid_authsanity.git@7d0b70582cd693052a62b4683e521c1f4e2b4aa8#egg=pyramid_authsanity
5555
pyramid-jinja2==2.6.2
5656
pyramid-layout==1.0
57-
pyramid-mailer==0.14.1
57+
pyramid-mailer==0.15.1
5858
pyramid-services==0.4
5959
pyramid-tm==1.1.1
6060
pyramid==1.7.3
@@ -64,13 +64,13 @@ python-slugify==1.1.4
6464
pytz==2016.6.1 # via celery
6565
raven==6.0.0
6666
repoze.lru==0.6 # via pyramid
67-
repoze.sendmail==4.1
67+
repoze.sendmail==4.3 # via pyramid-mailer
6868
requests-aws4auth==0.9
6969
requests==2.13.0 # via requests-aws4auth
7070
six==1.10.0 # via bcrypt, bleach, cryptography, html5lib, python-dateutil
7171
sqlalchemy==1.1.4
7272
statsd==3.2.1
73-
transaction==2.0.3 # via pyramid-tm, repoze.sendmail, zope.sqlalchemy
73+
transaction==2.1.2 # via pyramid-mailer, pyramid-tm, repoze.sendmail, zope.sqlalchemy
7474
translationstring==1.3 # via colander, deform, pyramid
7575
unicodecsv==0.14.1
7676
unidecode==0.4.19 # via python-slugify

0 commit comments

Comments
 (0)