Commit Graph

3775 Commits

Author SHA1 Message Date
github-actions[bot]
d0ddb001a0
Auto-update pre-commit hooks ()
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-09-21 11:38:40 -03:00
pyup-bot
2396bfbca6 Update sphinx-autobuild from 2024.9.17 to 2024.9.19 2024-09-20 02:19:24 -03:00
dependabot[bot]
7f07b02a84 Bump traefik
Bumps traefik from 3.1.3 to 3.1.4.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 02:18:21 -03:00
pyup-bot
d1e3391532 Update ruff from 0.6.5 to 0.6.6 2024-09-20 02:17:04 -03:00
pyup.io bot
a5ca04c66f
Update sphinx-autobuild from 2024.9.3 to 2024.9.17 () 2024-09-17 18:56:50 -03:00
Bruno Alla
6f15595e85
Update heroku runtime to latest version 2024-09-17 18:40:00 -03:00
Alex Kanavos
8431c36225
Set allauth email subject prefix ()
* change email subject prefix variable name in settings

* Update {{cookiecutter.project_slug}}/config/settings/production.py

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

---------

Co-authored-by: Alex Kanavos <alexkanv@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2024-09-17 22:35:57 +01:00
dependabot[bot]
ac990f6524
Bump traefik from 3.1.2 to 3.1.3 ()
Bumps traefik from 3.1.2 to 3.1.3.

---
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>
2024-09-17 10:05:02 +01:00
pyup.io bot
c82e825509
Update psycopg to 3.2.2 () 2024-09-16 13:47:40 +01:00
pyup.io bot
0b43f145b2
Update ruff to 0.6.5 ()
* Update ruff from 0.6.4 to 0.6.5

* Update ruff from 0.6.4 to 0.6.5

* Auto-update pre-commit hooks ()

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-09-15 14:15:36 +01:00
pyup.io bot
f313362907
Update djangorestframework-stubs from 3.15.0 to 3.15.1 () 2024-09-12 00:34:54 +01:00
pyup.io bot
043ecd7bcb
Update django-anymail to 12.0 () 2024-09-11 16:38:10 +01:00
pyup.io bot
a882f40676
Update pytest to 8.3.3 ()
* Update pytest from 8.3.2 to 8.3.3

* Update pytest from 8.3.2 to 8.3.3
2024-09-10 21:18:30 +01:00
Fábio C. Barrionuevo da Luz
69be07f387 Add nginx container to dependabot 2024-09-10 07:50:30 -03:00
dependabot[bot]
e567d058b3
Bump postcss-preset-env from 9.6.0 to 10.0.3 () 2024-09-10 10:09:16 +01:00
dependabot[bot]
d841c79d48
Bump concurrently from 8.2.2 to 9.0.0 () 2024-09-10 10:07:45 +01:00
dependabot[bot]
4865e056c5
Bump python to 3.12.6 in local Docker () 2024-09-10 10:05:08 +01:00
dependabot[bot]
40de2dea1d
Bump python to 3.12.6 in production Docker () 2024-09-10 10:04:55 +01:00
dependabot[bot]
9f1037ab18
Bump python to 3.12.6 in docs Docker image () 2024-09-10 10:04:37 +01:00
pyup.io bot
8f8f87df51
Update sentry-sdk to 2.14.0 () 2024-09-09 15:54:22 +01:00
Marlon Castillo
66ebc4ecaa
Remove storages from INSTALLED_APPS ()
"storages" does not need to be added to INSTALLED_APPS: https://github.com/jschneier/django-storages/pull/547
2024-09-08 16:22:16 +01:00
pyup.io bot
e2a47bf83f
Update ruff to 0.6.4 () 2024-09-06 12:45:03 +01:00
pyup.io bot
9b289081af
Update django-allauth to 64.2.1 () 2024-09-06 10:08:14 +01:00
github-actions[bot]
2d0a8fb4f7
Auto-update pre-commit hooks ()
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-09-06 10:07:44 +01:00
LJFP
c44f6f6372 Fix Makefile and make.bat files for doc generation using sphinx-build. They were using a non-existent Builder called "help". I changed it to "html" since that is the one used by sphinx-autobuild. 2024-09-05 10:02:48 +02:00
pyup.io bot
473ae8c059
Update django-model-utils to 5.0.0 () 2024-09-04 15:29:35 +01:00
pyup.io bot
4f9c697e59
Update django to 5.0.9 () 2024-09-03 19:44:32 +01:00
pyup.io bot
e782791abc
Update sphinx-autobuild to 2024.9.3 () 2024-09-03 11:40:37 +01:00
Will
b7fc1973ad
Pin watchdog to 4.0.2 ()
Watchdog 5.0.0 was recently released. This update causes Werkzeug to reload the Django server much more frequently than desired (causing the local docker development build to barely load).
2024-09-03 08:54:26 +01:00
browniebroke
b30af679f4 Auto-update pre-commit hooks 2024-09-02 15:58:56 -03:00
pyup-bot
aa1f8a803b Update django-allauth from 64.1.0 to 64.2.0 2024-09-02 15:44:46 -03:00
pyup-bot
c9e7693559 Update pytest-django from 4.8.0 to 4.9.0 2024-09-02 15:44:22 -03:00
pyup.io bot
f3c0b39928
Update django-webpack-loader from 3.1.0 to 3.1.1 () 2024-08-30 21:10:41 +01:00
pyup.io bot
b1bfcfe182
Update ruff to 0.6.3 () 2024-08-29 20:23:17 +01:00
pyup-bot
83fbf9a770 Update djlint from 1.34.2 to 1.35.2 2024-08-29 11:51:28 -03:00
github-actions[bot]
6b7ca732dc
Auto-update pre-commit hooks () 2024-08-29 09:16:03 +01:00
pyup.io bot
d564f453a6
Update watchfiles to 0.24.0 () 2024-08-28 18:26:55 +01:00
pyup.io bot
9fcb4fc27e
Update djlint to 1.34.2 ()
* Update djlint from 1.34.1 to 1.34.2

