Commit Graph

2603 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