Commit Graph

2853 Commits

Author SHA1 Message Date
pyup.io bot
e93374dda4
Update uvicorn to 0.17.4 (#3574) 2022-02-07 17:45:33 +00:00
pyup.io bot
9594f754ae
Update django-allauth to 0.48.0 (#3573) 2022-02-07 17:21:39 +00:00
pyup.io bot
aafa66bf7c
Update pytest to 7.0.0 (#3567)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2022-02-07 17:19:52 +00:00
Bruno Alla
150e1d8bed
Update black to 22.1.0 (#3572)
Co-authored-by: pyup-bot <github-bot@pyup.io>
2022-02-07 15:40:53 +00:00
pyup.io bot
2417910bac
Update coverage to 6.3.1 (#3561) 2022-02-07 14:53:48 +00:00
pyup.io bot
b32caf4e2a
Update pillow to 9.0.1 (#3571) 2022-02-07 14:52:58 +00:00
pyup.io bot
522aafe91b
Update drf-spectacular to 0.21.2 (#3560) 2022-02-07 14:33:35 +00:00
pyup.io bot
76aa05b167
Update django to 3.2.12 (#3559) 2022-02-07 14:32:43 +00:00
pyup.io bot
83a0e73df1
Update redis from 4.1.1 to 4.1.2 (#3551) 2022-01-27 20:28:38 +00:00
pyup.io bot
ff0521576e
Update coverage from 6.2 to 6.3 (#3550) 2022-01-26 23:06:34 +00:00
pyup.io bot
27fc2ea1a1
Update sentry-sdk from 1.5.3 to 1.5.4 (#3549) 2022-01-26 23:05:47 +00:00
pyup.io bot
ec8ecae0e4
Update django-crispy-forms from 1.13.0 to 1.14.0 (#3548) 2022-01-26 23:05:18 +00:00
pyup.io bot
7aa2c4d6db
Update uvicorn from 0.17.0 to 0.17.0.post1 (#3547) 2022-01-26 23:04:37 +00:00
pyup.io bot
647b86ac89
Update sentry-sdk to 1.5.3 (#3543) 2022-01-21 12:55:45 +00:00
pyup.io bot
de8ba09855
Update django-anymail to 8.5 (#3542) 2022-01-21 12:55:17 +00:00
pyup.io bot
c36fa678d8
Update pre-commit to 2.17.0 (#3541)
* Update pre-commit from 2.16.0 to 2.17.0

* Update pre-commit from 2.16.0 to 2.17.0
2022-01-19 18:25:40 +00:00
Vikas Yadav
721b86723c
Add swagger API documentation when DRF is enabled (#3536)
* Adds swagger api documentation when drf is enabled

Changes
* Integrate drf-spectacular module
* Added routes and tests for swagger-ui

* Removes swagger ui tests when drf is not enabled

* Changes url names and documentation title

* Apply suggestions from code review

Co-authored-by: Fábio C. Barrionuevo da Luz <bnafta@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>

* Fixes typos and linting issues

* Update domain in swagger description

Co-authored-by: Fábio C. Barrionuevo da Luz <bnafta@gmail.com>

Co-authored-by: Fábio C. Barrionuevo da Luz <bnafta@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-01-19 18:14:36 +00:00
pyup.io bot
8f93ed0ff5
Update redis to 4.1.1 (#3540) 2022-01-17 15:42:12 +00:00
pyup.io bot
f38c341f8e
Update sphinx to 4.4.0 (#3537) 2022-01-17 09:07:45 +00:00
Pedro Campos
4f408810fc
Avoid docker image/volume collision by prefixing with project slug (#3528)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-01-17 08:53:56 +00:00
pyup.io bot
eb59c1d5db
Update uvicorn to 0.17.0 (#3534) 2022-01-14 13:16:58 +00:00
Thibault J
ab8ca02432
Fix high CPU usage when running runserver_plus in Docker (#3531) 2022-01-13 21:26:47 +00:00
Bruno Alla
b58f0e726c
Fix out-of-sync sequence for Site ID (#3511) 2022-01-13 21:23:28 +00:00
mpoli
9f8820241f
Add UserSignupForm and UserSocialSignupForm (#3515)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-01-13 18:38:35 +00:00
pyup.io bot
486c7b6bf7
Update django-cors-headers to 3.11.0 (#3526) 2022-01-10 22:01:07 +00:00
pyup.io bot
298f98bf73
Update sentry-sdk to 1.5.2 (#3525) 2022-01-10 16:05:29 +00:00
Bruno Alla
528a40989f
Fix cache dependency path for linter job in CI workflow (#3520)
* Fix cache dependency path for linter jon in CI workflow

* Reduce potential stylistic issues

* Reduce more potential stylistic issues
2022-01-07 22:26:56 +00:00
pyup.io bot
bf42bba35e
Update mypy from 0.930 to 0.931 (#3521) 2022-01-07 19:58:36 +00:00
Bogdan Mateescu
9a46369062
Fix open option for initBrowserSync when using Docker (#3519)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-01-07 10:02:26 +00:00
Bruno Alla
9b069a5558
Update references to Bootstrap from v4 to v5 in README (#3513) 2022-01-05 21:19:19 +00:00
Fábio C. Barrionuevo da Luz
e63578f56c
Merge pull request #3514 from browniebroke/fix/bash-expansion
Double quote array expansions to avoid re-splitting elements
2022-01-04 17:01:16 -03:00
Bruno Alla
e99120d87d Fix typo and trailing whitespaces 2022-01-04 17:49:40 +00:00
pyup-bot
ea9fcf840f Update django from 3.2.10 to 3.2.11 2022-01-04 04:57:54 -08:00
Bruno Alla
103dd82ea2
Convert top level RST files to Markdown (#3489) 2022-01-03 22:43:53 +00:00
pyup.io bot
57b62be1e4
Update pillow to 9.0.0 (#3508) 2022-01-03 18:01:40 +00:00
pyup.io bot
5ae29f4b06
Update pylint-django to 2.5.0 (#3505) 2022-01-03 18:01:05 +00:00
mpoli
cf94dd4d14
Add project.css and project.min.css to .gitignore (#3500)
* Add project.css and project.min.css to .gitignore
when js_task_runner == ' Gulp'. These files are generated automatically in this configuration
and as such, mess up git commit periodically.

* Add vendor.js and *.min.js to .gitignore

More runtime generated files should be ignored to version control.

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2021-12-29 18:44:39 +00:00
pyup.io bot
0fc9686803
Update psycopg2-binary from 2.9.2 to 2.9.3 (#3504) 2021-12-29 18:43:16 +00:00
pyup.io bot
c4b716bd89
Update psycopg2 to 2.9.3 (#3503)
* Update psycopg2 from 2.9.2 to 2.9.3

* Update psycopg2 from 2.9.2 to 2.9.3
2021-12-29 18:42:46 +00:00
pyup.io bot
9ea5904e36
Update celery from 5.2.2 to 5.2.3 (#3502) 2021-12-29 18:42:09 +00:00
Will Gordon
785df85c4d
Hides 'sign up' elements when ACCOUNT_ALLOW_REGISTRATION is disabled (#1914)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-12-27 11:37:33 +00:00
pyup.io bot
d5e8ecce75
Update celery to 5.2.2 (#3496) 2021-12-26 16:40:01 +00:00
pyup.io bot
bc0fda3e0c
Update redis to 4.1.0 (#3495) 2021-12-26 16:39:26 +00:00
Andrew Chen Wang
e9ee4a930e
Fix docs compose (again) (#3494) 2021-12-26 16:04:33 +00:00
github-actions[bot]
1a31a2a35b
Auto-update pre-commit hooks (#3493)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2021-12-25 16:54:45 +00:00
Bruno Alla
d0d6ebd892
Simplify TEMPLATES settings with APP_DIRS=True (#3488) 2021-12-24 19:35:09 +00:00
Andrew Chen Wang
fcb26de733
Fix docs not building (#3491) 2021-12-24 19:13:43 +00:00
Bruno Alla
39e12c7428 Fix proxy option for Browser Sync 2021-12-24 13:35:47 +00:00
Arnav Choudhury
0d8a91ebfe
Making docs image 40% smaller and also making python version upgrades easier for multi-stage builds. (#2836)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-12-24 11:55:47 +00:00
pyup.io bot
5dc3079b54
Update uvicorn to 0.16.0 (#3454)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-12-24 10:41:06 +00:00
Douglas
867bb9d5dc
Added Django's current language to the lang attribute of the html tag (#3174)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-12-24 10:09:57 +00:00
Bruno Alla
a93773ac39
Use built-in pip caching from actions/setup-python in generated project (#3481) 2021-12-22 21:52:45 +00:00
pyup.io bot
edff41d1f3
Update mypy from 0.920 to 0.930 (#3487) 2021-12-22 20:33:33 +00:00
pyup.io bot
9a627b0f79
Update redis to 4.0.2 (#3486) 2021-12-22 18:26:42 +00:00
pyup.io bot
088f2a50d6
Update django-redis to 5.2.0 (#3485) 2021-12-22 18:19:45 +00:00
Bruno Alla
df0b2cac3f
Add a PyCharm run configuration for docker-compose (#3462)
Co-authored-by: Pavel Karateev <lancelote.du.lac@gmail.com>
2021-12-20 09:39:23 +00:00
pyup.io bot
a1cae7d5df
Update mypy from 0.910 to 0.920 (#3478) 2021-12-19 18:50:29 +00:00
pyup.io bot
b9d95ad495
Update django-compressor to 3.1 (#3476) 2021-12-19 14:34:04 +00:00
pyup.io bot
d2184ae952
Update sphinx to 4.3.2 (#3477) 2021-12-19 14:31:55 +00:00
Bruno Alla
79bd3e7f14
Fix BrowserSync config on non-Docker setup (#3461) 2021-12-17 17:53:43 +00:00
pyup.io bot
f125511c1c
Update django-debug-toolbar from 3.2.3 to 3.2.4 (#3473) 2021-12-16 00:35:38 +00:00
pyup.io bot
1aa384ea17
Update djangorestframework to 3.13.1 (#3472) 2021-12-15 18:08:20 +00:00
pyup.io bot
ac74f6a521
Update pytest-django to 4.5.2 (#3471) 2021-12-14 09:29:28 +00:00
Bruno Alla
40cc35df89
Update rcssmin & django-compressor (#3470)
Co-authored-by: pyup-bot <github-bot@pyup.io>
2021-12-14 09:20:31 +00:00
pyup.io bot
c99feb4db7
Update djangorestframework to 3.13.0 (#3468) 2021-12-13 20:50:17 +00:00
pyup.io bot
52db8e6402
Update sentry-sdk to 1.5.1 (#3467) 2021-12-13 20:48:56 +00:00
pyup.io bot
dc937d4932
Update django-debug-toolbar to 3.2.3 (#3466) 2021-12-13 20:48:13 +00:00
pyup.io bot
0fac9fe28b
Update argon2-cffi to 21.3.0 (#3464) 2021-12-13 20:47:14 +00:00
pyup.io bot
eb0b438fba
Update django-allauth to 0.47.0 (#3459) 2021-12-13 20:46:54 +00:00
pyup.io bot
2c82876599
Update argon2-cffi to 21.2.0 (#3453) 2021-12-08 13:18:40 +00:00
mpoli
ea18a8f54e
Add docker, pip and npm to GitHub's Dependabot (#3401)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-12-07 19:47:43 +00:00
Bruno Alla
035eede670
Configure Dependabot for npm packages at the template level (#3436) 2021-12-07 19:05:59 +00:00
pyup.io bot
163975120d
Update django to 3.2.10 (#3451) 2021-12-07 11:19:18 +00:00
github-actions[bot]
201cddbc99
Auto-update pre-commit hooks (#3449)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2021-12-06 10:02:51 +00:00
pyup.io bot
167ccb1d93
Update black to 21.12b0 (#3448) 2021-12-06 10:02:05 +00:00
pyup.io bot
b704b371d8
Update django-cors-headers to 3.10.1 (#3447) 2021-12-06 10:01:23 +00:00
pyup.io bot
fbf7d1196a
Update pytest-django to 4.5.1 (#3443) 2021-12-04 13:32:02 +00:00
pyup.io bot
252035985c
Update pre-commit to 2.16.0 (#3442)
* Update pre-commit from 2.15.0 to 2.16.0

* Update pre-commit from 2.15.0 to 2.16.0
2021-12-01 09:07:04 +00:00
pyup.io bot
c92cf7fb4d
Update django-redis to 5.1.0 (#3440)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-11-30 22:55:40 +00:00
pyup.io bot
70329ecb01
Update django-stubs to 1.9.0 (#3439)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-11-30 11:13:53 +00:00
pyup.io bot
4a578df625
Update sphinx to 4.3.1 (#3438) 2021-11-29 12:08:41 +00:00
Bruno Alla
0db415ad3b
Fix pre-commit config (#3435) 2021-11-29 11:16:05 +00:00
pyup.io bot
bde61865ca
Update coverage from 6.1.2 to 6.2 (#3437) 2021-11-27 10:57:38 +00:00
Arnav Choudhury
0790929e7e
Add an assertion to fix mypy type error (#3150)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-11-25 18:10:33 +00:00
Timm Simpkins
3c2313b418
Make django depend on redis in local Docker (#3265)
Co-authored-by: Timm Simpkins <timm@talova.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-11-25 15:55:03 +00:00
Bruno Alla
315ead02e4
Upgrade to Django 3.2 (#3425)
* Upgrade to Django 3.2

* Set DEFAULT_AUTO_FIELD setting

* Use auto AppConfig discovery for users app
2021-11-24 08:05:53 +00:00
Arnav Choudhury
0fc1f6804f
Removed unnecessary custom context processor exposing the DEBUG Template Context Variable (#3042) 2021-11-22 13:56:09 +00:00
pyup.io bot
efdda66d2f
Update redis to 4.0.2 (#3431) 2021-11-22 13:53:31 +00:00
Zach Borboa
da74187c58
Clean up whitespace (#3430) 2021-11-22 09:26:08 +00:00
mpoli
6ca4cc9ca2
Bump pre-commit/action to 2.0.3 (#3426) 2021-11-20 16:58:57 +00:00
Bruno Alla
9547b172e5
Update repos for pre-commit hooks (#3424)
* Update repos for pre-commit hooks

Some of them have moved places

* Adjust formatting
2021-11-20 00:13:01 +00:00
pyup-bot
f8bc0cde4b Update celery from 5.2.0 to 5.2.1 2021-11-19 03:56:07 -08:00
github-actions[bot]
0cacdd7cca
Auto-update pre-commit hooks (#3420)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2021-11-19 11:55:43 +00:00
pyup.io bot
57cbf8c2a8
Update black to 21.11b1 (#3421) 2021-11-18 09:54:24 +00:00
pyup.io bot
177c0df0a6
Update redis to 4.0.1 (#3416) 2021-11-18 09:50:59 +00:00
pyup.io bot
f84fef3229
Update sentry-sdk to 1.5.0 (#3417) 2021-11-17 16:43:29 +00:00
pyup.io bot
98d9a3b169
Update black to 21.11b0 (#3414) 2021-11-17 08:51:53 +00:00
Bruno Alla
9f359939a9
Upgrade JS dependencies and upgrade to node 16 (#3400) 2021-11-16 20:29:43 +00:00
Bruno Alla
ca14c3db56 Bump Python runtime for Heroku 2021-11-16 19:47:39 +00:00
pyup.io bot
96e7503f1f
Update psycopg2-binary to 2.9.2 (#3411) 2021-11-16 10:19:26 +00:00
pyup.io bot
d4bcfeb342
Update psycopg2 to 2.9.2 (#3410) 2021-11-16 10:07:03 +00:00
pyup.io bot
fdeb8d0adb
Update redis to 4.0.0 (#3406) 2021-11-16 10:02:24 +00:00
pyup.io bot
a4cb1ba2e9
Update django-coverage-plugin to 2.0.2 (#3409) 2021-11-16 09:58:29 +00:00
pyup.io bot
a20efdff70
Update black to 21.10b0 (#3408) 2021-11-16 09:28:28 +00:00
Chao Yang Wu
dbaf09a5e1
Fix ungraceful Celery workers shutdown in container (#3405) 2021-11-16 08:57:08 +00:00
pyup-bot
0d6d1744e3 Update django-allauth from 0.45.0 to 0.46.0 2021-11-15 09:06:22 -08:00
Bruno Alla
8778cfccc1 Upgrade Python runtime for Heroku 2021-11-14 18:38:09 +00:00
Bruno Alla
901911cba8 Update node version in package.json 2021-11-13 12:33:16 +00:00
pyup-bot
d0c3c3435f Update crispy-bootstrap5 from 0.5 to 0.6 2021-11-12 10:13:10 -08:00
Bruno Alla
1aded6fafe Fix alerts for messages 2021-11-11 23:01:14 +00:00
Bruno Alla
90088116ff Add fluid container to fix horizontal padding 2021-11-11 21:08:44 +00:00
Bruno Alla
ab81e122d1 Fix navigation on mobile 2021-11-11 21:07:29 +00:00
Bruno Alla
46d453578b Merge branch 'upstream-master' into bootstrap5 2021-11-11 20:32:11 +00:00
pyup-bot
89959dc439 Update coverage from 6.1.1 to 6.1.2 2021-11-10 23:33:54 -08:00
pyup-bot
826016e571 Update sphinx from 4.2.0 to 4.3.0 2021-11-10 12:18:51 -08:00
browniebroke
3679cb37e5 Auto-update pre-commit hooks 2021-11-10 00:05:56 +00:00
Bruno Alla
ceacee92ed
Merge pull request #3384 from cookiecutter/pyup-update-celery-5.1.2-to-5.2.0 2021-11-09 10:11:38 +00:00
Dani Hodovic
8483bbbdf2
refactor: remove user API methods parameter
`methods` defaults to ["GET"] if not specified. There is no need to
explicitly set this in the action.

71e6c30034/rest_framework/decorators.py (L145)
2021-11-08 21:08:32 +01:00
Fábio C. Barrionuevo da Luz
4cd205b19c
Merge pull request #3372 from foarsitter/debian_buster
Update docker and non-docker configs to Debian 11 (bullseye)
2021-11-08 09:55:07 -03:00
pyup-bot
346e7c9edd Update celery from 5.1.2 to 5.2.0 2021-11-07 19:24:03 -08:00
pyup-bot
33f812a3eb Update django-extensions from 3.1.3 to 3.1.5 2021-11-07 09:26:19 -08:00
Bruno Alla
a9a344a8bc
Merge pull request #3380 from d57montes/fix-help-docs-makefile 2021-11-04 15:02:50 +00:00
Bruno Alla
489bdafee8
Merge pull request #3379 from d57montes/small-fix-docs-makefile 2021-11-04 14:44:21 +00:00
Diego Montes
51c149f137
remove if else block in docs makefile 2021-11-04 08:39:00 -04:00
browniebroke
bf74761ba4 Auto-update pre-commit hooks 2021-11-04 00:05:49 +00:00
Diego Montes
faf477a868
change catch-all -b option as well 2021-11-03 19:41:08 -04:00
Diego Montes
c2af9c3134 fix help in docs Makefile 2021-11-03 17:03:47 -04:00
Diego Montes
ce5223fe59 change path in docs Makefile to use APP variable 2021-11-03 16:15:40 -04:00
browniebroke
e6b42ee187 Auto-update pre-commit hooks 2021-11-02 00:06:04 +00:00
Bruno Alla
71b8976fbb
Merge pull request #3374 from cookiecutter/pyup-update-django-storages-1.12.2-to-1.12.3 2021-11-01 12:04:30 +00:00
pyup-bot
83bcd1fd45 Update coverage from 6.0.2 to 6.1.1 2021-10-31 12:36:53 -07:00
pyup-bot
09c6ddbaf3 Update django-storages from 1.12.2 to 1.12.3 2021-10-29 20:24:59 -07:00
pyup-bot
c23e37f7cb Update django-storages from 1.12.2 to 1.12.3 2021-10-29 20:24:58 -07:00
pyup-bot
75aa76e956 Update factory-boy from 3.2.0 to 3.2.1 2021-10-27 06:21:10 -07:00
Jelmer Draaijer
008aeb21a0 Added Debian 11 (Bullseye) OS dependencies (duplicated from buster) 2021-10-26 13:58:18 +02:00
Jelmer Draaijer
b61c70306f Update the docker base images from slim-buster to slim-bullseye 2021-10-26 13:40:42 +02:00
Fábio C. Barrionuevo da Luz
c6e11365b7
Merge pull request #3364 from cookiecutter/pyup-update-pillow-8.3.2-to-8.4.0
Update pillow to 8.4.0
2021-10-25 23:16:49 -03:00
Fábio C. Barrionuevo da Luz
16a1161dc6
Merge pull request #3365 from cookiecutter/pyup-update-django-storages-1.12.1-to-1.12.2
Update django-storages to 1.12.2
2021-10-25 21:39:30 -03:00
Fábio C. Barrionuevo da Luz
a67731233f
Merge pull request #3368 from cookiecutter/pyup-update-django-environ-0.8.0-to-0.8.1
Update django-environ to 0.8.1
2021-10-25 21:39:16 -03:00
Bruno Alla
b2d46296f0
Move repo under cookiecutter organisation (#3357) 2021-10-22 13:40:53 -07:00
pyup-bot
e4997e76c8 Update django-environ from 0.8.0 to 0.8.1 2021-10-20 06:57:29 -07:00
pyup-bot
60f3b8e54a Update django-environ from 0.7.0 to 0.8.0 2021-10-18 06:56:55 -07:00
pyup-bot
666c989e9d Update django-storages from 1.12.1 to 1.12.2 2021-10-16 20:32:04 -07:00
pyup-bot
4771639df7 Update django-storages from 1.12.1 to 1.12.2 2021-10-16 20:32:04 -07:00
pyup-bot
8ffe2aaa38 Update pillow from 8.3.2 to 8.4.0 2021-10-15 03:01:10 -07:00
pyup-bot
c2e82f8289 Update flake8 from 3.9.2 to 4.0.1 2021-10-14 08:06:47 -07:00
pyup-bot
b103ce72c2 Update flake8-isort from 4.0.0 to 4.1.1 2021-10-14 05:31:55 -07:00
pyup-bot
7601ad09c7 Update django-model-utils from 4.1.1 to 4.2.0 2021-10-13 13:19:14 -07:00
Bruno Alla
93fbaa7c1a
Merge pull request #3353 from dalrrard/add-drf-stubs 2021-10-13 08:28:42 +01:00
Dalton Rardin
00ff825b8c
Add djangorestframework-stubs
Add djangorestframework-stubs to local.txt requirements
Modify setup.cfg to add stubs to mypy settings
Fix new type error in DRF

`./users/api/views.py:19: error: Incompatible type for lookup 'id': (got "Union[AutoField[Union[Combinable, int, str], int], Any]", expected "Union[str, int]")`

by asserting that `self.request.user.id` is an int
2021-10-11 20:41:32 -05:00
pyup-bot
e37f2c993d Update coverage from 6.0.1 to 6.0.2 2021-10-11 15:49:24 -07:00
Bruno Alla
5fb59ef587
Merge pull request #3344 from pydanny/pyup-update-werkzeug-1.0.1-to-2.0.2 2021-10-11 23:48:08 +01:00
Bruno Alla
0285155278
Merge pull request #3348 from pydanny/pyup-update-coverage-5.5-to-6.0.1 2021-10-11 23:39:54 +01:00
Bruno Alla
ee93df3aed
Merge pull request #3349 from pydanny/pyup-update-django-coverage-plugin-2.0.0-to-2.0.1 2021-10-11 23:14:04 +01:00
Bruno Alla
712967e8c6
Merge pull request #3345 from pydanny/pyup-update-django-cors-headers-3.9.0-to-3.10.0 2021-10-11 23:13:48 +01:00
pyup-bot
4cb6ff0870 Update django-storages from 1.11.1 to 1.12.1 2021-10-11 14:32:05 -07:00
pyup-bot
3617b8bf27 Update django-storages from 1.11.1 to 1.12.1 2021-10-11 14:32:04 -07:00
pyup-bot
2c1a3edd20 Update django-coverage-plugin from 2.0.0 to 2.0.1 2021-10-06 22:32:41 -07:00
pyup-bot
f5b742b6d9 Update coverage from 5.5 to 6.0.1 2021-10-06 22:32:37 -07:00
pyup-bot
8eea74551f Update django-cors-headers from 3.9.0 to 3.10.0 2021-10-05 23:53:27 -07:00
pyup-bot
d0748bd2ef Update werkzeug from 1.0.1 to 2.0.2 2021-10-05 21:07:31 -07:00
pyup-bot
674dbb642f Update pytz from 2021.1 to 2021.3 2021-10-02 07:12:40 -07:00
Andrew Chen Wang
72208dc79e
Merge branch 'master' into bootstrap5 2021-10-01 08:43:31 -04:00
pyup-bot
3438b5f3d1 Update sentry-sdk from 1.4.2 to 1.4.3 2021-09-29 15:05:49 -07:00
pyup-bot
1ac297f8f4 Update django-cors-headers from 3.8.0 to 3.9.0 2021-09-29 07:15:05 -07:00
pyup-bot
fa39b8df98 Update sentry-sdk from 1.4.1 to 1.4.2 2021-09-27 14:02:18 -07:00
pyup-bot
7c62741866 Update django-crispy-forms from 1.12.0 to 1.13.0 2021-09-25 15:08:23 -07:00
Manjit Pardeshi
b4039c837b Add django-settings-module to .pylintrc 2021-09-24 13:19:08 +05:30
pyup-bot
c93bfaf71a Update sentry-sdk from 1.4.0 to 1.4.1 2021-09-23 07:55:07 -07:00
pyup-bot
cb6c0edba6 Update sentry-sdk from 1.3.1 to 1.4.0 2021-09-22 07:55:35 -07:00
browniebroke
4fd9bd7ed6 Auto-update pre-commit hooks 2021-09-15 00:05:13 +00:00
pyup-bot
d6b96e6490 Update black from 21.8b0 to 21.9b0 2021-09-13 22:58:22 -07:00
pyup-bot
f7cdb1cc4b Update sphinx from 4.1.2 to 4.2.0 2021-09-12 15:17:56 -07:00
Bruno Alla
3274ff1673 Update to latest Bootstrap 5 2021-09-11 18:16:54 +01:00
Bruno Alla
2fecd0624d Update crispy-bootstrap to the latest 2021-09-11 18:12:33 +01:00
Bruno Alla
7412a3e4a7 Replace .sr-only by .visually-hidden 2021-09-11 18:10:22 +01:00
Bruno Alla
40598448e2 Upgrade Heroku runtime to ptyhon 3.9.7 2021-09-11 18:03:46 +01:00
Bruno Alla
aceae00f0e Merge branch 'master' into bootstrap5 2021-09-11 17:57:13 +01:00
Bruno Alla
57f9ff571b
Merge pull request #3139 from fhightower/patch-1
Removing pycharm docs if app does not use pycharm
2021-09-11 17:55:10 +01:00
pyup-bot
7b70f576e7 Update django-environ from 0.6.0 to 0.7.0 2021-09-11 09:42:13 -07:00
Bruno Alla
9a5fcf68bf
Merge pull request #3280 from pydanny/update/celery-5 2021-09-06 10:26:25 +01:00
pyup-bot
0d88e6aaab Update django-environ from 0.5.0 to 0.6.0 2021-09-04 09:05:57 -07:00
Bruno Alla
d74bd51a64 Update Celery command line on Heroku 2021-09-03 19:20:44 +01:00
Bruno Alla
9cfb7646cb Update command line for Flower 2021-09-03 19:20:44 +01:00
Bruno Alla
db09f07eb9 Update Celery to v5 2021-09-03 18:24:19 +01:00
Bruno Alla
6266155094
Merge pull request #3313 from pydanny/pyup-update-pre-commit-2.14.0-to-2.15.0 2021-09-03 18:20:08 +01:00
Bruno Alla
215fc85508
Merge pull request #3307 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2021-09-03 18:19:15 +01:00
Bruno Alla
f32fc10bc0
Merge pull request #3312 from pydanny/pyup-update-pillow-8.3.1-to-8.3.2
Update pillow to 8.3.2
2021-09-03 18:18:13 +01:00
Bruno Alla
82bda06a33
Merge pull request #3311 from pydanny/pyup-update-django-environ-0.4.5-to-0.5.0 2021-09-03 18:17:18 +01:00
Bruno Alla
069ad4451d
Merge pull request #3310 from pydanny/pyup-update-pytest-6.2.4-to-6.2.5 2021-09-03 18:14:25 +01:00
Bruno Alla
8361f8ac90
Merge pull request #3308 from pydanny/pyup-update-black-21.7b0-to-21.8b0 2021-09-03 18:13:09 +01:00
Bruno Alla
8f20777c9e
Merge pull request #3306 from pydanny/pyup-update-argon2-cffi-20.1.0-to-21.1.0 2021-09-03 18:12:01 +01:00
Bruno Alla
8bc1bbfd9e
Merge pull request #3296 from pydanny/pyup-update-django-debug-toolbar-3.2.1-to-3.2.2
Update django-debug-toolbar to 3.2.2
2021-09-03 18:10:21 +01:00
Bruno Alla
25db5514ec
Merge pull request #3295 from pydanny/pyup-update-django-cors-headers-3.7.0-to-3.8.0 2021-09-03 18:09:25 +01:00
Bruno Alla
24ec46d738
Merge pull request #3294 from pydanny/pyup-update-uvicorn-0.14.0-to-0.15.0
Update uvicorn to 0.15.0
2021-09-03 18:08:12 +01:00
pyup-bot
b2c26bba5b Update pre-commit from 2.14.0 to 2.15.0 2021-09-02 19:44:16 -07:00
pyup-bot
1ebadc74f4 Update pillow from 8.3.1 to 8.3.2 2021-09-02 13:43:44 -07:00
pyup-bot
cf6323af2c Update django-environ from 0.4.5 to 0.5.0 2021-08-31 08:58:34 -07:00
pyup-bot
6ca683722c Update pytest from 6.2.4 to 6.2.5 2021-08-31 08:58:32 -07:00
pyup-bot
8325dfa232 Update black from 21.7b0 to 21.8b0 2021-08-29 17:04:59 -07:00
browniebroke
59ab2b1ac8 Auto-update pre-commit hooks 2021-08-30 00:04:53 +00:00
pyup-bot
2afeae260b Update argon2-cffi from 20.1.0 to 21.1.0 2021-08-29 10:29:42 -07:00
Fabio C. Barrionuevo da Luz
7e49a1c9c7 Fix Jinja2 break line control on Procfile 2021-08-19 09:30:42 -03:00
pyup-bot
0f4e4ee7c1 Update django-debug-toolbar from 3.2.1 to 3.2.2 2021-08-15 07:20:11 -07:00
pyup-bot
7ebe768d60 Update django-cors-headers from 3.7.0 to 3.8.0 2021-08-15 07:20:08 -07:00
pyup-bot
8c3e85a7a1 Update uvicorn from 0.14.0 to 0.15.0 2021-08-14 07:14:13 -07:00
Bruno Alla
b7477670c1
Merge pull request #3255 from Andrew-Chen-Wang/redis6 2021-08-13 12:06:09 +02:00
Bruno Alla
48aaeda5ca
Merge pull request #3293 from Andrew-Chen-Wang/patch-3 2021-08-13 09:53:31 +02:00
Bruno Alla
d28bd97f3a
Update {{cookiecutter.project_slug}}/local.yml 2021-08-13 09:52:25 +02:00
Andrew Chen Wang
64d3dfba8c
Add back version number but use testing image 2021-08-12 16:31:35 -04:00
Andrew Chen Wang
29f3706aef
Update production.yml 2021-08-12 16:28:21 -04:00
Andrew Chen Wang
c0a6157373
Use major version 6 without minor 2021-08-12 09:18:19 -04:00
Bruno Alla
ce80863f95
Merge pull request #3281 from pydanny/pyup-update-sentry-sdk-1.3.0-to-1.3.1
Update sentry-sdk to 1.3.1
2021-08-12 10:39:33 +02:00
Bruno Alla
e17a0c6e40
Merge pull request #3289 from pydanny/pyup-update-pre-commit-2.13.0-to-2.14.0 2021-08-12 09:13:54 +02:00
Andrew Chen Wang
4c45aa2e60
Fix RTD Python version
* Python 3.9 is technically supported via the testing image.
2021-08-11 23:13:30 -04:00
Matthew Foster Walsh
4d8923f584 Removed outdated isort option "recursive=true" 2021-08-08 23:38:40 -05:00
Matthew Foster Walsh
0d4190c243 Moved isort config from .editorconfig to setup.cfg 2021-08-08 22:58:48 -05:00
pyup-bot
eff1c5dfde Update pre-commit from 2.13.0 to 2.14.0 2021-08-06 13:43:03 -07:00
browniebroke
f3145b895e Auto-update pre-commit hooks 2021-07-30 00:04:45 +00:00
pyup-bot
c26f5cb5f0 Update sentry-sdk from 1.3.0 to 1.3.1 2021-07-28 04:38:03 -07:00
Andrew Chen Wang
5f70a802a6
Fix popper package installation
Co-authored-by: Steve Putman <steve.putman@gmail.com>
2021-07-27 19:39:15 -04:00
Bruno Alla
3dc704b6b6
Merge pull request #3110 from pydanny/pyup-update-hiredis-1.1.0-to-2.0.0 2021-07-27 13:52:09 +02:00
Bruno Alla
a00dc29f3c
Merge pull request #3237 from pydanny/pyup-update-mypy-0.902-to-0.910
Update mypy to 0.910
2021-07-27 13:50:06 +02:00
Bruno Alla
4878a0b542
Merge pull request #3273 from pydanny/pyup-update-whitenoise-5.2.0-to-5.3.0 2021-07-27 13:48:49 +02:00
Bruno Alla
f7704ee776
Merge pull request #3267 from pydanny/pyup-update-django-allauth-0.44.0-to-0.45.0 2021-07-27 13:48:12 +02:00
Bruno Alla
fcdbca9f8e
Merge pull request #3262 from pydanny/pyup-update-sentry-sdk-1.1.0-to-1.3.0
Update sentry-sdk to 1.3.0
2021-07-27 13:46:59 +02:00
Bruno Alla
9c330cc10a
Merge pull request #3278 from pydanny/pyup-update-sphinx-4.0.2-to-4.1.2
Update sphinx to 4.1.2
2021-07-27 13:46:19 +02:00
Bruno Alla
2e03971256
Merge pull request #3264 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2021-07-27 13:45:45 +02:00
Bruno Alla
27c43aea2a
Merge pull request #3259 from pydanny/pyup-update-pillow-8.2.0-to-8.3.1
Update pillow to 8.3.1
2021-07-27 13:24:15 +02:00
Bruno Alla
bf8463dc2a
Merge pull request #3272 from pydanny/pyup-update-black-21.6b0-to-21.7b0
Update black to 21.7b0
2021-07-27 13:23:07 +02:00
pyup-bot
aa371f1836 Update sphinx from 4.0.2 to 4.1.2 2021-07-27 01:56:45 -07:00
Andrew-Chen-Wang
88c487dfbd Convert trans to translate in templates
Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>
2021-07-27 01:20:30 -04:00
Andrew Chen Wang
cc28195e38
Merge branch 'master' into bootstrap5 2021-07-27 01:16:15 -04:00
Andrew-Chen-Wang
7a87b1bd1f Fix gulp package installation (dropped jQuery)
* Add defer

Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>
2021-07-27 01:15:22 -04:00
Andrew-Chen-Wang
ba2f423600 Add bootstrap5 support + drop IE support
Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>
2021-07-27 01:10:18 -04:00
pyup-bot
91172cc6e2 Update whitenoise from 5.2.0 to 5.3.0 2021-07-17 10:28:59 -07:00
browniebroke
d1ce715e83 Auto-update pre-commit hooks 2021-07-17 00:04:19 +00:00
pyup-bot
aaca5aa2a1 Update black from 21.6b0 to 21.7b0 2021-07-16 10:53:41 -07:00
pyup-bot
83a7ac6e4d Update django-allauth from 0.44.0 to 0.45.0 2021-07-12 08:45:29 -07:00
Fábio C. Barrionuevo da Luz
c91464c7de
Merge pull request #3263 from pydanny/luzfcb-celery-heroku-REMAP_SIGTERM
Define REMAP_SIGTERM=SIGQUIT on Profile of Celery on Heroku
2021-07-12 10:56:52 -03:00
Fábio C. Barrionuevo da Luz
0aca0a8782
Define REMAP_SIGTERM=SIGQUIT on Profile of Celery
on Heroku
2021-07-08 19:29:25 -03:00
pyup-bot
3e02640e29 Update sentry-sdk from 1.1.0 to 1.3.0 2021-07-08 07:55:45 -07:00
pyup-bot
9c62cfe2eb Update pillow from 8.2.0 to 8.3.1 2021-07-06 20:39:32 -07:00
Andrew-Chen-Wang
391874b426 Add Redis 6 support 2021-07-05 16:37:35 -04:00
pyup-bot
abe3588bed Update django from 3.1.12 to 3.1.13 2021-07-01 08:19:11 -07:00
Fábio C. Barrionuevo da Luz
c6d53d753a Revert "Fix Celery ports error on local Docker (#3241)"
This reverts commit d8b39f32ae.
2021-06-28 09:02:16 -03:00
Haseeb ur Rehman
d8b39f32ae
Fix Celery ports error on local Docker (#3241) 2021-06-28 11:30:30 +01:00
Bruno Alla
f11bfcd1c5
Merge pull request #3238 from LECbg/patch-1
Update gitignore for VSCode
2021-06-25 09:46:33 +02:00
Kuo Chao Cheng
28544cb247 Wrap jQuery event after DOMContentLoaded 2021-06-25 12:05:12 +08:00
LECbg
9cc54eea33
Update gitignore for VSCode
Update VSCode section as of 991e760c1c/Global/VisualStudioCode.gitignore
2021-06-24 11:57:23 +02:00
pyup-bot
93ce22615f Update mypy from 0.902 to 0.910 2021-06-22 14:11:04 -07:00
Bruno Alla
17a41afc2d
Merge pull request #3230 from Andrew-Chen-Wang/patch-1
Update docs/howto.rst
2021-06-22 09:57:37 +01:00
browniebroke
8472960648 Auto-update pre-commit hooks 2021-06-22 00:04:46 +00:00
Bruno Alla
9577d0269f
Merge pull request #3225 from pydanny/pyup-update-django-anymail-8.2-to-8.4 2021-06-21 13:09:19 +01:00
Bruno Alla
86a9222af3
Merge pull request #3205 from pydanny/pyup-update-django-redis-4.12.1-to-5.0.0
Update django-redis to 5.0.0
2021-06-21 13:01:09 +01:00
pyup-bot
eaa7013864 Update pylint-django from 2.4.3 to 2.4.4 2021-06-21 04:46:11 -07:00
Bruno Alla
f18b0e635c
Merge pull request #3220 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2021-06-21 12:45:23 +01:00
Bruno Alla
1903c685d1
Merge pull request #3232 from pydanny/pyup-update-black-21.5b2-to-21.6b0 2021-06-21 12:44:15 +01:00
Bruno Alla
c5f7c616ed
Merge pull request #3221 from pydanny/pyup-update-django-crispy-forms-1.11.2-to-1.12.0
Update django-crispy-forms to 1.12.0
2021-06-21 12:27:27 +01:00
Bruno Alla
f6fc38ba20
Merge pull request #3219 from pydanny/pyup-update-mypy-0.901-to-0.902
Update mypy to 0.902
2021-06-21 12:27:03 +01:00
pyup-bot
810e8b4672 Update black from 21.5b2 to 21.6b0 2021-06-21 04:23:36 -07:00
Bruno Alla
cdad179dc3
Merge pull request #3217 from pydanny/pyup-update-django-coverage-plugin-1.8.0-to-2.0.0
Update django-coverage-plugin to 2.0.0
2021-06-21 12:22:52 +01:00
Bruno Alla
cd432b1ac6
Merge pull request #3210 from pydanny/pyup-update-ipdb-0.13.7-to-0.13.9
Update ipdb to 0.13.9
2021-06-21 12:22:11 +01:00
Bruno Alla
8d027dd161
Merge pull request #3207 from pydanny/pyup-update-uvicorn-0.13.4-to-0.14.0
Update uvicorn to 0.14.0
2021-06-21 12:21:39 +01:00
Bruno Alla
1b22bae545
Merge pull request #3193 from pydanny/pyup-update-sphinx-4.0.1-to-4.0.2
Update sphinx to 4.0.2
2021-06-21 10:38:18 +01:00
browniebroke
9cbb840ec9 Auto-update pre-commit hooks 2021-06-21 00:06:34 +00:00
Andrew Chen Wang
4214b1b8ef
Update docs/howto.rst 2021-06-20 12:47:07 -04:00
Fábio C. Barrionuevo da Luz
18a94046b1
Add venv to .dockerignore 2021-06-19 01:18:31 -03:00
Fábio C. Barrionuevo da Luz
79898dec9f
Merge pull request #3227 from pydanny/pyup-update-psycopg2-2.8.6-to-2.9.1
Update psycopg2 to 2.9.1
2021-06-18 21:05:52 -03:00
pyup-bot
facd5c40fc Update psycopg2-binary from 2.8.6 to 2.9.1 2021-06-17 17:47:07 -07:00
pyup-bot
6cd2719437 Update psycopg2 from 2.8.6 to 2.9.1 2021-06-17 09:36:12 -07:00
pyup-bot
f8bbcf0788 Update psycopg2 from 2.8.6 to 2.9.1 2021-06-17 09:36:11 -07:00
pyup-bot
350ab6c93b Update django-anymail from 8.2 to 8.4 2021-06-16 06:22:23 -07:00
pyup-bot
2532937fbd Update django-anymail from 8.2 to 8.4 2021-06-16 06:22:22 -07:00
pyup-bot
aed5d2e701 Update django-anymail from 8.2 to 8.4 2021-06-16 06:22:22 -07:00
pyup-bot
f4f7fd0094 Update django-anymail from 8.2 to 8.4 2021-06-16 06:22:21 -07:00
pyup-bot
d10fe10e9c Update django-anymail from 8.2 to 8.4 2021-06-16 06:22:21 -07:00
pyup-bot
b02d986abd Update django-anymail from 8.2 to 8.4 2021-06-16 06:22:21 -07:00
pyup-bot
5cea74a7eb Update django-anymail from 8.2 to 8.4 2021-06-16 06:22:20 -07:00
pyup-bot
e57f283d80 Update django-anymail from 8.2 to 8.4 2021-06-16 06:22:20 -07:00
pyup-bot
19af4c063a Update django-anymail from 8.2 to 8.4 2021-06-16 06:22:20 -07:00
Andrew Chen Wang
abb736478a
Update black GitHub link in requirements 2021-06-12 20:51:48 -04:00
pyup-bot
5bf09040eb Update django-crispy-forms from 1.11.2 to 1.12.0 2021-06-12 06:55:08 -07:00
pyup-bot
d4ca824573 Update mypy from 0.901 to 0.902 2021-06-10 16:19:55 -07:00
pyup-bot
f2b0ddb78a Update django-coverage-plugin from 1.8.0 to 2.0.0 2021-06-09 06:19:42 -07:00
Bruno Alla
0adf0d0423
Merge pull request #3195 from pydanny/pyup-update-pre-commit-2.12.1-to-2.13.0 2021-06-09 09:55:13 +01:00
Bruno Alla
e01654ee17
Merge pull request #3212 from pydanny/pyup-update-pytest-django-4.3.0-to-4.4.0
Update pytest-django to 4.4.0
2021-06-09 09:54:58 +01:00
Bruno Alla
2d00734c9a
Merge pull request #3215 from pydanny/pyup-update-mypy-0.812-to-0.901
Update mypy to 0.901
2021-06-09 09:54:35 +01:00
Bruno Alla
dc97f3fabf
Merge pull request #3206 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2021-06-09 09:54:16 +01:00
Bruno Alla
69f2d665c9
Merge pull request #3204 from pydanny/pyup-update-black-21.5b1-to-21.5b2 2021-06-09 09:53:57 +01:00
pyup-bot
93882486ff Update mypy from 0.812 to 0.901 2021-06-08 16:16:52 -07:00
browniebroke
75d07e35bc Auto-update pre-commit hooks 2021-06-08 00:15:41 +00:00
pyup-bot
e101fb286f Update pytest-django from 4.3.0 to 4.4.0 2021-06-06 11:53:50 -07:00
Fábio C. Barrionuevo da Luz
07271d6f71
Merge pull request #3208 from arnav13081994/update_precommit
Updated .pre-commit-config.yaml to self-update its dependencies
2021-06-06 15:53:46 -03:00
pyup-bot
9e57d844c0 Update ipdb from 0.13.7 to 0.13.9 2021-06-02 07:20:44 -07:00
pyup-bot
a1e6496294 Update django from 3.1.11 to 3.1.12 2021-06-02 07:20:42 -07:00
Arnav Choudhury
f1e66ff842 Updated .pre-commit-config.yaml to self-update its dependencies
Pre-commit will now automatically also run on any raised PRs. This will ensure committed code will always stay consistent.
2021-06-02 13:17:54 +05:30
pyup-bot
1cd8dffbc3 Update uvicorn from 0.13.4 to 0.14.0 2021-06-01 07:25:15 -07:00
pyup-bot
5fb7dded0c Update django-redis from 4.12.1 to 5.0.0 2021-05-31 12:33:44 -07:00
pyup-bot
d0667d9b3c Update black from 21.5b1 to 21.5b2 2021-05-31 10:50:39 -07:00
pyup-bot
8640220d33 Update pre-commit from 2.12.1 to 2.13.0 2021-05-22 10:09:39 -07:00
pyup-bot
5db1e0f719 Update sphinx from 4.0.1 to 4.0.2 2021-05-21 13:56:16 -07:00
Fabio C. Barrionuevo da Luz
abba9de2bd Move ARG PYTHON_VERSION=3.9-slim-buster to the global scope
of production Dockerfile to fix #3187 which occurs when
 Gulp is selected as `js_task_runner` on project generation.
2021-05-17 22:22:08 -03:00
browniebroke
0c773f4ada Auto-update pre-commit hooks 2021-05-17 00:06:30 +00:00
Fabio C. Barrionuevo da Luz
d76fe09163 Replaced ugettext_lazy by gettext_lazy 2021-05-15 21:37:03 -03:00
luzfcb
aac58a094b Auto-update pre-commit hooks 2021-05-15 22:27:42 +00:00
Fábio C. Barrionuevo da Luz
0940bb6f5c
Merge pull request #3167 from pydanny/pyup-update-black-21.4b2-to-21.5b1
Update black to 21.5b1
2021-05-15 16:01:49 -03:00
Fábio C. Barrionuevo da Luz
5cb2cdba7d
Merge pull request #3164 from pydanny/pyup-update-flake8-3.9.1-to-3.9.2
Update flake8 to 3.9.2
2021-05-15 16:01:14 -03:00
Fábio C. Barrionuevo da Luz
6906c595bc
Merge pull request #3182 from pydanny/pyup-update-pytest-django-4.2.0-to-4.3.0
Update pytest-django to 4.3.0
2021-05-15 16:00:40 -03:00
Fábio C. Barrionuevo da Luz
181526d936
Merge pull request #3157 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2021-05-15 15:51:03 -03:00
Fábio C. Barrionuevo da Luz
0c87c26559
Merge pull request #3161 from pydanny/pyup-update-python-slugify-4.0.1-to-5.0.2
Update python-slugify to 5.0.2
2021-05-15 15:50:39 -03:00
Fábio C. Barrionuevo da Luz
d6a0a0c525
Merge pull request #3163 from pydanny/pyup-update-sentry-sdk-1.0.0-to-1.1.0
Update sentry-sdk to 1.1.0
2021-05-15 15:49:42 -03:00
pyup-bot
0c27117dbd Update pytest-django from 4.2.0 to 4.3.0 2021-05-15 11:48:27 -07:00
Fábio C. Barrionuevo da Luz
f300dd4ed2
Merge pull request #3156 from pydanny/pyup-update-pytest-6.2.3-to-6.2.4
Update pytest to 6.2.4
2021-05-15 15:48:23 -03:00
Fábio C. Barrionuevo da Luz
4ccd9199a2
Merge pull request #3169 from pydanny/pyup-update-sphinx-3.5.4-to-4.0.1
Update sphinx to 4.0.1
2021-05-15 15:41:53 -03:00
Fábio C. Barrionuevo da Luz
5e9aa7ee2b
Merge pull request #3177 from Andrew-Chen-Wang/patch-1
Update watchgod to 0.7
2021-05-15 15:41:41 -03:00
pyup-bot
95fd002127 Update django from 3.1.10 to 3.1.11 2021-05-13 14:49:41 -07:00
Andrew Chen Wang
a80c91de44
Update watchgod to 0.7 2021-05-13 02:01:24 -04:00
pyup-bot
f42dc4bdbc Update sphinx from 3.5.4 to 4.0.1 2021-05-11 11:31:39 -07:00
browniebroke
5d665bbc71 Auto-update pre-commit hooks 2021-05-11 00:04:21 +00:00
pyup-bot
f37e472c35 Update black from 21.4b2 to 21.5b1 2021-05-10 11:42:15 -07:00
pyup-bot
fffe0d74e5 Update flake8 from 3.9.1 to 3.9.2 2021-05-08 17:03:14 -07:00
pyup-bot
2aa0c3e575 Update sentry-sdk from 1.0.0 to 1.1.0 2021-05-07 07:38:30 -07:00
pyup-bot
b2c49acc9b Update django from 3.1.9 to 3.1.10 2021-05-06 14:20:20 -07:00
pyup-bot
5368d63dc0 Update python-slugify from 4.0.1 to 5.0.2 2021-05-05 18:17:39 -07:00
pyup-bot
d047034832 Update pytest from 6.2.3 to 6.2.4 2021-05-04 14:13:38 -07:00
pyup-bot
8f09ef7a51 Update django from 3.1.8 to 3.1.9 2021-05-04 14:13:36 -07:00
Andrew Chen Wang
8b35c83500
Lint production.py 2021-04-30 12:50:35 -04:00
pyup-bot
1243b82d4f Update black from 21.4b1 to 21.4b2 2021-04-29 10:54:37 -07:00
browniebroke
fc37f09c6d Auto-update pre-commit hooks 2021-04-29 00:10:47 +00:00
Bruno Alla
4d7779d148
Merge pull request #3145 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2021-04-28 14:12:11 +01:00
browniebroke
90a02f2c04 Auto-update pre-commit hooks 2021-04-28 00:10:26 +00:00
Andrew Chen Wang
9e1c99fad2
Fix README link 2021-04-27 15:32:18 -04:00
pyup-bot
f518d92041 Update black from 21.4b0 to 21.4b1 2021-04-27 10:45:40 -07:00
Floyd Hightower
7b4a0bafb6
Removing pycharm docs if app does not use pycharm 2021-04-26 06:43:52 -04:00
Bruno Alla
77198ee3f2
Merge pull request #3138 from pydanny/pyup-update-black-20.8b1-to-21.4b0 2021-04-26 11:30:28 +01:00
pyup-bot
ec061d2fc1 Update black from 20.8b1 to 21.4b0 2021-04-25 17:11:54 -07:00
browniebroke
7ad5dffe85 Auto-update pre-commit hooks 2021-04-26 00:11:48 +00:00
Bruno Alla
93d5ef38e5
Merge pull request #3133 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2021-04-21 09:53:17 +01:00
Bruno Alla
1a7220e7aa
Merge pull request #3136 from pydanny/pyup-update-django-extensions-3.1.2-to-3.1.3
Update django-extensions to 3.1.3
2021-04-21 09:53:00 +01:00
Bruno Alla
348fd3a202
Merge pull request #3135 from pydanny/pyup-update-django-compressor-2.4-to-2.4.1
Update django-compressor to 2.4.1
2021-04-21 09:52:38 +01:00
Bruno Alla
4333262fa8
Merge pull request #3134 from pydanny/pyup-update-pre-commit-2.12.0-to-2.12.1 2021-04-21 09:32:32 +01:00
Bruno Alla
e56205e11a
Merge pull request #3131 from pydanny/pyup-update-flake8-3.9.0-to-3.9.1 2021-04-21 09:32:11 +01:00
Bruno Alla
5b047d60c1
Merge pull request #3127 from pydanny/pyup-update-django-stubs-1.7.0-to-1.8.0
Update django-stubs to 1.8.0
2021-04-21 09:31:42 +01:00
Bruno Alla
59a83f2212
Merge pull request #3126 from pydanny/pyup-update-sphinx-3.5.3-to-3.5.4
Update sphinx to 3.5.4
2021-04-21 09:30:46 +01:00
pyup-bot
bfe8c7bd2b Update django-extensions from 3.1.2 to 3.1.3 2021-04-20 10:56:51 -07:00
pyup-bot
6eaddddf87 Update django-compressor from 2.4 to 2.4.1 2021-04-18 06:00:37 -07:00
pyup-bot
4b2e95a46f Update pre-commit from 2.12.0 to 2.12.1 2021-04-17 03:41:47 -07:00
browniebroke
204acbd65d Auto-update pre-commit hooks 2021-04-17 00:10:17 +00:00
pyup-bot
a34f6e9781 Update flake8 from 3.9.0 to 3.9.1 2021-04-16 11:52:53 -07:00
pyup-bot
df0cd7fa9c Update django-debug-toolbar from 3.2 to 3.2.1 2021-04-15 09:04:39 -07:00
pyup-bot
3017ccfd2c Update django-stubs from 1.7.0 to 1.8.0 2021-04-12 03:58:44 -07:00
pyup-bot
9ffcec913e Update sphinx from 3.5.3 to 3.5.4 2021-04-11 19:25:09 -07:00
Bruno Alla
3a52ee016d
Merge pull request #3125 from pydanny/pyup-update-pytest-django-4.1.0-to-4.2.0 2021-04-11 15:02:07 +01:00
Bruno Alla
9fb32b2c9a
Merge pull request #3122 from pydanny/pyup-update-pylint-django-2.4.2-to-2.4.3
Update pylint-django to 2.4.3
2021-04-11 15:01:48 +01:00
pyup-bot
1b9e7608a0 Update pytest-django from 4.1.0 to 4.2.0 2021-04-10 15:53:23 -07:00
Bruno Alla
13daafe9bb
Merge pull request #3023 from areski/fix_upgrade_py39 2021-04-09 17:47:29 +01:00
pyup-bot
c7ef61db2b Update pylint-django from 2.4.2 to 2.4.3 2021-04-09 00:21:28 -07:00
Bruno Alla
49b739fc9e Switch .dockerignore to explicit list
Use explicit list of files to ignore instead of exceptions.

Fix #713
2021-04-08 19:42:24 +01:00
Bruno Alla
47f5b40ace Update Heroku to latest 3.9.x 2021-04-08 18:53:14 +01:00
Bruno Alla
ea84b6ccab Merge branch 'master' into update_tests_deprecation
# Conflicts:
#	{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_views.py
2021-04-08 18:47:47 +01:00
Bruno Alla
9e7320ea1b Merge branch 'master' into fix_upgrade_py39
# Conflicts:
#	README.rst
#	{{cookiecutter.project_slug}}/.gitlab-ci.yml
#	{{cookiecutter.project_slug}}/compose/local/django/Dockerfile
#	{{cookiecutter.project_slug}}/compose/production/django/Dockerfile
2021-04-08 18:43:54 +01:00
Bruno Alla
e6604f9a7d Fix style 2021-04-07 21:12:36 +01:00
Bruno Alla
5a393f1d34 Merge branch 'master' into django-multi 2021-04-07 21:06:45 +01:00
Bruno Alla
675cef0a95 Fix linting issues in template 2021-04-07 20:57:04 +01:00
Bruno Alla
382dce2803 Fix linting issues in Gulpfile 2021-04-07 20:57:04 +01:00
Bruno Alla
c7bb4834e0 Fix pre-commit hook issues with Docker & Celery 2021-04-07 20:57:04 +01:00
Bruno Alla
c382894934 Fix pre-commit hook issues 2021-04-07 20:57:04 +01:00
Bruno Alla
c6d7739d7a
Merge pull request #3112 from Tamerz/fix-gitlab-ci 2021-04-07 20:49:40 +01:00
pyup-bot
83423025d9 Update hiredis from 1.1.0 to 2.0.0 2021-04-07 20:44:37 +01:00
pyup-bot
329493903a Update hiredis from 1.1.0 to 2.0.0 2021-04-07 20:44:37 +01:00
pyup-bot
3a23b5f45e Update sentry-sdk from 0.20.3 to 1.0.0 2021-04-07 20:28:35 +01:00
Bruno Alla
bfe1d22c1e
Merge pull request #3108 from pydanny/pyup-update-gunicorn-20.0.4-to-20.1.0
Update gunicorn to 20.1.0
2021-04-07 20:26:05 +01:00
Bruno Alla
1379fc08e2
Merge pull request #3118 from pydanny/pyup-update-pre-commit-2.11.1-to-2.12.0
Update pre-commit to 2.12.0
2021-04-07 20:25:23 +01:00
Bruno Alla
2e7a7d68ce
Merge pull request #3116 from pydanny/pyup-update-django-extensions-3.1.1-to-3.1.2
Update django-extensions to 3.1.2
2021-04-07 20:24:58 +01:00
Bruno Alla
1039b310e8
Merge pull request #3113 from pydanny/pyup-update-pillow-8.1.2-to-8.2.0
Update pillow to 8.2.0
2021-04-07 20:24:39 +01:00
Bruno Alla
71f75cf558
Merge pull request #3117 from pydanny/pyup-update-django-3.1.7-to-3.1.8
Update django to 3.1.8
2021-04-07 20:24:17 +01:00
pyup-bot
a567c85fb5 Update pre-commit from 2.11.1 to 2.12.0 2021-04-06 21:03:28 -07:00
pyup-bot
289a14aef1 Update django from 3.1.7 to 3.1.8 2021-04-06 17:56:14 -07:00
pyup-bot
a5727efc55 Update django-extensions from 3.1.1 to 3.1.2 2021-04-05 08:36:26 -07:00
pyup-bot
9e62ff99d5 Update pytest from 6.2.2 to 6.2.3 2021-04-04 12:36:50 -07:00
pyup-bot
0ef98a118b Update pillow from 8.1.2 to 8.2.0 2021-04-02 11:19:19 -07:00
Tames McTigue
49bf68aa00 Fixed blank space 2021-03-30 13:26:12 +03:00
Tames McTigue
5314faaf8a Fixed placement of image key value for non-Docker run. 2021-03-30 13:09:29 +03:00
pyup-bot
0073683c70 Update gunicorn from 20.0.4 to 20.1.0 2021-03-27 02:04:38 -07:00
pyup-bot
140c3a961c Update djangorestframework from 3.12.3 to 3.12.4 2021-03-26 09:30:46 -07:00
pyup-bot
a7847ec2cc Update djangorestframework from 3.12.2 to 3.12.3 2021-03-25 09:30:30 -07:00
pyup-bot
b07c5d5d90 Update django-crispy-forms from 1.11.1 to 1.11.2 2021-03-22 07:21:59 -07:00
pyup-bot
3487781079 Update sphinx from 3.5.1 to 3.5.3 2021-03-22 04:18:19 -07:00
Bruno Alla
91299af8ee
Merge pull request #3102 from pydanny/pyup-update-ipdb-0.13.5-to-0.13.7
Update ipdb to 0.13.7
2021-03-22 11:17:26 +00:00
pyup-bot
be4e70bbd9 Update ipdb from 0.13.5 to 0.13.7 2021-03-22 03:52:19 -07:00
pyup-bot
7792708322 Update sphinx-autobuild from 2020.9.1 to 2021.3.14 2021-03-22 03:51:35 -07:00
Bruno Alla
34170967bf
Merge pull request #3089 from pydanny/pyup-update-pre-commit-2.10.1-to-2.11.1
Update pre-commit to 2.11.1
2021-03-22 09:46:17 +00:00
Bruno Alla
b1af3c4eac
Merge pull request #3096 from pydanny/pyup-update-flake8-3.8.4-to-3.9.0 2021-03-22 09:45:47 +00:00
Bruno Alla
e409dd5e69
Merge pull request #3084 from pydanny/pyup-update-pillow-8.1.1-to-8.1.2
Update pillow to 8.1.2
2021-03-22 09:45:30 +00:00
Fábio C. Barrionuevo da Luz
b9eaa50ff5
Add non-python requirements file for Ubuntu 20.04 2021-03-21 22:48:36 -03:00
browniebroke
d36f7e8617 Auto-update pre-commit hooks 2021-03-22 00:27:06 +00:00
pyup-bot
b6c6d682ff Update flake8 from 3.8.4 to 3.9.0 2021-03-15 14:27:22 -07:00
pyup-bot
569ab9af4a Update pre-commit from 2.10.1 to 2.11.1 2021-03-10 08:50:25 -08:00
pyup-bot
fb6cb0f51e Update pillow from 8.1.1 to 8.1.2 2021-03-06 23:08:35 -08:00