* Update djlint from 1.34.1 to 1.34.2
2024-08-28 18:06:11 +01:00
jelmert
6f3b72d691 Use wait-for-it in favor of the custom python script when waiting for postgres 2024-08-27 13:23:06 +02:00
Johnny Metz
2a6d2cc23c
Check DB migrations in GitHub CI () 2024-08-26 09:52:17 +02:00
pyup.io bot
6e1bab9df0
Update mypy from 1.11.1 to 1.11.2 () 2024-08-26 09:49:34 +02:00
pyup.io bot
1bbe30c9b9
Update werkzeug from 3.0.3 to 3.0.4 () 2024-08-23 08:34:55 +02:00
pyup.io bot
e869ad8eaf
Update ruff to 0.6.2 () 2024-08-23 08:33:13 +02:00
pyup-bot
9b0ce11d1d Update django-celery-beat from 2.6.0 to 2.7.0 2024-08-22 17:30:20 -03:00
Bruno Alla
69927387f8
Add type hint for UserFactory ()
Since factory-boy 3.3.1, we can type annotate factories:

https://github.com/FactoryBoy/factory_boy/pull/1059

Setting that up for the only factory of the project
2024-08-21 10:35:20 +01:00
dependabot[bot]
9321a9ba43
Bump sass-loader from 14.2.1 to 16.0.1 () 2024-08-20 12:24:04 +02:00
dependabot[bot]
ce92e1e944
Bump node from 20 to 22 () 2024-08-20 12:21:49 +02:00
dependabot[bot]
165b1ef6b5
Bump webpack-merge from 5.10.0 to 6.0.1 () 2024-08-20 10:47:46 +01:00
dependabot[bot]
2e779508e6
Bump css-loader from 6.11.0 to 7.1.2 () 2024-08-20 10:39:48 +01:00
dependabot[bot]
6100821a35
Bump traefik from 2.11.2 to 3.1.2 () 2024-08-20 10:20:40 +01:00
jtmy
8af7634e94 Fix missing extra_body block in allauth entrance.html 2024-08-19 21:54:05 -03:00
pyup-bot
0836abca26 Update factory-boy from 3.3.0 to 3.3.1 2024-08-19 12:50:31 -03:00
pyup.io bot
5900b39179
Update ruff to 0.6.1 ()
* Update ruff from 0.6.0 to 0.6.1

