Commit Graph

3165 Commits

Author SHA1 Message Date
Bruno Alla
7ad2e1fdae
Fix missing celery env variable when running compilemessages (#4403) 2023-06-18 13:03:36 +01:00
pyup.io bot
9c8913ef47
Update whitenoise from 6.4.0 to 6.5.0 (#4400) 2023-06-16 21:10:09 +01:00
pyup-bot
9b3c4e7a94 Update django-redis from 5.2.0 to 5.3.0 2023-06-16 14:55:01 +01:00
github-actions[bot]
8c93ad4dd0
Auto-update pre-commit hooks (#4395)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-06-16 07:41:56 +01:00
pyup.io bot
61ee4c3e30
Update django-cors-headers from 4.0.0 to 4.1.0 (#4391) 2023-06-14 20:49:07 +01:00
Jelmer Draaijer
c15eb6d97a Upgrade to django 4.2 2023-06-14 15:26:44 +02:00
pyup-bot
1c399167ad Update django-webpack-loader from 2.0.0 to 2.0.1 2023-06-14 13:54:22 +01:00
pyup.io bot
0d308fa2ee
Update pre-commit to 3.3.3 (#4390)
* Update pre-commit from 3.3.2 to 3.3.3

* Update pre-commit from 3.3.2 to 3.3.3
2023-06-14 06:54:36 +01:00
pyup.io bot
733f5b9544
Update pytest to 7.3.2 (#4384)
* Update pytest from 7.3.1 to 7.3.2

* Update pytest from 7.3.1 to 7.3.2
2023-06-11 09:16:04 +01:00
github-actions[bot]
9bb27586d5
Auto-update pre-commit hooks (#4385)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-06-11 09:15:29 +01:00
Bruno Alla
2e561ed6c4
Fix missing compilemessages step before deploying to prod (#4363)
* Update readme on internationalization

* Run compilemessages when building production image

* Run compilemessages when deploying to Heroku

* Always keep Heroku post-compile hooks

* Add empty po file for en-US language

* Update instructions for Docker

* Update default po file

* Convert locale readme to markdown and expand a bit the instructions

* Don't compile translations for 3rd party packages

* Use simplified settings & set env variables for compiling translations

* Update README for translations

* Improve metadata for Brazilian Portuguese translations

* Fix condition for django compressor on Heroku

* Fix condition for Django Compressor
2023-06-09 11:12:44 +01:00
Bruno Alla
61ebd31e5d
Update Heroku runtime to Python 3.11.4 2023-06-08 16:49:59 +01:00
dependabot[bot]
ca780d5665
Update to Python 3.11.4 in production Docker compose (#4378)
Bumps python from 3.11.3-slim-bullseye to 3.11.4-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 16:47:50 +01:00
dependabot[bot]
4e4ca84519
Update to Python 3.11.4 in docs Docker compose (#4379)
Bumps python from 3.11.3-slim-bullseye to 3.11.4-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 16:47:43 +01:00
dependabot[bot]
b2dfd26834
Update to Python 3.11.4 in local Docker compose (#4380)
Bumps python from 3.11.3-slim-bullseye to 3.11.4-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 16:47:37 +01:00
pyup.io bot
74b98844c2
Update celery to 5.3.0 (#4369) 2023-06-08 16:43:28 +01:00
mpsantos
1025d73083
Translate fixed message in test (#4374) 2023-06-08 16:41:35 +01:00
pyup.io bot
135ea503e4
Update werkzeug from 2.3.4 to 2.3.5 (#4377) 2023-06-08 11:15:42 +01:00
pyup.io bot
d6c8c760e7
Update sentry-sdk from 1.25.0 to 1.25.1 (#4376) 2023-06-07 13:55:10 -03:00
Bruno Alla
5bf90a43a9
Replace runserver with runserver_plus (#4373)
This reverts commit f93a9f78d9

In #4255, `runserver_plus` was replaced by `runserver` due to some bugs in django-extensions, preventing us to upgrade Django.

In #4372, django-extensions was upgraded to a version with a fix, so we can go back to using `runserver_plus`.
2023-06-07 17:12:01 +01:00
pyup.io bot
36b5606823
Update django-extensions to 3.2.3 (#4372) 2023-06-07 10:17:09 +01:00
Bruno Alla
cb9b681c2d
Merge remote-tracking branch 'upstream/pyup-update-djangorestframework-stubs-3.14.0-to-3.14.1' into pyup-update-mypy-1.2.0-to-1.3.0 2023-06-07 09:56:37 +01:00
Bruno Alla
6a436cefd2
Merge remote-tracking branch 'upstream/pyup-update-django-stubs-4.2.0-to-4.2.1' into pyup-update-mypy-1.2.0-to-1.3.0
# Conflicts:
#	{{cookiecutter.project_slug}}/requirements/local.txt
2023-06-07 09:56:23 +01:00
pyup-bot
45c407d47a Update mypy from 1.2.0 to 1.3.0 2023-06-07 09:55:19 +01:00
Matheus Jardim Bernardes
72887ed673
add pt_BR .po file (#4367)
* add pt_BR .po file

* add ptBR strings

* update docs

* add README.rst info for i18n

* Update {{cookiecutter.project_slug}}/locale/pt_BR/LC_MESSAGES/django.po

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

---------

Co-authored-by: Matheus Jardim <matheus.jardim@conceptu.ind.br>
Co-authored-by: Fábio C. Barrionuevo da Luz <bnafta@gmail.com>
2023-06-07 09:50:30 +01:00
pyup-bot
0f7485f7c4 Update djangorestframework-stubs from 3.14.0 to 3.14.1 2023-06-02 18:18:40 +02:00
pyup-bot
c56451e268 Update django-stubs from 4.2.0 to 4.2.1 2023-06-02 18:18:37 +02:00
pyup.io bot
752dbffdce
Update sentry-sdk to 1.25.0 (#4364) 2023-06-02 14:55:43 +01:00
pyup.io bot
0e89b70e94
Update hiredis to 2.2.3 (#4360)
* Update hiredis from 2.2.2 to 2.2.3

* Update hiredis from 2.2.2 to 2.2.3
2023-05-30 16:05:37 +01:00
pyup.io bot
8d0ad800e7
Update django-debug-toolbar to 4.1.0 (#4359) 2023-05-30 16:05:20 +01:00
pyup.io bot
062c942ab6
Update redis to 4.5.5 (#4358) 2023-05-30 16:04:46 +01:00
pyup.io bot
332fa9afa2
Update django-anymail to 10.0 (#4357)
* Update django-anymail from 9.2 to 10.0

* Update django-anymail from 9.2 to 10.0

* Update django-anymail from 9.2 to 10.0

* Update django-anymail from 9.2 to 10.0

* Update django-anymail from 9.2 to 10.0

* Update django-anymail from 9.2 to 10.0

* Update django-anymail from 9.2 to 10.0

* Update django-anymail from 9.2 to 10.0

* Update django-anymail from 9.2 to 10.0

* Update the 'extra' for Amazon SES

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-05-30 16:04:26 +01:00
pyup.io bot
cb290a6d43
Update coverage to 7.2.7 (#4356) 2023-05-30 15:47:46 +01:00
Bruno Alla
8d64f17494
Prevent Celery restarts on media file changes (#4352)
Fix #4318
2023-05-24 15:51:38 +01:00
pyup.io bot
02d2d24b69
Update coverage from 7.2.5 to 7.2.6 (#4351) 2023-05-24 08:10:13 +01:00
pyup.io bot
ff0bedc0d4
Update sentry-sdk from 1.23.1 to 1.24.0 (#4349) 2023-05-23 13:07:05 -03:00
Fábio C. Barrionuevo da Luz
65abf6165a
Fix compatibility webpack-bundle-tracker>=2.0.0 js library (#4350)
required after upgrade django-webpack-loader to >=2.0.0
2023-05-23 12:57:52 -03:00
dependabot[bot]
60a3ee78b8
Bump webpack-bundle-tracker in /{{cookiecutter.project_slug}} (#4347)
Bumps [webpack-bundle-tracker](https://github.com/django-webpack/webpack-bundle-tracker) from 1.8.1 to 2.0.0.
- [Release notes](https://github.com/django-webpack/webpack-bundle-tracker/releases)
- [Commits](https://github.com/django-webpack/webpack-bundle-tracker/compare/1.8.1...2.0.0)

---
updated-dependencies:
- dependency-name: webpack-bundle-tracker
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 12:32:48 -03:00
pyup.io bot
2dab4630df
Update django-webpack-loader from 1.8.1 to 2.0.0 (#4345) 2023-05-23 09:42:30 -03:00
pyup.io bot
6f308d4e50
Update pre-commit to 3.3.2 (#4342)
* Update pre-commit from 3.3.1 to 3.3.2

* Update pre-commit from 3.3.1 to 3.3.2
2023-05-18 17:29:05 +01:00
pyup.io bot
3bd669a80d
Update sentry-sdk from 1.23.0 to 1.23.1 (#4341) 2023-05-17 20:03:03 +01:00
pyup.io bot
8ec0f36587
Update django-cors-headers from 3.14.0 to 4.0.0 (#4329) 2023-05-15 21:21:25 +01:00
pyup.io bot
36b92f4f0d
Update sentry-sdk from 1.22.2 to 1.23.0 (#4337) 2023-05-15 20:36:17 +01:00
Bruno Alla
54d78f733e
Use single quotes in pre-commit config 2023-05-14 21:56:17 +01:00
pyup.io bot
a062981213
Update werkzeug from 2.3.3 to 2.3.4 (#4325) 2023-05-09 17:31:35 +01:00
github-actions[bot]
43efe9a7ef
Auto-update pre-commit hooks (#4320)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-05-08 15:52:45 +01:00
pyup.io bot
cd2e3b7783
Update sentry-sdk to 1.22.2 (#4321)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-05-08 15:47:13 +01:00
pyup.io bot
86fc36ec7e
Update django-anymail to 9.2 (#4316)
* Update django-anymail from 9.1 to 9.2

* Update django-anymail from 9.1 to 9.2

* Update django-anymail from 9.1 to 9.2

* Update django-anymail from 9.1 to 9.2

* Update django-anymail from 9.1 to 9.2

* Update django-anymail from 9.1 to 9.2

* Update django-anymail from 9.1 to 9.2

* Update django-anymail from 9.1 to 9.2

* Update django-anymail from 9.1 to 9.2
2023-05-04 15:42:37 +01:00
pyup.io bot
d0578306f4
Update pre-commit to 3.3.1 (#4315)
* Update pre-commit from 3.2.2 to 3.3.1

* Update pre-commit from 3.2.2 to 3.3.1
2023-05-04 10:14:34 +01:00
pyup.io bot
56863a960b
Update coverage from 7.2.3 to 7.2.5 (#4314) 2023-05-04 09:12:44 +01:00
pyup.io bot
2778552879
Update django from 4.1.8 to 4.1.9 (#4313) 2023-05-04 09:12:00 +01:00
pyup.io bot
6af3444476
Update sentry-sdk from 1.21.0 to 1.21.1 (#4312) 2023-05-04 09:04:03 +01:00
Bruno Alla
18a8ec3a0b
Remove pytz from dependencies (#4309) 2023-05-04 09:02:02 +01:00
dependabot[bot]
ffe666f2dd
Upgrade traefik to 2.10.1 (#4304)
Bumps traefik from 2.10.0 to 2.10.1.

---
updated-dependencies:
- dependency-name: traefik
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 16:28:54 +01:00
pyup.io bot
964c27a8ae
Update uvicorn from 0.21.1 to 0.22.0 (#4305) 2023-05-02 08:31:47 +01:00
pyup.io bot
3240a0709b
Update werkzeug from 2.3.1 to 2.3.3 (#4307) 2023-05-02 08:30:51 +01:00
Bruno Alla
c88f8ef37a
Add django-upgrade to pre-commit hooks (#4298) 2023-04-28 08:56:22 +01:00
pyup.io bot
d0d679bb97
Update djangorestframework-stubs from 1.10.0 to 3.14.0 (#4303) 2023-04-27 18:55:44 +01:00
pyup.io bot
a8f5c55455
Update werkzeug to 2.3.1 (#4302) 2023-04-27 15:56:51 +01:00
pyup.io bot
fe49a2cbe5
Update django-stubs to 4.2.0 (#4301) 2023-04-27 15:39:01 +01:00
Bruno Alla
66660f41e6
Update cdn js URLs to latest Bootstrap 2023-04-26 10:29:07 +02:00
dependabot[bot]
3a9882e92c
Upgrade cssnano to v6.0.0 (#4233)
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.15 to 6.0.0.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.15...cssnano@6.0.0)

---
updated-dependencies:
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26 09:22:00 +01:00
dependabot[bot]
3198750b38
Upgrade concurrently to 8.0.1 (#4237)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 8.0.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26 08:47:17 +01:00
dependabot[bot]
5bc3df7650
Upgrade to node v18 (#4294)
* Bump node in /{{cookiecutter.project_slug}}/compose/local/node

Bumps node from 16-bullseye-slim to 18-bullseye-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update to node 18 in prod Dockerfile

* Update to node 18 in package.json

* Update node version in CI

* Update node version in documentation

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-04-26 08:06:56 +01:00
pyup.io bot
16c203fde1
Update coverage to 7.2.3 (#4297) 2023-04-26 07:57:20 +01:00
pyup.io bot
3b68594197
Update mypy to 1.2.0 (#4295) 2023-04-26 07:55:56 +01:00
pyup.io bot
956d851039
Update werkzeug to 2.3.0 (#4296) 2023-04-26 07:54:46 +01:00
pyup.io bot
0444b6d5de
Update sentry-sdk from 1.20.0 to 1.21.0 (#4293) 2023-04-25 18:49:32 +01:00
pyup.io bot
50364f9d10
Update sphinx to 6.2.1 (#4292)
* Update sphinx from 6.2.0 to 6.2.1

* Update sphinx from 6.2.0 to 6.2.1
2023-04-25 18:49:21 +01:00
Bruno Alla
15c933c206
Fix comment typos in Dockerfiles 2023-04-25 10:44:02 +02:00
dependabot[bot]
ebbb4b3673
Bump traefik from 2.9.10 to 2.10.0 (#4290)
Bumps traefik from 2.9.10 to 2.10.0.

---
updated-dependencies:
- dependency-name: traefik
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-25 09:13:42 +01:00
github-actions[bot]
9af5be6c61
Auto-update pre-commit hooks (#4288)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-04-25 09:11:50 +01:00
github-actions[bot]
db0d78be8a
Auto-update pre-commit hooks (#4286)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-04-24 07:29:28 +01:00
pyup.io bot
7d4dd98534
Update sphinx to 6.2.0 (#4285)
* Update sphinx from 6.1.3 to 6.2.0

* Update sphinx from 6.1.3 to 6.2.0
2023-04-24 07:28:46 +01:00
pyup.io bot
b63d53b16d
Update sentry-sdk to 1.20.0 (#4282) 2023-04-19 16:50:42 +01:00
Bruno Alla
61314f2f9a
Tweak spacing for nginx container 2023-04-16 20:45:52 +01:00
Bruno Alla
0a23b52b54
Fix syntax in pre-commit config 2023-04-16 12:59:01 +01:00
pyup.io bot
a1f2a670d9
Update drf-spectacular to 0.26.2 (#4277) 2023-04-15 15:48:41 +01:00
Bruno Alla
17fa459dc3
Fix inconsistent line length and move configs to pyproject.toml (#4276)
* Fix inconsistent line length and move config to pyproject.toml

Fix #2720

* Fix running tox with AUTOFIXABLE_STYLES

* Adjust some styles

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Adjust more styles

* Split isort and flake8 tests

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-04-15 15:43:04 +01:00
Bruno Alla
0dcc4c4b4c
Add more pre-commit hooks (#4266)
* Add more hooks from pre-commit-hooks repo

* Add pre-commit hook for prettier

* Format with prettier

* Remove check-docstring-first hook

* Run prettier in the template

* Tweak formatting of dependabot file

* Fix formatting of GitHub files for prettier

* More format fixes of ci.yml
2023-04-15 12:15:15 +01:00
Andrew Chen Wang
1783257ed3
Add username_type option (#3958)
* Add username_type option

* Update docs

Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>

* Fix errors and lint

Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>

* Try linting again

* Try linting again

* Handle signup

* Fix url reverse in template

* Fix migration file

* Remove extra line in factories

* E2E tests for email username

* Fix style in users api views and serializers

* Fix style in users api views and serializers

* Add conditions for fields in UserAdminCreationForm

* Consistent Jinja tag conditions

* Fix more empty lines issues

* Tweak options order

* Test username email

* Fix code style

* Fix kwargs to reverse user details view

* Remove comment in template

* Fix error messages dict in user form

* Fix line wrapping

* Move custom manager into a separate module and add tests

---------

Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-04-15 11:53:15 +01:00
Jelmer
42c30dafcb
Upgrade Python to version 3.11 (Faster CPython) (#4256)
* Upgrade Python to version 3.11 (Faster CPython)

* Update pyupgrade config for Python 3.11

* Update tox env to Python 3.11

* Update to latest Python 3.11.3

* Add a note about lack of support in PythonAnywhere

* Rephrase note

* Fix casing

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-04-15 11:42:33 +01:00
pyup.io bot
2ad3858e26
Update pytest to 7.3.1 (#4272)
* Update pytest from 7.3.0 to 7.3.1

* Update pytest from 7.3.0 to 7.3.1
2023-04-15 10:02:54 +01:00
pyup.io bot
436233e8ba
Update pytest-sugar from 0.9.6 to 0.9.7 (#4269) 2023-04-10 11:36:59 -03:00
pyup.io bot
ea1b686131
Update pytest to 7.3.0 (#4268)
* Update pytest from 7.2.2 to 7.3.0

* Update pytest from 7.2.2 to 7.3.0
2023-04-10 11:09:01 +01:00
dependabot[bot]
73b16539d4
Upgrade traefik to 2.9.10 (#4267)
---
updated-dependencies:
- dependency-name: traefik
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-07 08:33:13 +01:00
Bruno Alla
a607284e1f
Update indent for nginx config file (#4260) 2023-04-05 21:32:05 +01:00
pyup.io bot
782cee3756
Update django to 4.1.8 (#4258) 2023-04-05 14:57:59 +01:00
pyup.io bot
ddd8f1c45d
Update pre-commit to 3.2.2 (#4259)
* Update pre-commit from 3.2.1 to 3.2.2

* Update pre-commit from 3.2.1 to 3.2.2
2023-04-05 14:57:17 +01:00
Jelmer
a07b4b3112
Upgrade to Django 4.1 (#4028)
* Upgrade to Django 4.1

* Bump django-environ back to 0.10.0

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-04-04 22:10:17 +01:00
Jelmer
f93a9f78d9
Replace runserver_plus with runserver (#4255)
* Replace runserver_plus with runserver since it is not compatible with django >= 4.1

* Replace runserver_plus with runserver in post_gen_hooks

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-04-04 21:42:53 +01:00
pyup.io bot
e05122e4b3
Update sentry-sdk to 1.19.0 (#4254) 2023-04-04 21:31:01 +01:00
pyup.io bot
d7783f5c55
Update django-debug-toolbar from 3.8.1 to 4.0.0 (#4251) 2023-04-04 13:42:17 +01:00
Morten Kaae
f55b30bb29
Remove deprecated security setting (#4247)
* Remove deprecated setting

* Update documentation
2023-04-04 10:31:08 +01:00
Arkadiusz Michał Ryś
e13f7afcb8
Fix traefik rule priority for media router (#4244)
* Add option to serve media files locally using nginx

* Fix nginx media location and storage issue

* Fix traefik django-media typo

* Add certresolver property to web-media-router

* Add trailing slash in nginx configuration to avoid path traversal exploits

* Remove autoindexing from nginx configuration so nginx uses its default off setting

* Use nginx to serve media files if cloud provider is None

* Add back warning about lack of media files without Docker or Cloud providers

* Update documentation

* Fix typos and rephrase

Co-authored-by: Arkadiusz Ryś <arkadiusz.michal.rys@gmail.com>

* Change Traefik media router rule generation to force priority

The web-secure-router could end up having priority over the web-media-router when the www subdomain was used.
This fix adds the www subdomain to the web-media-router if it's also present in the web-secure-router rule.
Traefik looks at the length of rules to determine priority when no explicit priority is set.
The web-media-router needs to always have priority over the web-secure-router in order for the media files to be served.

* Add space to Traefik rule

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-04-04 10:25:06 +01:00
pyup.io bot
4641830430
Update psycopg2-binary from 2.9.5 to 2.9.6 (#4249) 2023-04-03 10:48:04 -03:00
pyup.io bot
1c74c8724e
Update psycopg2 to 2.9.6 (#4248)
* Update psycopg2 from 2.9.5 to 2.9.6

* Update psycopg2 from 2.9.5 to 2.9.6
2023-04-03 10:47:54 -03:00
Adin Hodovic
3db64512c8
fix: Syntax for ignoring specific errors (#4250)
Noticed when started using pygrep-hooks. Syntax is noqa: code with a colon.
2023-04-03 10:34:45 -03:00
pyup.io bot
28f05920cf
Update pillow from 9.4.0 to 9.5.0 (#4242) 2023-04-01 12:32:20 +01:00
pyup.io bot
58de1db4a0
Update django-allauth from 0.53.1 to 0.54.0 (#4241) 2023-04-01 12:32:09 +01:00
pyup.io bot
694a29794d
Update redis to 4.5.4 (#4239) 2023-03-29 18:30:37 +01:00
pyup.io bot
4ed32dde32
Update pytz to 2023.3 (#4238) 2023-03-29 16:54:44 +01:00
github-actions[bot]
fffc2a2fa6
Auto-update pre-commit hooks (#4235)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-03-29 16:53:39 +01:00
pyup.io bot
43c32961e5
Update black to 23.3.0 (#4236)
* Update black from 23.1.0 to 23.3.0

* Update black from 23.1.0 to 23.3.0
2023-03-29 16:53:29 +01:00
pyup.io bot
6475dffbd8
Update watchfiles from 0.18.1 to 0.19.0 (#4232) 2023-03-27 20:00:22 -03:00
pyup.io bot
8156efd583
Update pre-commit to 3.2.1 (#4229)
* Update pre-commit from 3.2.0 to 3.2.1

* Update pre-commit from 3.2.0 to 3.2.1
2023-03-26 18:44:19 +01:00
pyup.io bot
ad9ea88232
Update pytz from 2022.7.1 to 2023.2 (#4228) 2023-03-25 14:58:44 +00:00
dependabot[bot]
68133e8354
Bump traefik from 2.9.8 to 2.9.9 (#4225)
Bumps traefik from 2.9.8 to 2.9.9.

---
updated-dependencies:
- dependency-name: traefik
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-23 17:15:43 +00:00
pyup.io bot
3533b4dd93
Update redis from 4.5.2 to 4.5.3 (#4227) 2023-03-22 20:34:03 +00:00
pyup.io bot
95ec685983
Update django-allauth to 0.53.1 (#4223) 2023-03-20 12:11:18 +00:00
pyup.io bot
93165c4859
Update redis to 4.5.2 (#4222) 2023-03-20 12:11:01 +00:00
pyup.io bot
b159194897
Update drf-spectacular from 0.26.0 to 0.26.1 (#4221) 2023-03-18 22:36:31 +00:00
pyup.io bot
d78fe734da
Update pre-commit to 3.2.0 (#4219)
* Update pre-commit from 3.1.1 to 3.2.0

* Update pre-commit from 3.1.1 to 3.2.0
2023-03-18 10:37:38 +00:00
pyup.io bot
52b1a59b7f
Update djangorestframework-stubs to 1.10.0 (#4217) 2023-03-16 17:30:17 +00:00
pyup.io bot
d4a3887e2d
Update django-stubs to 1.16.0 (#4216) 2023-03-16 17:29:41 +00:00
pyup.io bot
9ac1abe194
Update coverage to 7.2.2 (#4218) 2023-03-16 17:16:04 +00:00
pyup.io bot
73628a5f48
Update sentry-sdk to 1.17.0 (#4215) 2023-03-16 17:15:46 +00:00
dependabot[bot]
1605101321
Bump Docker python image from 3.10.9 to 3.10.10 on production Django (#4214)
Bumps python from 3.10.9-slim-bullseye to 3.10.10-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 17:13:53 +00:00
dependabot[bot]
96950f2191
Bump Docker python image from 3.10.9-slim-bullseye to 3.10.10-slim-bullseye for docs (#4213)
Bumps python from 3.10.9-slim-bullseye to 3.10.10-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 16:35:57 +00:00
dependabot[bot]
6554049a87
Bump Docker python image from 3.10.9-slim-bullseye to 3.10.10-slim-bullseye for local Django service (#4212)
Bumps python from 3.10.9-slim-bullseye to 3.10.10-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 16:35:28 +00:00
Bruno Alla
d90f16b647
Pin base Python Docker images to bugfix (#4194)
* Pin base Python Docker images to bugfix

Fix #1810

* Skip major & minor versions of Docker images in Dependabot

* Remove argument for docs Docker image

* Update Dependabot config of generated project
2023-03-16 16:05:02 +00:00
pyup.io bot
5cd58ce160
Update uvicorn to 0.21.1 (#4211) 2023-03-16 15:37:33 +00:00
pyup.io bot
c56088406c
Update django-allauth from 0.52.0 to 0.53.0 (#4210) 2023-03-16 10:30:32 -03:00
pyup.io bot
f08c81eb2c
Update django-celery-beat from 2.4.0 to 2.5.0 (#4208) 2023-03-14 13:22:37 +00:00
pyup.io bot
ef73440c22
Update uvicorn to 0.21.0 (#4203) 2023-03-13 08:23:58 +00:00
pyup.io bot
d588f71dff
Update django-anymail to 9.1 (#4206) 2023-03-13 08:21:59 +00:00
pyup.io bot
522d5219f6
Update ipdb to 0.13.13 (#4202) 2023-03-09 17:25:14 +00:00
mpsantos
a5d8b4be88
Fix the omit configuration for coverage (#4201) 2023-03-09 10:43:50 +00:00
pyup.io bot
c326c3476b
Update mypy to 1.1.1 (#4196) 2023-03-07 20:40:09 +00:00
pyup.io bot
305364f5ad
Update django-environ to 0.10.0 (#4195) 2023-03-07 20:39:49 +00:00
Arkadiusz Michał Ryś
06369bfd4c
Add option to serve media files locally using nginx (#2457)
* Add option to serve media files locally using nginx

* Fix nginx media location and storage issue

* Fix traefik django-media typo

* Add certresolver property to web-media-router

* Add trailing slash in nginx configuration to avoid path traversal exploits

* Remove autoindexing from nginx configuration so nginx uses its default off setting

* Use nginx to serve media files if cloud provider is None

* Add back warning about lack of media files without Docker or Cloud providers

* Update documentation

* Fix typos and rephrase

Co-authored-by: Arkadiusz Ryś <arkadiusz.michal.rys@gmail.com>

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-03-04 18:36:11 +00:00
pyup.io bot
46868bed26
Update pytest to 7.2.2 (#4191)
* Update pytest from 7.2.1 to 7.2.2

* Update pytest from 7.2.1 to 7.2.2
2023-03-04 18:21:53 +00:00
pyup.io bot
c4b8bbb0c7
Update drf-spectacular to 0.26.0 (#4192) 2023-03-04 18:21:32 +00:00
pyup.io bot
6706128924
Update pre-commit to 3.1.1 (#4188)
* Update pre-commit from 3.1.0 to 3.1.1

* Update pre-commit from 3.1.0 to 3.1.1
2023-02-28 09:28:12 +00:00
pyup.io bot
af2e4cb26a
Update sentry-sdk to 1.16.0 (#4187) 2023-02-27 14:09:51 +00:00
dependabot[bot]
6a1aa159b6
Bump traefik from v2.2.11 to 2.9.8 (#4164)
Bumps traefik from v2.2.11 to 2.9.8.

---
updated-dependencies:
- dependency-name: traefik
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-26 20:47:54 +00:00
Delphine LEMIRE
2bbec96f31
Fix readthedocs config file for generated project (#4172)
* FIX: Uptade Template ci.yml linter requirements

* IMPROVMENT_FIX: Template CI actions up to date

* FIX: template readthedocs instructions

* Update ci.yml

* Update readthedocs config file

* Update {{cookiecutter.project_slug}}/.readthedocs.yml

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-02-26 20:33:45 +00:00
pyup.io bot
9665b067d7
Update coverage to 7.2.1 (#4186) 2023-02-26 20:07:25 +00:00
dependabot[bot]
757c9f45e2
Bump garland/aws-cli-docker from 1.15.47 to 1.16.140 (#4136)
Bumps garland/aws-cli-docker from 1.15.47 to 1.16.140.

---
updated-dependencies:
- dependency-name: garland/aws-cli-docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-25 12:44:24 +00:00
Bruno Alla
eeb02c2198
Run linting with pre-commit on GitLab (#4150)
* Run linting with pre-commit on GitLab

* Update tests
2023-02-25 12:33:30 +00:00
Hoai-Thu Vuong
b74af5b1d1
Add instuction to run celery beat (#4162)
* add instuction to run celery beat

* Extend explanations for celery beat

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-02-25 12:09:52 +00:00
pyup.io bot
ad1edba711
Update djangorestframework-stubs to 1.9.1 (#4184) 2023-02-25 12:02:35 +00:00
pyup.io bot
961ec7df6b
Update whitenoise to 6.4.0 (#4180) 2023-02-25 11:53:35 +00:00
pyup.io bot
c2059693d8
Update django-stubs to 1.15.0 (#4183) 2023-02-25 11:53:08 +00:00
pyup.io bot
972b927a2c
Update django-crispy-forms to 2.0 (#4158) 2023-02-25 11:51:16 +00:00
pyup.io bot
bee85e4454
Update django-cors-headers to 3.14.0 (#4181) 2023-02-25 11:48:00 +00:00
pyup.io bot
7739f41f77
Update python-slugify to 8.0.1 (#4178) 2023-02-25 11:47:48 +00:00
pyup.io bot
64a66c332a
Update pre-commit to 3.1.0 (#4176)
* Update pre-commit from 3.0.4 to 3.1.0

* Update pre-commit from 3.0.4 to 3.1.0
2023-02-25 11:47:29 +00:00
pyup.io bot
8bd7667f19
Update mypy to 1.0.1 (#4168) 2023-02-25 11:46:34 +00:00
Delphine LEMIRE
4e649af5f0
Disable caching for linter job on GitHub actions (#4166)
* FIX: Uptade Template ci.yml linter requirements

* Disable unused cache for lint job

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-02-25 11:31:07 +00:00
pyup.io bot
aa6d0bc2ad
Update werkzeug to 2.2.3 (#4160) 2023-02-25 11:18:38 +00:00
pyup.io bot
ab149684b1
Update coverage to 7.2.0 (#4177) 2023-02-25 11:18:16 +00:00
pyup.io bot
1767190a1a
Update django to 4.0.10 (#4159) 2023-02-25 11:17:46 +00:00
pyup.io bot
2d9dceb0fb
Update hiredis to 2.2.2 (#4156)
* Update hiredis from 2.2.1 to 2.2.2

* Update hiredis from 2.2.1 to 2.2.2
2023-02-25 11:16:20 +00:00
Delphine LEMIRE
95e7300604
Update version of github actions on the template project (#4167) 2023-02-17 10:42:02 -03:00
Bruno Alla
0fe1fb9ca1
Remove unused pip cache paths in GHA & add a note for pre-commit.ci (#4151)
* Remove unused pip caching paths in GHA

* Add note about pre-commit.ci for open source
2023-02-09 21:56:57 +00:00
pyup.io bot
3c71b54e4c
Update mypy to 0.991 (#4106)
* Update mypy from 0.982 to 0.991

* Ignore type error in test

* Don't build on non-master branch pushes by default

* Ignore type error in DRF view test

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-02-09 09:35:41 +00:00
pyup.io bot
9eb480f60f
Update sphinx to 6.1.3 (#4148)
* Update sphinx from 5.3.0 to 6.1.3

* Update sphinx from 5.3.0 to 6.1.3
2023-02-08 23:31:25 +00:00
pyup.io bot
379522507a
Update redis to 4.5.1 (#4147) 2023-02-08 17:50:04 +00:00
dependabot[bot]
e81b483944
Bump postcss-preset-env from 7.8.3 to 8.0.1 (#4115)
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 7.8.3 to 8.0.1.
- [Release notes](https://github.com/csstools/postcss-plugins/releases)
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 20:57:51 +00:00
dependabot[bot]
ff9da7ec1b
Bump sass-loader from 12.6.0 to 13.2.0 (#4116)
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 13.2.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.6.0...v13.2.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 20:47:49 +00:00
dependabot[bot]
a3cfb0f0e8
Bump babel-loader from 8.3.0 to 9.1.2 (#4117)
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.3.0 to 9.1.2.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.3.0...v9.1.2)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 20:38:45 +00:00
dependabot[bot]
3d4fa2fcae
Bump postcss-loader from 6.2.1 to 7.0.2 (#4114)
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 6.2.1 to 7.0.2.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v6.2.1...v7.0.2)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 20:36:36 +00:00
dependabot[bot]
2db71965ca
Bump webpack-cli from 4.10.0 to 5.0.1 in /{{cookiecutter.project_slug}} (#4118)
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.1)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 20:35:46 +00:00
pyup.io bot
fade9bd0ac
Update redis to 4.5.0 (#4142) 2023-02-07 17:43:11 +00:00
pyup.io bot
dc68912c07
Update sentry-sdk to 1.15.0 (#4141) 2023-02-07 14:20:32 +00:00
pyup.io bot
9be5544464
Update hiredis to 2.2.1 (#4123)
* Update hiredis from 2.1.1 to 2.2.1

* Update hiredis from 2.1.1 to 2.2.1
2023-02-06 19:13:12 +00:00
Bruno Alla
5bc4bed952
Change RequestFactory to APIRequestFactory in tests for API views (#4110) 2023-02-06 18:33:08 +00:00
Bruno Alla
4080e9a86d
Fix django-webpack-loader setup when running tests (#4128)
* Add an integration test

This should cover the problem raised for webpack loader issues

* Add a DummyWebpackLoader for running tests

* Replace DummyWebpackLoader by the one from webpack_loader package

* Fix post-gen hook

* Remove integration test
2023-02-06 16:16:48 +00:00
pyup.io bot
d76c3de4e6
Update django to 4.0.9 (#4134) 2023-02-06 15:09:22 +00:00
pyup.io bot
c24fa1f6c4
Update django-webpack-loader to 1.8.1 (#4132) 2023-02-06 14:46:39 +00:00
pyup.io bot
3f05da0ee7
Update pre-commit to 3.0.4 (#4127)
* Update pre-commit from 3.0.3 to 3.0.4

* Update pre-commit from 3.0.3 to 3.0.4
2023-02-03 15:54:51 -03:00
pyup.io bot
ac3e5da6c1
Update python-slugify to 8.0.0 (#4111) 2023-02-02 11:30:25 +00:00
pyup.io bot
3150813bdb
Update pre-commit to 3.0.3 (#4121)
* Update pre-commit from 3.0.1 to 3.0.3

* Update pre-commit from 3.0.1 to 3.0.3
2023-02-02 11:28:16 +00:00
pyup.io bot
119df8c61b
Update black to 23.1.0 (#4120)
* Update black from 22.12.0 to 23.1.0

* Update black from 22.12.0 to 23.1.0

* Update code style according to newer version of black

* Update black pre-commit hook (#4122)

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

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-02-02 11:25:41 +00:00
Bruno Alla
cbb0e19de7
Add Webpack support (#3623)
* Add support for Webpack as frontend pipeline

* Rename CI jobs

* Fix a couple of issues with Webpack + Docker

* Don't include Boostrap CSS from CDN with Webpack

* Rename variable

* Set publicPath in prod webpack config

* Fix removal of SASS files in post-gen hooks

* Add Webpack to readme usage section

* Run Django + Webpack dev server concurrently without Docker

* Fix async runserver command with Gulp/Webpack

* Upgrade django-webpack-loader to 1.5.0

* Pass variables required by Webpack at build time

* Upgrade django-webpack-loader to 1.7.0

* Add missing condition

* Add support for Azure Storage + Webpack

* Whitespaces

* Rename ROOT_DIR -> BASE_DIR

* Rename jobs

* Bump django-webpack-loader to latest

* Document limitation of Docker + Webpack + no Whitenoise

* Update section on custom Bootstrap compilation in generated readme
2023-01-29 12:12:12 +00:00
Bruno Alla
977ffd91a3
Remove BrokenLinkEmailsMiddleware (#4112) 2023-01-29 11:45:13 +00:00
github-actions[bot]
c09fa55b36
Auto-update pre-commit hooks (#4108)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-01-28 17:47:29 +00:00
Bruno Alla
c0e83b104c
Refactor merge_production_dotenvs_in_dotenv.py (#4105) 2023-01-28 15:10:45 +00:00
pyup.io bot
900473777d
Update django-stubs to 1.14.0 (#4103) 2023-01-27 20:34:29 +00:00
pyup.io bot
80405234c8
Update pre-commit to 3.0.1 (#4104) 2023-01-26 20:21:47 +00:00
tildebox
7fcdeeae88
Rename BASE_DIR_PATH to BASE_DIR (#4102)
Co-authored-by: example <example@example.com>
2023-01-26 08:50:33 +00:00
tildebox
70014c2b45
Rename ROOT_DIR to BASE_DIR (#4086)
Co-authored-by: example <example@example.com>
Fix https://github.com/cookiecutter/cookiecutter-django/issues/4075
2023-01-25 22:55:08 +00:00
pyup.io bot
2dc964a8e3
Update coverage from 7.0.5 to 7.1.0 (#4100) 2023-01-25 08:50:58 +00:00
pyup.io bot
3361c75fbc
Update pre-commit to 3.0.0 (#4098)
* Update pre-commit from 2.21.0 to 3.0.0

* Update pre-commit from 2.21.0 to 3.0.0
2023-01-24 10:43:45 +00:00
pyup.io bot
e2a7647d3c
Update sentry-sdk to 1.14.0 (#4096) 2023-01-23 17:21:21 +00:00
pyup.io bot
6a601208ea
Update django-compressor from 4.3 to 4.3.1 (#4094) 2023-01-22 14:54:59 +00:00
pyup.io bot
403298fcdc
Update django-stubs from 1.13.1 to 1.13.2 (#4093) 2023-01-21 16:55:33 +00:00
pyup.io bot
c5b0db3c63
Update coverage from 7.0.4 to 7.0.5 (#4092) 2023-01-19 23:56:01 +00:00
pyup.io bot
4576c70a5d
Update redis from 4.4.1 to 4.4.2 (#4091) 2023-01-19 23:55:31 +00:00
Pamela Fox
be8aa5c73d
Add sourcemaps support to Gulp (#4089)
fixes https://github.com/cookiecutter/cookiecutter-django/issues/4045
2023-01-19 22:45:56 +00:00
pyup.io bot
5d07f3bb7e
Update pytest to 7.2.1 (#4077)
* Update pytest from 7.2.0 to 7.2.1

* Update pytest from 7.2.0 to 7.2.1
2023-01-15 11:33:58 +00:00
pyup.io bot
54df65c777
Update pytz from 2022.7 to 2022.7.1 (#4078) 2023-01-15 11:32:56 +00:00
pyup.io bot
fe6e6e85cb
Update sentry-sdk to 1.13.0 (#4074) 2023-01-12 18:28:26 +00:00
Pamela Fox
c4291e7522
Add dump.rdb to gitignore (#4062) 2023-01-10 23:11:53 +00:00
pyup.io bot
98ca314904
Update hiredis to 2.1.1 (#4070) 2023-01-10 13:21:58 +00:00
Pamela Fox
629785e1d4
Add .venv to exclude (#4069) 2023-01-10 08:57:05 +00:00
pyup.io bot
ce25e18a24
Update redis from 4.4.0 to 4.4.1 (#4068) 2023-01-08 11:10:19 +00:00
pyup.io bot
3e050c0f5b
Update coverage from 7.0.3 to 7.0.4 (#4067) 2023-01-08 11:10:04 +00:00
pyup.io bot
f294c276ad
Update django-storages to 1.13.2 (#4057) 2023-01-07 13:29:18 +00:00
Bruno Alla
e8071dcb34
Merge remote-tracking branch 'upstream/pyup-update-rcssmin-1.1.0-to-1.1.1' into pyup-update-django-compressor-4.1-to-4.3 2023-01-07 13:18:57 +00:00
pyup-bot
9c23a17987 Update django-compressor from 4.1 to 4.3 2023-01-06 14:11:14 -08:00
pyup-bot
d91c2141ea Update rcssmin from 1.1.0 to 1.1.1 2023-01-06 10:50:05 -08:00
Robin
62df4f4460
Add .git to .dockerignore (#4054) 2023-01-06 17:56:41 +00:00
Thomas Booij
ebcee95c8b
Fix typo on the test settings (#4049) 2023-01-04 12:33:02 -03:00
pyup.io bot
2da98ab87c
Update coverage from 7.0.2 to 7.0.3 (#4047) 2023-01-04 09:22:18 -03:00
pyup.io bot
f7b628092d
Update flake8-isort to 6.0.0 (#4022)
* Update flake8-isort from 5.0.3 to 6.0.0

Co-authored-by: Fábio C. Barrionuevo da Luz <bnafta@gmail.com>
2023-01-03 15:31:12 -03:00
Fábio C. Barrionuevo da Luz
2d453b5948
Merge pull request #4040 from cookiecutter/pyup-update-pillow-9.3.0-to-9.4.0
Update pillow to 9.4.0
2023-01-03 09:49:09 -03:00
Fábio C. Barrionuevo da Luz
8bad680091
Merge pull request #4042 from cookiecutter/pyup-update-coverage-7.0.1-to-7.0.2
Update coverage to 7.0.2
2023-01-03 09:47:58 -03:00
pyup-bot
3bb3712074 Update whitenoise from 6.2.0 to 6.3.0 2023-01-03 04:30:22 -08:00
pyup-bot
af62563523 Update coverage from 7.0.1 to 7.0.2 2023-01-02 16:43:37 -08:00
pyup-bot
a7f195680f Update pillow from 9.3.0 to 9.4.0 2023-01-01 21:15:53 -08:00
pyup-bot
5530eebfec Update django-allauth from 0.51.0 to 0.52.0 2022-12-29 02:21:49 -08:00
pyup.io bot
019efba2e1
Update pre-commit to 2.21.0 (#4026)
* Update pre-commit from 2.20.0 to 2.21.0

* Update pre-commit from 2.20.0 to 2.21.0
2022-12-26 10:03:43 +00:00
github-actions[bot]
5c30b67df1
Auto-update pre-commit hooks (#4021)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-25 09:33:59 +00:00
pyup.io bot
bd2d3edd31
Update coverage from 7.0.0 to 7.0.1 (#4024) 2022-12-24 11:25:53 +00:00
Dani Hodovic
93c0769516
Retry when trying to store a Celery result in backend (#3996)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2022-12-21 14:39:54 +00:00
pyup.io bot
7fc0b1d167
Update pytz to 2022.7 (#4020) 2022-12-21 14:24:02 +00:00
pyup.io bot
e869ab7cc4
Update ipdb to 0.13.11 (#4019) 2022-12-21 14:22:37 +00:00
pyup.io bot
31a1de9bfb
Update sentry-sdk to 1.12.1 (#4014) 2022-12-21 13:58:04 +00:00
pyup.io bot
dd1f3a6d12
Update coverage to 7.0.0 (#4013)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-12-21 13:57:20 +00:00
pyup.io bot
81309a610f
Update django-anymail to 9.0 (#4012) 2022-12-21 11:20:42 +00:00
github-actions[bot]
e101fbc521
Auto-update pre-commit hooks (#4005)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-21 11:20:19 +00:00
pyup.io bot
256a967087
Update drf-spectacular to 0.25.1 (#4009) 2022-12-21 11:02:04 +00:00
pyup.io bot
7a6435695b
Update hiredis to 2.1.0 (#4006) 2022-12-21 09:52:05 +00:00
github-actions[bot]
2cadf20adf
Auto-update pre-commit hooks (#3998)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-13 09:06:12 +00:00
github-actions[bot]
8b9c719a31
Auto-update pre-commit hooks (#3991)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-10 15:13:10 +00:00
pyup.io bot
20b7ca105b
Update djangorestframework-stubs to 1.8.0 (#3990) 2022-12-09 22:18:10 +00:00
pyup.io bot
a9c3b56e5f
Update black to 22.12.0 (#3988)
* Update black from 22.10.0 to 22.12.0

* Update black from 22.10.0 to 22.12.0
2022-12-09 22:04:36 +00:00
Bruno Alla
2f92644fce
Remove bind mounts for docker compose volumes (#3981)
Fix #3685
2022-12-09 22:04:12 +00:00
pyup.io bot
d15465a582
Update django-stubs to 1.13.1 (#3986) 2022-12-08 13:16:33 +00:00
github-actions[bot]
57496c56c5
Auto-update pre-commit hooks (#3983)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-07 07:48:50 +00:00
ghazi-git
fc081ce1fe
set SERVERS in production settings instead of base settings (#3609)
fixes https://github.com/cookiecutter/cookiecutter-django/issues/3593
2022-12-06 19:26:24 +00:00
Adin Hodovic
33af8e3988
Simplify production DATABASES setting to extend base definition (#3969) 2022-12-06 19:04:38 +00:00
pyup.io bot
d272d9752d
Update django-coverage-plugin to 3.0.0 (#3979) 2022-12-06 11:37:50 +00:00
pyup.io bot
0336f08da1
Update redis to 4.4.0 (#3977) 2022-12-04 14:10:58 +00:00
pyup.io bot
3deb4d90f2
Update django-debug-toolbar to 3.8.1 (#3976) 2022-12-04 00:12:25 +00:00
github-actions[bot]
600783c89b
Auto-update pre-commit hooks (#3975)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-03 11:36:29 +00:00
pyup.io bot
a464856234
Update flake8 to 6.0.0 (#3974) 2022-12-02 10:43:02 +00:00
rguptar
49b3bb8ffe
Add Azure Storage as an option to serve static and media files (#3967)
Fix https://github.com/cookiecutter/cookiecutter-django/issues/2301
2022-11-30 18:26:58 +00:00
github-actions[bot]
5ca7ae1c43
Auto-update pre-commit hooks (#3970)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-11-30 09:37:03 +00:00
David
77695c7c10
Fix typo in flower start for watching celery (#3966) 2022-11-26 11:08:39 +00:00
github-actions[bot]
b21f50e22b
Auto-update pre-commit hooks (#3963)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-11-24 08:17:41 +00:00
Chao Yang Wu
51f4374a8a
Fix graceful shutdown of local dev containers and use watchfiles for beat + flower (#3925)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-11-23 14:51:20 +00:00
Fábio C. Barrionuevo da Luz
9ceb228d1d
Merge pull request #3948 from cookiecutter/pyup-update-django-model-utils-4.2.0-to-4.3.1
Update django-model-utils to 4.3.1
2022-11-22 21:59:45 -03:00
Fábio C. Barrionuevo da Luz
d91757b377
Merge pull request #3952 from cookiecutter/pyup-update-flake8-isort-5.0.0-to-5.0.3
Update flake8-isort to 5.0.3
2022-11-22 21:59:08 -03:00
Fábio C. Barrionuevo da Luz
9cf0d7561c
Merge pull request #3961 from adinhodovic/celery-send-sent-task-event
feat(celery): Enable sending the sent task event by default
2022-11-22 21:58:31 -03:00
Andrew Chen Wang
b5ad2fc232
Remove USE_L10N due to deprecation (#3960) 2022-11-22 22:51:31 +00:00
Leifur Halldor Asgeirsson
d98aad0710
Remove platform from compose file (#3957) 2022-11-22 19:59:34 +00:00
adinhodovic
de48e31517 feat(celery): Enable sending the sent task event by default 2022-11-22 20:28:52 +01:00