Commit Graph

410 Commits

Author SHA1 Message Date
browniebroke
2f77d48496 Update sentry-sdk from 0.7.11 to 0.7.12 2019-04-26 12:00:28 +01:00
browniebroke
7358fef56a Update sentry-sdk from 0.7.10 to 0.7.11 2019-04-24 12:00:28 +01:00
Bruno Alla
10dc900dbc
Merge pull request #2024 from pydanny/pyup-update-sentry-sdk-0.7.9-to-0.7.10
Update sentry-sdk to 0.7.10
2019-04-08 14:58:35 +02:00
browniebroke
c582ac48ec Update sentry-sdk from 0.7.9 to 0.7.10 2019-04-06 13:00:32 +02:00
anuj
cad0b77658 Added support for GCE Media storage 2019-04-05 12:42:39 +05:30
Bruno Alla
b30b9795d2
Update psycopg2 to 2.8 in production 2019-04-04 15:04:57 +02:00
browniebroke
1bc185d2f7 Update sentry-sdk from 0.7.8 to 0.7.9 2019-03-31 12:00:28 +01:00
browniebroke
5db400fbcf Update sentry-sdk from 0.7.7 to 0.7.8 2019-03-26 11:00:32 +00:00
Bruno Alla
6e53dcaa30
Merge pull request #1975 from pydanny/pyup-update-django-anymail-5.0-to-6.0
Update django-anymail to 6.0
2019-03-21 16:26:40 +00:00
browniebroke
4cd30e4657 Update django-anymail from 5.0 to 6.0 2019-03-21 16:00:47 +00:00
browniebroke
1ed1e6ac47 Update sentry-sdk from 0.7.6 to 0.7.7 2019-03-21 16:00:43 +00:00
Guilherme Fabrizio
7d1e90bdf5 Migrate to unified Sentry SDK (#1820)
The raven library is deprecated. Replace it by the new sentry-sdk library:

https://docs.sentry.io/error-reporting/quickstart/?platform=python

fixes #1818
2019-03-20 10:04:44 +00:00
pyup-bot
09f4b8225c Update raven from 6.9.0 to 6.10.0 2018-12-19 07:53:59 -08:00
pyup.io bot
33eb8fbe25 Update django-anymail from 4.3 to 5.0 (#1851) 2018-11-07 22:04:24 +03:00
pyup.io bot
c0487b667f Update django-anymail from 4.2 to 4.3 (#1831) 2018-10-12 11:41:15 +08:00
pyup-bot
5ef7522436 Update gunicorn from 19.8.1 to 19.9.0 2018-10-09 13:52:46 -07:00
Wan Liuyang
de5504f414
Rename custom S3Boto3Storage subclasses (#1784)
Closes #1788 

This PR preps for the upcoming `django-storages` 2.X:

1. ~~Explicitly set default ACL to None which was [incorrectly set](3f6ec74942/storages/backends/s3boto3.py (L195)) to `public-read` by `django-storages`~~

2. Renamed `StaticRootS3BotoStorage` to `StaticRootS3Boto3Storage` to avoid confusion. This is to prep for the upcoming `S3Boto` class deprecation.

See also:
https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#settings
https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst
2018-09-09 19:59:04 +08:00
pyup.io bot
6628fff9a0 Update django-anymail to 4.2 (#1792)
This PR updates [django-anymail[mailgun]](https://pypi.org/project/django-anymail) from **4.1** to **4.2**.



<details>
  <summary>Changelog</summary>
  
  
   ### 4.2
   ```
   ----

*2018-09-07*

Features
~~~~~~~~

*  **Postmark:** Support per-recipient template `merge_data` and batch sending. (Batch
   sending can be used with or without a template. See
   `docs &lt;https://anymail.readthedocs.io/en/stable/esps/postmark/postmark-templates&gt;`__.)

Fixes
~~~~~

*  **Postmark:** When using `template_id`, ignore empty subject and body. (Postmark
   issues an error if Django&#39;s default empty strings are used with template sends.)
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/django-anymail
  - Changelog: https://pyup.io/changelogs/django-anymail/
  - Repo: https://github.com/anymail/django-anymail
</details>
2018-09-08 06:11:31 +08:00
pyup.io bot
217976a8da Update django-anymail from 3.0 to 4.1 (#1769) 2018-08-28 11:01:58 +08:00
pyup.io bot
cff7111edb Update django-anymail from 2.2 to 3.0 (#1668) 2018-05-31 16:14:37 +03:00
pyup.io bot
eea6cc94de Update raven to 6.9.0 (#1667)
This PR updates [raven](https://pypi.org/project/raven) from **6.8.0** to **6.9.0**.



<details>
  <summary>Changelog</summary>
  
  
   ### 6.9.0
   ```
   ------------------
* [Core] Switched from culprit to transaction for automatic transaction reporting.
* [CI] Removed py3.3 from build
* [Django] resolved an issue where the log integration would override the user.
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/raven
  - Changelog: https://pyup.io/changelogs/raven/
  - Repo: https://github.com/getsentry/raven-python
</details>
2018-05-31 12:55:38 +08:00
Nikita P. Shupeyko
ea9a781cc8 Install Mailgun's (and potentially, other ESPs') dependencies with Anymail
Rationale: this is a [generic way](https://github.com/anymail/django-anymail#anymail-1-2-3) of handling Anymail ESP dependencies
2018-05-25 12:08:57 +03:00
pyup.io bot
dbdedb81c1 Update raven from 6.7.0 to 6.8.0 (#1642) 2018-05-12 22:57:24 +03:00
Nikita P. Shupeyko
35b2aac87a
Use relative -r path in production.txt 2018-05-07 20:30:14 +03:00
Nikita P. Shupeyko
5a3dd8f0c6 Uninstall gevent
Closes #1555.
2018-05-05 15:03:01 +03:00
Nikita P. Shupeyko
2eac9648a1 Install boto3 as extra of django-storages
Closes #1586.
2018-05-05 15:01:03 +03:00
pyup.io bot
cf03bf74e7 Update gunicorn from 19.8.0 to 19.8.1 (#1627) 2018-04-30 22:16:09 +03:00
pyup.io bot
3e6caf6692 Update gunicorn from 19.7.1 to 19.8.0 (#1624) 2018-04-29 21:48:53 +03:00
pyup.io bot
edae0854bf Update raven from 6.6.0 to 6.7.0 (#1614) 2018-04-18 22:56:29 +08:00
pyup.io bot
cbc51bfc5f Update django-anymail to 2.2 (#1612) 2018-04-17 10:02:06 +08:00
pyup.io bot
1c5f1bb62b Update django-anymail from 2.0 to 2.1 (#1607) 2018-04-12 08:32:02 +08:00
Nikita P. Shupeyko
418b53bf77 Rename use_sentry_for_error_reporting to use_sentry
Rationale: consistency
2018-04-03 12:12:26 +03:00
pyup.io bot
9c09675cb8 Update django-storages from 1.6.5 to 1.6.6 (#1585) 2018-03-27 11:43:29 +08:00
Wan Liuyang
d1198f63b1
Drop Opbeat (#1578) 2018-03-21 19:54:27 +08:00
pyup.io bot
f0175aa9be Update collectfast to 0.6.2 (#1575) 2018-03-17 22:29:44 +08:00
Bruno Alla
80618f0ace Install psycopg2-binary when not using docker locally (#1569)
- The binary package should be installable on Windows locally
- The binary package is not recommended for Production, compile from
  source
2018-03-16 16:32:43 -05:00
Nikita Shupeyko
b2a6b9a511
Prettify generated project requirements (#1557)
* Prettify base.txt

* Prettify local.txt

* Get rid of test.txt

Rationale: it effectively a duplicate of what's in local.txt

* Prettify production.txt
2018-03-09 12:57:32 +03:00
pyup.io bot
f3dc7898e9 Update django-anymail from 1.4 to 2.0 (#1564) 2018-03-09 10:54:56 +03:00
pyup.io bot
fbdc3c930f Update raven from 6.5.0 to 6.6.0 (#1539) 2018-03-01 14:20:25 +03:00
pyup.io bot
a429a050c9 Update boto3 to 1.6.2 (#1538)
* Update boto3 from 1.6.1 to 1.6.2

* Update production.txt
2018-03-01 11:59:59 +01:00
pyup.io bot
496869164f Update boto3 from 1.5.36 to 1.6.1 (#1536) 2018-02-28 12:42:47 +01:00
pyup.io bot
48a6bf56a6 Update boto3 from 1.5.33 to 1.5.36 (#1531) 2018-02-26 16:35:01 +03:00
Bruno Alla
575fe7e2f0 Merge branch 'master' into psycopg2-no-binary 2018-02-22 17:50:20 +00:00
pyup-bot
76334c086e Update boto3 from 1.5.31 to 1.5.33 2018-02-20 18:26:40 -05:00
pyup.io bot
1452fe6ecd Update boto3 from 1.5.30 to 1.5.31 (#1517) 2018-02-18 19:20:27 +03:00
pyup.io bot
07d7482dbe Update boto3 from 1.5.27 to 1.5.30 (#1512) 2018-02-16 18:16:09 +03:00
pyup-bot
26e35a5c79 Update boto3 from 1.5.25 to 1.5.27 2018-02-12 21:26:27 -05:00
Bruno Alla
5e93bf954d Install psycopg2 with --no-binary option 2018-02-09 13:00:20 +00:00
pyup-bot
dd756e432d Update boto3 from 1.5.24 to 1.5.25 2018-02-08 15:26:11 -08:00
pyup.io bot
7271934268 Update psycopg2 to 2.7.4 (#1497)
* Update psycopg2 from 2.7.3.2 to 2.7.4

* Update psycopg2 from 2.7.3.2 to 2.7.4

* Update psycopg2 from 2.7.3.2 to 2.7.4
2018-02-08 23:46:03 +03:00
pyup.io bot
4a81b8577d Update django-anymail from 1.3 to 1.4 (#1498) 2018-02-08 23:45:45 +03:00
pyup.io bot
1148802655 Update boto3 from 1.5.23 to 1.5.24 (#1492) 2018-02-07 02:52:44 +03:00
pyup-bot
fe39d9d4e4 Update boto3 from 1.5.22 to 1.5.23 2018-02-05 18:26:06 -08:00
pyup.io bot
4b7a70d875 Update django-anymail from 1.2 to 1.3 (#1478) 2018-02-02 23:54:07 +03:00
pyup.io bot
cfbf49f36b Update opbeat from 3.6.0 to 3.6.1 (#1473) 2018-02-02 16:30:20 +03:00
pyup.io bot
8a4f3e036b Update boto3 from 1.5.20 to 1.5.22 (#1468) 2018-01-29 19:07:10 +03:00
pyup.io bot
2d041b6c4d Update raven from 6.4.0 to 6.5.0 (#1460) 2018-01-23 18:48:00 +03:00
pyup.io bot
ec6dd4fd02 Update boto3 from 1.5.14 to 1.5.20 (#1464) 2018-01-23 18:47:48 +03:00
pyup.io bot
b2025a8f72 Update boto3 from 1.5.12 to 1.5.14 (#1447) 2018-01-14 01:12:13 +03:00
pyup.io bot
f5c0c2c759 Update boto3 from 1.5.11 to 1.5.12 (#1440) 2018-01-10 18:30:47 +03:00
pyup.io bot
0e9a8e0420 Update boto3 from 1.5.9 to 1.5.11 (#1439) 2018-01-09 22:16:09 +03:00
pyup.io bot
c476ae6e83 Update boto3 from 1.5.8 to 1.5.9 (#1434) 2018-01-08 18:32:58 +03:00
pyup.io bot
47bf26bd0e Update boto3 from 1.5.6 to 1.5.8 (#1427) 2018-01-05 19:25:01 +03:00
pyup.io bot
7797585a12 Update boto3 from 1.5.4 to 1.5.6 (#1414) 2017-12-28 15:36:12 +03:00
pyup.io bot
a48ef41e70 Update boto3 from 1.5.3 to 1.5.4 (#1412) 2017-12-21 04:13:21 +03:00
pyup.io bot
dfcf646ded Update boto3 from 1.5.2 to 1.5.3 (#1411) 2017-12-20 18:24:34 +03:00
pyup.io bot
cb7befdf52 Update boto3 from 1.5.1 to 1.5.2 (#1408) 2017-12-19 15:58:48 +03:00
pyup.io bot
5ba730bfa3 Update boto3 from 1.5.0 to 1.5.1 (#1406) 2017-12-17 15:44:51 +03:00
pyup.io bot
2fcaf55724 Update opbeat from 3.5.3 to 3.6.0 (#1404) 2017-12-15 16:12:20 +03:00
pyup.io bot
5e39a94621 Update boto3 from 1.4.8 to 1.5.0 (#1405) 2017-12-15 16:12:09 +03:00
pyup.io bot
0d1ced03ec Update collectfast from 0.5.2 to 0.6.0 (#1401) 2017-12-13 16:06:09 +03:00
pyup.io bot
a4319f76bd Update boto3 from 1.4.7 to 1.4.8 (#1393) 2017-12-13 15:37:40 +03:00
pyup.io bot
356a31806f Update raven from 6.3.0 to 6.4.0 (#1402) 2017-12-13 15:25:05 +03:00
pyup.io bot
006b8d200d Update django-anymail from 1.1 to 1.2 (#1383) 2017-11-03 01:30:40 +03:00
pyup.io bot
b718911012 Update raven from 6.2.1 to 6.3.0 (#1378) 2017-10-31 12:26:40 +03:00
pyup.io bot
f26a9fb9fe Update django-anymail from 1.0 to 1.1 (#1375) 2017-10-28 22:53:11 +03:00
pyup-bot
531f19553b Update psycopg2 from 2.7.3.1 to 2.7.3.2 2017-10-24 13:13:08 -07:00
pyup.io bot
d5d7b33fde Update opbeat from 3.5.2 to 3.5.3 (#1359) 2017-10-16 18:42:13 +03:00
pyup.io bot
4f727fac7c Update raven from 6.2.0 to 6.2.1 (#1341) 2017-09-22 21:47:16 +03:00
pyup.io bot
93c965d020 Update raven from 6.1.0 to 6.2.0 (#1340) 2017-09-22 18:02:08 +03:00
pyup.io bot
6537f181a5 Update django-anymail from 0.11.1 to 1.0 (#1334) 2017-09-18 10:42:08 +03:00
Shupeyko Nikita
188ff966f8 Re-organize compose/ into environment-specific file groups (#1317)
* Re-organize compose/ into environment-specific file groups

Closes #1316.

* Commit missing files

That was weird: git failed to commit one specific folder previously
2017-09-05 14:39:20 +03:00
pyup-bot
b70db90506 Update boto3 from 1.4.6 to 1.4.7 2017-08-29 14:18:03 -07:00
pyup.io bot
2f12425ea3 Update psycopg2 to 2.7.3.1 (#1303)
* Update psycopg2 from 2.7.3 to 2.7.3.1

* Update psycopg2 from 2.7.3 to 2.7.3.1

* Update psycopg2 from 2.7.3 to 2.7.3.1
2017-08-26 20:26:07 +03:00
pyup-bot
a226184bf1 Update boto3 from 1.4.5 to 1.4.6 2017-08-23 10:17:14 -07:00
Bruno Alla
12db5176d6 Upgrade to boto3 fixes #998
- Boto3 is the replacement of boto, switch to the latest version
- Switch django-storages class to the one based on Boto3
- AWS_S3_CALLING_FORMAT isn't relevant anymore
2017-08-02 20:00:03 +01:00
Bruno Alla
9017432421 Update django-storages fixes #998
The -redux project is now the official project, update to the latest version
2017-08-01 22:34:09 +01:00
pyup.io bot
60e57117d6 Update psycopg2 to 2.7.3 (#1247)
* Update psycopg2 from 2.7.2 to 2.7.3

* Update psycopg2 from 2.7.2 to 2.7.3

* Update psycopg2 from 2.7.2 to 2.7.3
2017-07-26 09:20:21 +02:00
pyup.io bot
30a6151647 Update django-anymail from 0.11 to 0.11.1 (#1248) 2017-07-24 21:59:20 +03:00
pyup.io bot
34c969423f Update psycopg2 to 2.7.2 (#1246)
* Update psycopg2 from 2.7.1 to 2.7.2

* Update psycopg2 from 2.7.1 to 2.7.2

* Update psycopg2 from 2.7.1 to 2.7.2
2017-07-22 21:41:28 +03:00
pyup.io bot
38f53b5886 Update django-anymail from 0.10 to 0.11 (#1232) 2017-07-14 10:50:26 +03:00
pyup.io bot
57410882ae Update boto from 2.47.0 to 2.48.0 (#1220) 2017-07-09 15:36:22 +03:00
pyup.io bot
44aff93933 Update django-storages-redux from 1.3.2 to 1.3.3 (#1210) 2017-06-27 23:44:33 +03:00
pyup.io bot
46af6b4760 Update gevent from 1.2.1 to 1.2.2 (#1186) 2017-06-07 18:26:25 +03:00
Fábio C. Barrionuevo da Luz
6ed9ceb232 Merge pull request #1180 from pydanny/pyup-update-raven-6.0.0-to-6.1.0
Update raven to 6.1.0
2017-06-02 08:59:45 -03:00
pyup.io bot
890c7cbf4b Update boto from 2.46.1 to 2.47.0 (#1179) 2017-05-26 23:22:55 +03:00
pyup-bot
765764a4a2 Update raven from 6.0.0 to 6.1.0 2017-05-25 15:02:53 -07:00
pyup.io bot
c86989eb96 Update django-anymail from 0.9 to 0.10 (#1177) 2017-05-22 23:51:29 +03:00
pyup.io bot
19b4e299cb Update django-anymail from 0.8 to 0.9 (#1108) 2017-04-18 09:20:14 +02:00
pyup.io bot
26962b41af Update gunicorn from 19.6.0 to 19.7.1 (#1089) 2017-03-24 11:28:12 +01:00
pyup.io bot
57e9a223fe Update psycopg2 to 2.7.1 (#1073)
* Update psycopg2 from 2.7 to 2.7.1

* Update psycopg2 from 2.7 to 2.7.1

* Update psycopg2 from 2.7 to 2.7.1
2017-03-24 11:25:36 +01:00
Burhan Khalid
04146d580e version bumps 2017-03-03 09:11:54 +03:00
pyup.io bot
27d441fa7e Update boto from 2.45.0 to 2.46.1 (#1045) 2017-02-21 09:54:10 +01:00
pyup.io bot
b3896c4f75 Update raven from 5.32.0 to 6.0.0 (#1041) 2017-02-20 14:22:48 +01:00
pyup.io bot
7a50dcc89a Update collectfast from 0.5.1 to 0.5.2 (#1024) 2017-02-09 09:08:55 +01:00
pyup.io bot
9be889a901 Update django-anymail from 0.7 to 0.8 (#1014) 2017-02-02 14:47:15 +01:00
pyup.io bot
b61b985527 Update gevent from 1.2.0 to 1.2.1 (#991) 2017-01-12 16:05:20 +01:00
pyup.io bot
a2a2a517a1 Update collectfast from 0.5.0 to 0.5.1 (#988) 2017-01-11 08:45:17 +01:00
pyup.io bot
a542a7e51c Update collectfast from 0.4.1 to 0.5.0 (#981) 2017-01-09 10:31:21 +01:00
pyup.io bot
067e40d098 Update django-anymail from 0.6.1 to 0.7 (#970) 2017-01-04 13:53:27 +01:00
pyup.io bot
cd463b29da Update collectfast from 0.4.0 to 0.4.1 (#966) 2016-12-30 23:05:02 +01:00
pyup.io bot
ed0ce0d630 Update gevent from 1.2a2 to 1.2.0 (#957) 2016-12-28 22:33:07 +01:00
pyup.io bot
cf8c052657 Update opbeat from 3.5.1 to 3.5.2 (#955) 2016-12-21 15:49:29 +01:00
pyup.io bot
f00acba613 Update collectfast from 0.3.1 to 0.4.0 (#948) 2016-12-17 12:07:57 +01:00
pyup.io bot
0abfa781f7 Update gevent from 1.2a1 to 1.2a2 (#933) 2016-12-16 09:24:50 +01:00
pyup.io bot
c67b171139 Update boto from 2.44.0 to 2.45.0 (#943) 2016-12-16 09:24:34 +01:00
pyup.io bot
5db3b39c19 Update boto from 2.43.0 to 2.44.0 (#931) 2016-12-08 19:15:51 -08:00
pyup.io bot
6ec8583f60 Update raven from 5.31.0 to 5.32.0 (#889) 2016-11-16 09:32:44 +01:00
Jannis Gebauer
a05292347c upgrade gevent (#882) 2016-11-14 11:52:29 +01:00
Fábio C. Barrionuevo da Luz
2212adceb1 Merge pull request #877 from pydanny/pyup-update-collectfast-0.2.3-to-0.3.1
Update collectfast to 0.3.1
2016-11-04 11:29:53 -03:00
pyup-bot
270bcef89c Update collectfast from 0.2.3 to 0.3.1 2016-11-02 15:20:40 -07:00
pyup-bot
16dd3c498a Update opbeat from 3.5.0 to 3.5.1 2016-11-02 12:20:40 -07:00
pyup.io bot
4212eb5446 Update django-anymail from 0.6 to 0.6.1 (#873) 2016-11-02 10:11:38 +01:00
Fábio C. Barrionuevo da Luz
ff582dc4d0 Merge pull request #866 from pydanny/pyup-update-opbeat-3.4.0-to-3.5.0
Update opbeat to 3.5.0
2016-10-27 08:55:14 -03:00
Fábio C. Barrionuevo da Luz
d85a2f0e70 Merge pull request #867 from pydanny/pyup-update-django-anymail-0.5-to-0.6
Update django-anymail to 0.6
2016-10-27 08:35:02 -03:00
Brent Payne
8147f1df47 update raven to version 5.31.0 to avoid runtime error caused by SentryMiddleware when running django wsgi with gunicorn in python 3.5 2016-10-26 17:47:33 -07:00
pyup-bot
b3c9dc6a30 Update django-anymail from 0.5 to 0.6 2016-10-25 11:59:52 -07:00
pyup-bot
e1a7215e98 Update opbeat from 3.4.0 to 3.5.0 2016-10-25 06:27:47 -07:00
pyup.io bot
6eb3776d70 Update raven from 5.29.0 to 5.30.0 (#859) 2016-10-20 17:08:33 +02:00
pyup.io bot
fb576242a1 Update raven from 5.27.1 to 5.29.0 (#856) 2016-10-18 12:47:43 -07:00
pyup.io bot
f823f4ae94 Update boto from 2.42.0 to 2.43.0 (#854) 2016-10-18 12:47:31 -07:00
pyup-bot
3872cd08c3 Update raven from 5.27.0 to 5.27.1 2016-09-29 01:48:42 -03:00
Delio Castillo
3d25befb3f Updates to anymail 0.5 and adds new config setting for MAILGUN_SENDER_DOMAIN 2016-09-22 11:42:16 -07:00
pyup.io bot
bb913b7507 Update raven from 5.26.0 to 5.27.0 (#799) 2016-09-18 23:11:25 +02:00
pyup-bot
b3c27b9b30 Update raven from 5.25.0 to 5.26.0 2016-08-31 14:34:56 -07:00
pyup-bot
6ce53bf6d8 Update opbeat from 3.3.4 to 3.4.0 2016-08-25 06:43:43 -07:00
pyup-bot
5ce00085d2 Update raven from 5.24.3 to 5.25.0 2016-08-23 15:49:30 -07:00
pyup-bot
43df65afca Update raven from 5.24.2 to 5.24.3 2016-08-08 12:48:56 -07:00
pyup-bot
795ac65034 Update raven from 5.23.0 to 5.24.2 2016-08-05 16:48:38 -07:00
pyup-bot
df135c9a6f Update gevent from 1.1.1 to 1.1.2 2016-07-21 07:54:37 -07:00
pyup-bot
1afa107d68 Update boto from 2.41.0 to 2.42.0 2016-07-19 15:24:26 -07:00
pyup-bot
cc2cad0236 Update raven from 5.22.0 to 5.23.0 2016-07-14 03:23:49 -07:00
pyup-bot
08d29de9a9 Update raven from 5.21.0 to 5.22.0 2016-07-07 07:38:06 -07:00
pyup-bot
56493d2d50 Update psycopg2 from 2.6.1 to 2.6.2 2016-07-06 19:38:02 -07:00
pyup.io bot
02ce5b4250 Update boto from 2.40.0 to 2.41.0 (#656) 2016-06-28 12:22:48 +08:00
pyup-bot
552824d07b Update opbeat from 3.3.3 to 3.3.4 2016-06-28 02:09:40 +08:00
pyup-bot
08fa635b5f Update django-anymail from 0.4.1 to 0.4.2 2016-06-25 03:39:23 +08:00
pyup-bot
08c5e3883f Update django-anymail from 0.3.1 to 0.4.1 2016-06-23 08:54:12 +08:00
pyup.io bot
de2260fd3e Update raven from 5.20.0 to 5.21.0 (#628) 2016-06-17 19:16:56 -07:00
Jannis Gebauer
4103e2e2f7 Merge pull request #616 from pydanny/pyup-pin-opbeat-3.3.3
Pin opbeat to latest version 3.3.3
2016-06-14 17:51:06 +02:00
pyup-bot
3d23787ce0 Pin raven to latest version 5.20.0 2016-06-14 08:47:30 -07:00
pyup-bot
54feb6dd8c Pin opbeat to latest version 3.3.3 2016-06-14 08:47:21 -07:00
requires.io
5408ccbef9 [requires.io] dependency update 2016-06-05 16:30:20 -07:00
Daniel Roy Greenfeld
f40f304457 Use sentry for error reporting 2016-06-05 10:47:07 -07:00
Audrey Roy Greenfeld
a658339b99 Switch from django-mailgun to django-anymail. Fix #539. 2016-05-27 11:31:30 -07:00
Fabio C. Barrioneuvo da Luz
0601795f68 update requirements and changelog 2016-05-13 00:13:42 -03:00
Fabio C. Barrioneuvo da Luz
9a2668b4f9 update version of Django, django-extensions and django-mailgun 2016-05-03 21:13:53 -03:00
Audrey Roy Greenfeld
b6bf40e973 Update to latest boto in prod 2016-04-29 13:55:29 -07:00
Audrey Roy Greenfeld
5517bdd1bc Update requirements 2016-04-25 22:59:02 -07:00
Audrey Roy Greenfeld
15f350f05e Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00