* Update ruff from 0.6.0 to 0.6.1

* Auto-update pre-commit hooks

---------

Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2024-08-17 19:17:11 +02:00
pyup.io bot
47e63900cf
Update django-allauth to 64.1.0 () 2024-08-16 09:10:35 +01:00
pyup.io bot
dc0a511353
Update ruff to 0.6.0 ()
* Update ruff from 0.5.7 to 0.6.0

* Update ruff from 0.5.7 to 0.6.0

* Update Ruff pre-commit hook

* Update pytest style to match update Ruff rules

* Switch Ruff setting from exclude to extend-exclude

* Omit default Ruff settings

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2024-08-15 16:36:59 +01:00
pyup-bot
623007f769 Update sentry-sdk from 2.12.0 to 2.13.0 2024-08-13 13:12:05 -03:00
pyup-bot
411225bf67 Update uvicorn from 0.30.5 to 0.30.6 2024-08-13 11:20:46 -03:00
pyup-bot
89a1efc2a3 Update gunicorn from 22.0.0 to 23.0.0 2024-08-12 16:12:30 -03:00
github-actions[bot]
b1089c254c
Update Ruff pre-commit hook to v0.5.7 ()
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-08-09 09:19:12 +01:00
pyup-bot
851155656d Update ruff from 0.5.6 to 0.5.7 2024-08-08 14:48:10 -03:00
Bruno Alla
07af107e1e
Update Heroku Python runtime 2024-08-08 12:13:18 +01:00
dependabot[bot]
4b683d86d2 Bump python in /{{cookiecutter.project_slug}}/compose/local/docs
Bumps python from 3.12.4-slim-bookworm to 3.12.5-slim-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 06:33:21 -03:00
dependabot[bot]
774176f9be Bump python in /{{cookiecutter.project_slug}}/compose/local/django
Bumps python from 3.12.4-slim-bookworm to 3.12.5-slim-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 06:32:52 -03:00
dependabot[bot]
89d1ae1536 Bump python in /{{cookiecutter.project_slug}}/compose/production/django
Bumps python from 3.12.4-slim-bookworm to 3.12.5-slim-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 06:32:16 -03:00
pyup-bot
75464de512 Update django-anymail from 11.0.1 to 11.1 2024-08-07 20:50:37 -03:00
pyup-bot
1c23f83fc4 Update django-anymail from 11.0.1 to 11.1 2024-08-07 20:50:37 -03:00
pyup-bot
107d0125af Update django-anymail from 11.0.1 to 11.1 2024-08-07 20:50:37 -03:00
pyup-bot
d0fa1e473d Update django-anymail from 11.0.1 to 11.1 2024-08-07 20:50:37 -03:00
pyup-bot
54dca549d3 Update django-anymail from 11.0.1 to 11.1 2024-08-07 20:50:37 -03:00
pyup-bot
ced3148af6 Update django-anymail from 11.0.1 to 11.1 2024-08-07 20:50:37 -03:00
pyup-bot
f2f1ef6cd4 Update django-anymail from 11.0.1 to 11.1 2024-08-07 20:50:37 -03:00
pyup-bot
68814e94e2 Update django-anymail from 11.0.1 to 11.1 2024-08-07 20:50:37 -03:00
pyup-bot
c8165ef92c Update django-anymail from 11.0.1 to 11.1 2024-08-07 20:50:37 -03:00
pyup.io bot
5846b051cb
Update django to 5.0.8 () 2024-08-06 17:03:46 +01:00
pyup.io bot
875d9200cf
Update coverage to 7.6.1 () 2024-08-05 20:10:52 +01:00
pyup.io bot
a7f34df264
Update uvicorn from 0.30.4 to 0.30.5 () 2024-08-04 11:36:12 +01:00
pyup.io bot
f56562db79
Update ruff to 0.5.6 ()
* Update ruff from 0.5.5 to 0.5.6

