Commit Graph

1279 Commits

Author SHA1 Message Date
browniebroke
a38c61369e Update django-debug-toolbar from 2.0 to 2.1 2019-11-12 11:00:32 +00:00
Bruno Alla
c2daa58fc4
Update pytest-django to 3.7.0 (#2308)
Update pytest-django to 3.7.0
2019-11-10 22:16:32 +00:00
Bruno Alla
ea37ed5ffd
Merge pull request #2307 from pydanny/pyup-update-sentry-sdk-0.13.1-to-0.13.2
Update sentry-sdk to 0.13.2
2019-11-10 22:16:16 +00:00
browniebroke
fd5e9be58b Update pytest-django from 3.6.0 to 3.7.0 2019-11-09 11:00:37 +00:00
browniebroke
eeda7dfe33 Update sentry-sdk from 0.13.1 to 0.13.2 2019-11-09 11:00:33 +00:00
browniebroke
8a1ec53a74 Update gunicorn from 19.9.0 to 20.0.0 2019-11-09 11:00:30 +00:00
browniebroke
9e58bb4e80 Update pylint-django from 2.0.11 to 2.0.12 2019-11-05 12:00:32 +01:00
Bruno Alla
d68db825e2
Add pre-commit for the generated project. (#2171) (#2295)
Add pre-commit for the generated project. (#2171)
2019-11-04 13:38:02 +01:00
Bruno Alla
8eaf55408a
Update black to 19.10b0 (#2294)
Update black to 19.10b0
2019-11-04 13:36:20 +01:00
Bruno Alla
84c4589e87
Update django to 2.2.7 (#2299)
Update django to 2.2.7
2019-11-04 13:35:08 +01:00
browniebroke
8f74fdb942 Update django from 2.2.6 to 2.2.7 2019-11-04 12:00:33 +01:00
Bruce Olivier
04f3ae75dc Added more settings to .editorconfig to run isort and have black compatibility. 2019-11-02 16:55:18 -05:00
leollon
4a194c6966 Add pre-commit for the generated project. (#2171) 2019-10-29 22:48:39 +08:00
browniebroke
10e395f65c Update black from 19.3b0 to 19.10b0 2019-10-29 11:00:32 +00:00
Bruno Alla
976303115f
Merge branch 'master' into pyup-update-python-slugify-3.0.6-to-4.0.0 2019-10-28 12:43:34 +00:00
Bruno Alla
e806222978
Update sphinx to 2.2.1 (#2288)
Update sphinx to 2.2.1
2019-10-28 12:42:30 +00:00
Bruno Alla
5398e4b0fc
Merge pull request #2290 from pydanny/pyup-update-argon2-cffi-19.1.0-to-19.2.0
Update argon2-cffi to 19.2.0
2019-10-28 12:41:35 +00:00
browniebroke
9b61317682 Update argon2-cffi from 19.1.0 to 19.2.0 2019-10-28 11:00:33 +00:00
browniebroke
d006bc610c Update collectfast from 1.3.0 to 1.3.1 2019-10-28 11:00:30 +00:00
browniebroke
caa8b5a303 Update sphinx from 2.2.0 to 2.2.1 2019-10-26 12:00:30 +01:00
Bruno Alla
04a04da355
Update sentry-sdk to 0.13.1 (#2287)
Update sentry-sdk to 0.13.1
2019-10-25 15:32:17 +01:00
browniebroke
b7976b9c36 Update sentry-sdk from 0.13.0 to 0.13.1 2019-10-25 12:00:40 +01:00
browniebroke
c2aa615fdc Update pytest from 5.2.1 to 5.2.2 2019-10-25 12:00:37 +01:00
browniebroke
3f0134a64b Update collectfast from 1.2.0 to 1.3.0 2019-10-23 12:00:31 +01:00
browniebroke
998733411c Update pillow from 6.2.0 to 6.2.1 2019-10-22 12:00:35 +01:00
Bruno Alla
6b65cb15e1
Merge pull request #2262 from pydanny/pin-traefik-v1
Pin Traefik Docker image to v1
2019-10-22 08:50:58 +01:00
Bruno Alla
808078c6ba
Merge pull request #2276 from foarsitter/remove_awscli_definition_2193
fix: remove the aws Dockerfile and remove the awscli definition from …
2019-10-22 08:50:29 +01:00
Yuchen Xie
400fcc4030 Prevent collectfast from guessing a wrong strategy
If `COLLECTFAST_STRATEGY` is not provided in `settings`, `collectfast` has to guess a "strategy". For the case with AWS, it guesses `BotoStrategy` in stead of `S3Boto3Storage`, which is a wrong decision as we `pip install django-storages[boto3]` (`boto3` in favor of `boto`).

Setting `COLLECTFAST_STRATEGY` is also encouraged as `collectfast` is not going to guess the strategy in the future.

Ref:
* f37dd1faa2/collectfast/management/commands/collectstatic.py (L33)
* f37dd1faa2/collectfast/strategies/base.py (L170)
2019-10-22 10:42:32 +08:00
Fábio C. Barrionuevo da Luz
35a00c7484
Merge pull request #2278 from pydanny/pyup-update-django-extensions-2.2.3-to-2.2.5
Update django-extensions to 2.2.5
2019-10-21 12:12:13 -03:00
browniebroke
8cce6df70a Update django-extensions from 2.2.3 to 2.2.5 2019-10-21 12:00:32 +01:00
browniebroke
39c33c550c Update python-slugify from 3.0.6 to 4.0.0 2019-10-21 12:00:29 +01:00
Jelmert
58f41fc97f fix: remove the aws Dockerfile and remove the awscli definition from production.yml when not selected 2019-10-21 10:07:17 +02:00
browniebroke
96ade99c66 Update psycopg2-binary from 2.8.3 to 2.8.4 2019-10-20 12:00:29 +01:00
Bruno Alla
3b4d6857f0
Merge pull request #2273 from pydanny/pyup-update-django-crispy-forms-1.7.2-to-1.8.0
Update django-crispy-forms to 1.8.0
2019-10-18 17:09:44 +01:00
browniebroke
42e5581198 Update django-crispy-forms from 1.7.2 to 1.8.0 2019-10-18 12:00:32 +01:00
browniebroke
c8ebb633cf Update sentry-sdk from 0.12.3 to 0.13.0 2019-10-18 12:00:29 +01:00
Bruno Alla
488b1a5587
Update mypy to 0.740 (#2270)
Update mypy to 0.740
2019-10-17 13:24:26 +01:00
browniebroke
f87757f4ab Update pytest-django from 3.5.1 to 3.6.0 2019-10-17 12:00:31 +01:00
browniebroke
f8cbea93aa Update mypy from 0.730 to 0.740 2019-10-17 12:00:29 +01:00
browniebroke
be8afa27b3 Update redis from 3.3.10 to 3.3.11 2019-10-14 12:00:29 +01:00
Bruno Alla
a89f381633
Update redis to 3.3.10 (#2265)
Update redis to 3.3.10
2019-10-11 12:53:08 +01:00
browniebroke
f26cad1faa Update redis from 3.3.8 to 3.3.10 2019-10-11 12:00:32 +01:00
browniebroke
93473cb39a Update python-slugify from 3.0.4 to 3.0.6 2019-10-11 12:00:29 +01:00
Bruno Alla
5e196b45e9
Pin Traefik Docker image to v1
Until we do the required changes to update to v2.

Fixes #2258
2019-10-10 11:36:48 +01:00
Fábio C. Barrionuevo da Luz
2459392a98
Merge pull request #2260 from pydanny/pyup-update-collectfast-1.1.0-to-1.2.0
Update collectfast to 1.2.0
2019-10-07 09:22:15 -03:00
Fábio C. Barrionuevo da Luz
8c92e5f787
Merge pull request #2261 from pydanny/pyup-update-pytz-2019.2-to-2019.3
Update pytz to 2019.3
2019-10-07 09:19:14 -03:00
browniebroke
ca9addbbef Update pytz from 2019.2 to 2019.3 2019-10-07 12:00:36 +01:00
browniebroke
b338a7490a Update collectfast from 1.1.0 to 1.2.0 2019-10-07 12:00:34 +01:00
browniebroke
86fd35bba6 Update pytest from 5.2.0 to 5.2.1 2019-10-07 12:00:31 +01:00
Bruno Alla
98a443626b
Update to latest Python 3.7 runtime on Heroku 2019-10-06 13:07:20 +01:00