browniebroke
bf6f17b1b9
Update sentry-sdk from 0.7.12 to 0.7.14
2019-04-30 12:00:31 +01:00
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 <https://anymail.readthedocs.io/en/stable/esps/postmark/postmark-templates> ;`__.)
Fixes
~~~~~
* **Postmark:** When using `template_id`, ignore empty subject and body. (Postmark
issues an error if Django'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