* Update ruff from 0.5.5 to 0.5.6
2024-08-04 11:35:58 +01:00
github-actions[bot]
739ba6206b
Auto-update pre-commit hooks ()
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-08-04 11:35:41 +01:00
pyup.io bot
75a9da3de2
Update uvicorn from 0.30.3 to 0.30.4 () 2024-07-31 23:08:44 +01:00
pyup.io bot
20db5f1315
Update mypy to 1.11.1 () 2024-07-31 15:23:25 +01:00
pyup.io bot
bb053b0497
Update pre-commit to 3.8.0 () 2024-07-31 15:14:24 +01:00
Bruno Alla
3cca3c0bbe
Merge pull request from cookiecutter/pyup-update-redis-5.0.7-to-5.0.8
Update redis to 5.0.8
2024-07-31 15:12:48 +01:00
Bruno Alla
5a61a0c828
Merge pull request from cookiecutter/pyup-update-mypy-1.10.0-to-1.11.0
Update mypy to 1.11.0
2024-07-31 15:11:25 +01:00
Bruno Alla
4413b25706
Remove compatible-mypy extra from djangorestframework-stubs
Looks like the latest version should work with mypy 1.11:
https://github.com/typeddjango/djangorestframework-stubs/pull/642
2024-07-31 15:02:59 +01:00
pyup.io bot
4c27a59678
Update django-allauth to 64.0.0 () 2024-07-31 14:59:08 +01:00
pyup.io bot
db496f9c0c
Update sentry-sdk to 2.12.0 () 2024-07-31 14:58:50 +01:00
pyup-bot
8f4c31cf8c Update redis from 5.0.7 to 5.0.8 2024-07-30 17:41:25 +01:00
Bruno Alla
57d8c200e4
Merge remote-tracking branch 'refs/remotes/upstream/pyup-update-django-stubs-5.0.2-to-5.0.4' into pyup-update-mypy-1.10.0-to-1.11.0
# Conflicts:
#	{{cookiecutter.project_slug}}/requirements/local.txt
2024-07-30 09:18:44 +01:00
pyup-bot
676aa25a37 Update django-stubs from 5.0.2 to 5.0.4 2024-07-28 20:40:32 +01:00
Bruno Alla
429f468100
Revert to simpler type guard fix 2024-07-28 10:27:20 +02:00
Bruno Alla
bb8a1b6637
Add AuthenticatedHttpRequest type for helping with LoginRequiredMixin views 2024-07-28 10:18:38 +02:00
Bruno Alla
6355464230
Add type guard 2024-07-28 10:04:55 +02:00
Bruno Alla
a8105bdc9f
Fix signature for UserUpdateView.get_object 2024-07-28 09:59:08 +02:00
Bruno Alla
dd15c83977
Merge remote-tracking branch 'refs/remotes/upstream/pyup-update-django-stubs-5.0.2-to-5.0.3' into pyup-update-mypy-1.10.0-to-1.11.0
# Conflicts:
#	{{cookiecutter.project_slug}}/requirements/local.txt
2024-07-28 09:51:48 +02:00
pyup-bot
9b42473bad
Update mypy from 1.10.0 to 1.11.0 2024-07-28 09:51:35 +02:00
pyup-bot
4c24e7fb18 Update django-stubs from 5.0.2 to 5.0.3 2024-07-28 08:40:30 +01:00
pyup.io bot
1af0757340
Update ruff to 0.5.5 () 2024-07-26 08:20:02 +01:00
pyup.io bot
55cf48c4f3
Update pytest to 8.3.2 ()
* Update pytest from 8.3.1 to 8.3.2

* Update pytest from 8.3.1 to 8.3.2
2024-07-25 13:23:43 +01:00
Bruno Alla
5caa9c0160
Upgrade to Django 5.0 () 2024-07-25 13:18:03 +01:00
pyup.io bot
a6fcb62e19
Update sentry-sdk to 2.11.0 () 2024-07-25 13:17:09 +01:00
hleroy
12e9dc753c Added back CMD command
Clearning the ENTRYPOINT also clears the CMD. We need to set explicitly CMD again.
2024-07-23 12:57:00 -03:00
Filipe Nascimento
12c5eacb0c
Downgrade watchfiles from 0.22 to 0.21 () 2024-07-23 07:53:52 +01:00
pyup-bot
34803624eb Update django-compressor from 4.5 to 4.5.1 2024-07-22 10:46:52 -03:00
pyup.io bot
a6fc34eeea
Update ruff to 0.5.4 () 2024-07-21 10:59:59 +01:00
pyup.io bot
75123bd4ec
Update pytest to 8.3.1 ()
* Update pytest from 8.2.2 to 8.3.1

* Update pytest from 8.2.2 to 8.3.1
2024-07-21 10:48:14 +01:00
pyup.io bot
22e2715c82
Update sphinx to 7.4.7 ()
* Update sphinx from 7.4.6 to 7.4.7

* Update sphinx from 7.4.6 to 7.4.7
2024-07-21 10:46:30 +01:00
pyup.io bot
e4a2a46c68
Update hiredis to 3.0.0 () 2024-07-20 16:47:04 +02:00
pyup.io bot
b5d7460ae1
Update uvicorn from 0.30.1 to 0.30.3 () 2024-07-20 16:46:39 +02:00
Bruno Alla
a5f0967eec
Update Heroku runtime to Python 3.12.4 2024-07-20 10:47:06 +01:00
pyup.io bot
4d74cd9730
Update django-crispy-forms to 2.3 () 2024-07-20 10:41:47 +01:00
github-actions[bot]
1b88b699c9
Update django-upgrade pre-commit hooks () 2024-07-20 10:37:43 +01:00
Fabio C. Barrionuevo da Luz
cb103ce28d Use "ENV key=value" instead of "ENV key value" in Dockerfiles
The old syntax for ENV and LABEL is marked as deprecated in docker buildx v0.14.0

https://docs.docker.com/reference/build-checks/legacy-key-value-format/
https://github.com/moby/buildkit/pull/4923
2024-07-19 06:06:47 -03:00
pyup.io bot
e68d935987
Update ruff to 0.5.3 () 2024-07-19 09:52:29 +01:00
pyup.io bot
7082e66db3
Update sphinx to 7.4.6 ()
* Update sphinx from 7.4.5 to 7.4.6

* Update sphinx from 7.4.5 to 7.4.6
2024-07-18 17:50:15 +01:00
pyup-bot
bd82fe72f8 Update sphinx from 7.4.4 to 7.4.5 2024-07-16 21:57:28 -03:00
hleroy
634b091756
Clear ENTRYPOINT in awscli image to allow script execution ()
* Fix: clear ENTRYPOINT in derived image to allow script execution

* Added explanation regarding clearing ENTRYPOINT from the base image

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

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2024-07-16 14:57:40 +01:00
pyup.io bot
2443932974
Update sphinx to 7.4.4 ()
* Update sphinx from 7.4.2 to 7.4.4

* Update sphinx from 7.4.2 to 7.4.4
2024-07-16 10:14:56 +01:00
pyup-bot
32eb1b2e8c Update sentry-sdk from 2.9.0 to 2.10.0 2024-07-15 09:27:37 -03:00
pyup-bot
057fb75a45 Update sphinx from 7.4.0 to 7.4.2 2024-07-15 09:26:43 -03:00
pyup.io bot
5ba14a2d2c
Update ruff to 0.5.2 () 2024-07-15 10:54:04 +01:00
pyup.io bot
722e2bc4d5
Update sphinx to 7.4.0 ()
* Update sphinx from 7.3.7 to 7.4.0

* Update sphinx from 7.3.7 to 7.4.0
2024-07-15 10:46:00 +01:00
pyup-bot
c662c4d615 Update django-allauth from 0.63.5 to 0.63.6 2024-07-12 19:20:58 -03:00
pyup-bot
4e39cd2d51 Update django-allauth from 0.63.4 to 0.63.5 2024-07-12 10:45:11 -03:00
pyup-bot
00bac8eb68 Update coverage from 7.5.4 to 7.6.0 2024-07-12 10:43:47 -03:00
pyup-bot
d389302b6d Update django-anymail from 11.0 to 11.0.1 2024-07-12 10:43:03 -03:00
pyup-bot
ae03ac4702 Update django-anymail from 11.0 to 11.0.1 2024-07-12 10:43:03 -03:00
pyup-bot
45c4429154 Update django-anymail from 11.0 to 11.0.1 2024-07-12 10:43:03 -03:00
pyup-bot
cc67304d9c Update django-anymail from 11.0 to 11.0.1 2024-07-12 10:43:03 -03:00
pyup-bot
6754a2ec04 Update django-anymail from 11.0 to 11.0.1 2024-07-12 10:43:03 -03:00
pyup-bot
ef433d1a17 Update django-anymail from 11.0 to 11.0.1 2024-07-12 10:43:03 -03:00
pyup-bot
3156e2a560 Update django-anymail from 11.0 to 11.0.1 2024-07-12 10:43:03 -03:00
pyup-bot
78593239ee Update django-anymail from 11.0 to 11.0.1 2024-07-12 10:43:03 -03:00
pyup-bot
e6336a29f0 Update django-anymail from 11.0 to 11.0.1 2024-07-12 10:43:03 -03:00
pyup-bot
d5198dc40b Update django-allauth from 0.63.3 to 0.63.4 2024-07-10 20:54:20 -03:00
pyup-bot
0dd5c6ee38 Update django from 4.2.13 to 4.2.14 2024-07-10 15:46:02 -03:00
pyup.io bot
2fbceaf6c3
Update collectfasta to 3.2.0 () 2024-07-10 17:52:05 +01:00
pyup.io bot
96a5a2d1dd
Update sentry-sdk to 2.9.0 () 2024-07-10 17:51:47 +01:00
pyup.io bot
9631c0a817
Update django-debug-toolbar to 4.4.6 () 2024-07-10 17:51:31 +01:00
Bruno Alla
8cf31c9317
Migrate from Collectfast to Collestfasta () 2024-07-09 09:11:15 +01:00
pyup.io bot
bac56c4a7f
Update django-storages to 1.14.4 ()
* Update django-storages from 1.14.3 to 1.14.4

* Update django-storages from 1.14.3 to 1.14.4

* Update django-storages from 1.14.3 to 1.14.4
2024-07-09 08:45:08 +01:00
Ali Shamakhi
e716be4d36
Fix a typo in the option --all of the makemessages command () 2024-07-09 08:43:57 +01:00
pyup.io bot
abd00d18ae
Update ruff to 0.5.1 ()
* Update ruff from 0.5.0 to 0.5.1

* Update ruff from 0.5.0 to 0.5.1

* Auto-update ruff pre-commit hook ()

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2024-07-08 17:39:44 +01:00
pyup.io bot
a0c6867722
Update django-debug-toolbar to 4.4.5 () 2024-07-08 16:48:47 +01:00
pyup.io bot
888d48728e
Update sentry-sdk to 2.8.0 () 2024-07-08 16:48:31 +01:00
pyup.io bot
20bae48753
Update django-debug-toolbar to 4.4.3 () 2024-07-05 13:57:00 +01:00
pyup.io bot
de2239ab2f
Update pillow to 10.4.0 () 2024-07-02 15:32:48 +01:00
pyup.io bot
edbdefb0a7
Update ruff to 0.5.0 () 2024-07-01 12:07:16 +01:00
pyup.io bot
2d18e673a3
Update sentry-sdk to 2.7.1 () 2024-07-01 11:51:53 +01:00
github-actions[bot]
0e7ca03345
Auto-update pre-commit hooks ()
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-07-01 11:51:29 +01:00
pyup.io bot
899886fa2a
Update psycopg to 3.2.1 ()
* Update psycopg from 3.1.19 to 3.2.1

* Update psycopg from 3.1.19 to 3.2.1

* Update psycopg from 3.1.19 to 3.2.1
2024-07-01 11:50:24 +01:00
pyup.io bot
0f7aed4f27
Update django-upgrade to 1.19.0 ()
* Update django-upgrade from 1.18.0 to 1.19.0

* Update django-upgrade pre-commit hook

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2024-06-30 17:50:12 +01:00
pyup-bot
c7a4b9bb45 Update redis from 5.0.6 to 5.0.7 2024-06-26 12:18:40 -03:00
Bruno Alla
1f82072d5b Fix keywords case warning in Dockerfile
Recently noticed the following warning in my Docker builds:

> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match

I don't think it's causing any harm, apart perhaps some small noise in the logs.
2024-06-26 09:14:25 -03:00
pyup-bot
8e319a21db Update sentry-sdk from 2.6.0 to 2.7.0 2024-06-26 09:12:59 -03:00
pyup.io bot
315724b797
Update django-anymail to 11.0 () 2024-06-24 11:42:37 +01:00
pyup.io bot
b6aa5b1535
Update coverage from 7.5.3 to 7.5.4 () 2024-06-24 11:36:43 +01:00
dependabot[bot]
bacd17bb08
Bump amazon/aws-cli from 2.16.10 to 2.17.0 in /{{cookiecutter.project_slug}}/compose/production/aws ()
Bumps amazon/aws-cli from 2.16.10 to 2.17.0.

---
updated-dependencies:
- dependency-name: amazon/aws-cli
  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>
2024-06-22 12:22:37 +01:00
github-actions[bot]
3257b3d270
Auto-update pre-commit hooks ()
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-06-22 12:20:50 +01:00
pyup.io bot
a4f2206741
Update ruff to 0.4.10 ()
* Update ruff from 0.4.9 to 0.4.10

* Update ruff from 0.4.9 to 0.4.10
2024-06-22 12:20:34 +01:00
jelmert
9f64012987 Gitlab tags docker & python are removed from runner 2024-06-20 08:46:29 +02:00
pyup.io bot
ef34d668da
Update djangorestframework from 3.15.1 to 3.15.2 () 2024-06-19 22:53:00 +01:00
pyup.io bot
f9b30c7bc8
Update django-cors-headers from 4.3.1 to 4.4.0 () 2024-06-19 22:43:31 +01:00
pyup.io bot
daa858225f
Update sentry-sdk from 2.5.1 to 2.6.0 () 2024-06-19 22:42:50 +01:00
pyup.io bot
875022864a
Update whitenoise from 6.6.0 to 6.7.0 () 2024-06-19 22:42:34 +01:00
dependabot[bot]
cc41c0b804
Bump amazon/aws-cli from 2.16.8 to 2.16.10 ()
Bumps amazon/aws-cli from 2.16.8 to 2.16.10.

---
updated-dependencies:
- dependency-name: amazon/aws-cli
  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>
2024-06-18 11:30:00 +01:00
pyup.io bot
16652acaf1
Update django-compressor to 4.5 ()
* Update django-compressor from 4.4 to 4.5

* Update rcssmin to 1.1.2 ()
2024-06-17 09:17:45 +01:00
pyup.io bot
a2e364b5c1
Update django-crispy-forms from 2.1 to 2.2 () 2024-06-15 23:57:21 +01:00
Arnav Choudhury
401ffd0e86
Update start-flower in flower to wait until all celery workers are online ()
Flower needs to start only after the celery workers come online. Otherwise one will see errors like `inspect method failed` etc
2024-06-15 23:55:43 +01:00
Bruno Alla
bcd4437491
Merge pull request from Mogost/secure-prefix
Enhancing the security of cookies
2024-06-15 23:53:50 +01:00
pyup.io bot
f9a4d864db
Update sentry-sdk from 2.5.0 to 2.5.1 () 2024-06-15 23:48:02 +01:00
github-actions[bot]
c4f7b09cf3
Auto-update pre-commit hooks ()
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-06-15 23:46:57 +01:00
pyup.io bot
f6b9fa3708
Update django-allauth from 0.63.2 to 0.63.3 () 2024-06-15 23:46:42 +01:00
dependabot[bot]
03e68e893f Bump python in /{{cookiecutter.project_slug}}/compose/local/docs
Bumps python from 3.12.3-slim-bookworm to 3.12.4-slim-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 14:00:29 -03:00
dependabot[bot]
c11d5519d6 Bump python in /{{cookiecutter.project_slug}}/compose/local/django
Bumps python from 3.12.3-slim-bookworm to 3.12.4-slim-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 14:00:10 -03:00
dependabot[bot]
ed0857f7b3 Bump python in /{{cookiecutter.project_slug}}/compose/production/django
Bumps python from 3.12.3-slim-bookworm to 3.12.4-slim-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 13:59:48 -03:00
dependabot[bot]
453ea25b1d Bump amazon/aws-cli
Bumps amazon/aws-cli from 2.16.6 to 2.16.8.

---
updated-dependencies:
- dependency-name: amazon/aws-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 13:58:46 -03:00
pyup-bot
bde8236e9a Update ruff from 0.4.8 to 0.4.9 2024-06-14 13:58:18 -03:00
pyup.io bot
a0ae1945b5
Update redis from 5.0.5 to 5.0.6 () 2024-06-13 19:49:51 +01:00
dependabot[bot]
d3ce7925b2
Bump amazon/aws-cli Docker image from 2.15.58 to 2.16.6 ()
Bumps amazon/aws-cli from 2.15.58 to 2.16.6.

---
updated-dependencies:
- dependency-name: amazon/aws-cli
  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>
2024-06-12 09:45:22 +01:00
Manas Mallick
eec17f7c57
Change aws-cli docker image to use official amazon image () 2024-06-08 15:12:33 +01:00
Jason Mok
b6656379af
Replace deprecated uvicorn.workers with uvicorn-worker ()
* chore: Replace deprecated uvicorn.workers with uvicorn-worker

* Add package and fix worker class name

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2024-06-08 14:56:02 +01:00
pyup.io bot
33c36f17cd
Update sentry-sdk to 2.5.0 () 2024-06-06 15:27:42 +01:00
pyup.io bot
690b1ad327
Update ruff to 0.4.8 ()
* Update ruff from 0.4.7 to 0.4.8

* Update ruff from 0.4.7 to 0.4.8

* Update Ruff pre-commit hook ()

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-06-06 12:47:52 +01:00
pyup.io bot
1e1255c966
Update redis to 5.0.5 () 2024-06-06 12:13:27 +01:00
pyup-bot
66e4d3d99a Update pytest from 8.2.1 to 8.2.2 2024-06-04 17:33:11 -03:00
pyup-bot
824630a9e9 Update sentry-sdk from 2.3.1 to 2.4.0 2024-06-04 07:10:09 -03:00
pyup.io bot
53394a6ac7
Update uvicorn from 0.30.0 to 0.30.1 () 2024-06-02 20:00:08 +01:00
pyup.io bot
0cfd278da2
Update ruff to 0.4.7 ()
* Update ruff from 0.4.6 to 0.4.7

* Update ruff from 0.4.6 to 0.4.7

* Update Ruff pre-commit hook ()

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-06-01 11:43:59 +01:00
Jelmer
34644d50ba
Merge pull request from cookiecutter/pyup-update-uvicorn-0.29.0-to-0.30.0
Update uvicorn to 0.30.0
2024-05-30 11:00:50 +02:00
pyup.io bot
0216ebb268
Update ruff to 0.4.6 ()
* Update ruff from 0.4.5 to 0.4.6

* Update ruff from 0.4.5 to 0.4.6

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2024-05-29 13:25:36 +01:00
github-actions[bot]
07e6282244
Auto-update pre-commit hooks ()
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-05-29 08:24:38 +01:00
pyup.io bot
2aae512ef6
Update coverage from 7.5.2 to 7.5.3 () 2024-05-29 08:23:32 +01:00
Alexandr Artemyev
310b803f29
Enhancing the security of cookies 2024-05-28 14:10:33 +05:00
pyup-bot
efc3882980 Update uvicorn from 0.29.0 to 0.30.0 2024-05-28 08:41:57 +01:00
pyup.io bot
779d51e60a
Update django-stubs to 5.0.2 () 2024-05-27 14:55:58 +01:00
pyup.io bot
4849aeb7f8
Update watchfiles to 0.22.0 () 2024-05-27 14:55:17 +01:00
Param Kapur
a0c2e1f31f
Rename SendInBlue ESP to Brevo ()
* Update cookiecutter.json with Brevo for SendInBlue

* Change all occurrences of SendinBlue to Brevo
2024-05-27 14:46:12 +01:00
pyup.io bot
4bdc239e03
Update django-allauth to 0.63.2 () 2024-05-27 14:40:28 +01:00
pyup.io bot
6ed9e588b2
Update coverage to 7.5.2 () 2024-05-27 14:40:05 +01:00
pyup.io bot
ba97c2a719
Update django-debug-toolbar to 4.4.2 () 2024-05-27 14:39:49 +01:00