Bruno Alla
ec4e519795
Fix indentation in generated pyproject.toml
2025-02-18 22:37:16 +00:00
pyup.io bot
0299f98693
Update sentry-sdk from 2.21.0 to 2.22.0 ( #5692 )
2025-02-17 19:28:34 +00:00
pyup.io bot
c448ff5ae6
Update django-storages to 1.14.5 ( #5690 )
2025-02-17 08:45:59 +00:00
dependabot[bot]
08d1a3ba61
Bump node from 22.13 to 22.14 ( #5688 )
2025-02-14 07:58:21 +00:00
pyup.io bot
9653f1df97
Update sentry-sdk to 2.21.0 ( #5687 )
2025-02-13 10:50:07 +00:00
pyup.io bot
0e35c6f3b1
Update coverage to 7.6.12 ( #5686 )
2025-02-11 18:04:54 +00:00
pyup.io bot
a76b8fe8c8
Update pytest-django to 4.10.0 ( #5684 )
2025-02-10 16:53:01 +00:00
pyup.io bot
eb2daaa132
Update ruff to 0.9.6 ( #5683 )
...
Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
2025-02-10 15:28:24 +00:00
dependabot[bot]
ecbcd763a8
Bump amazon/aws-cli from 2.23.0 to 2.24.0 ( #5682 )
2025-02-10 08:59:04 +00:00
pyup.io bot
9544a2243b
Update coverage from 7.6.10 to 7.6.11 ( #5681 )
2025-02-08 22:03:33 +00:00
pyup.io bot
13acd682cc
Update mypy to 1.15.0 ( #5664 )
...
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2025-02-07 23:17:51 +00:00
pyup.io bot
67b3a7b9f3
Update django-stubs to 5.1.3 ( #5680 )
2025-02-07 23:10:08 +00:00
dependabot[bot]
1962169f57
Bump python from 3.12.8 to 3.12.9 in local Docker image ( #5678 )
...
Bumps python from 3.12.8-slim-bookworm to 3.12.9-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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-07 23:09:13 +00:00
dependabot[bot]
bcf96d432f
Bump python from 3.12.8 to 3.12.9 in production Docker image ( #5677 )
...
Bumps python from 3.12.8-slim-bookworm to 3.12.9-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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-07 23:08:38 +00:00
dependabot[bot]
d04d3802f3
Bump python from 3.12.8 to 3.12.9 in docs Docker image ( #5676 )
...
Bumps python from 3.12.8-slim-bookworm to 3.12.9-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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-07 23:07:51 +00:00
pyup.io bot
978455aa94
Update django-allauth to 65.4.1 ( #5679 )
...
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2025-02-07 11:08:49 +00:00
pyup.io bot
f79dbf9e17
Update django-cors-headers to 4.7.0 ( #5675 )
2025-02-07 10:03:58 +00:00
pyup.io bot
36b7e7754d
Update whitenoise to 6.9.0 ( #5674 )
2025-02-07 10:03:48 +00:00
pyup.io bot
17e5ad3f17
Update ruff to 0.9.5 ( #5673 )
...
* Update ruff from 0.9.4 to 0.9.5
* Align Ruff versions
---------
Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
2025-02-06 22:55:52 +00:00
Alan Cyment
8a019b40cf
Bumped node version of Django Dockerfile to 22.13 ( #5672 )
2025-02-06 22:23:12 +00:00
pyup-bot
0be2d9c919
Update django from 5.0.11 to 5.0.12
2025-02-05 14:14:38 -03:00
Hana Belay
7c6dff3b70
Add missing trailing slash in test MEDIA_URL
( #5666 )
2025-02-05 10:57:30 +00:00
dependabot[bot]
bcd27ef206
Bumps traefik from 3.3.2 to 3.3.3 ( #5660 )
2025-02-03 11:13:09 +00:00
pyup.io bot
7371becfcf
Update factory-boy to 3.3.2 ( #5661 )
2025-02-03 11:11:47 +00:00
pyup.io bot
0299266df9
Update ruff to 0.9.4 ( #5659 )
2025-01-30 20:54:37 +00:00
Ed Morley
827d35708b
Migrate generated project from runtime.txt
to .python-version
( #5652 )
...
Heroku now supports the `.python-version` file as an alternative to the
Heroku-specific (and now deprecated) `runtime.txt` file, and recommends
apps switch to using the former since it's more widely supported by other
tooling.
The `.python-version` file is supported by pyenv, uv, the GitHub Actions
`setup-python` action and many others.
In addition, the `.python-version` file supports the version being specified
as just the major version (eg `3.12` vs `3.12.N`) which means will pick up
Python patch updates automatically (which is the recommended usage on
Heroku).
See:
https://devcenter.heroku.com/changelog-items/3005
https://github.com/heroku/heroku-buildpack-python/issues/1642
https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#using-the-python-version-file-input
2025-01-26 13:35:04 +00:00
pyup.io bot
d7c995b873
Update ruff to 0.9.3 ( #5654 )
...
* Update ruff from 0.9.2 to 0.9.3
* Align Ruff versions
* Align Ruff versions
---------
Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2025-01-24 07:50:53 +00:00
ghazi-git
723a388f3d
Update the linter error code from TCH to TC ( #5651 )
2025-01-21 19:50:33 +00:00
pyup.io bot
3e1e6cb41b
Update pre-commit to 4.1.0 ( #5650 )
...
* Update pre-commit from 4.0.1 to 4.1.0
* Update pre-commit version in template
---------
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2025-01-21 10:08:29 +00:00
Jelmer
1cad7df6cc
Merge pull request #5615 from browniebroke/refactor/move-api-tests
...
Group all API tests under a `tests.api` namespace
2025-01-20 14:00:31 +01:00
pyup.io bot
e69d77a0b9
Update ruff to 0.9.2 ( #5646 )
2025-01-16 13:59:24 +00:00
dependabot[bot]
54e0ccec0c
Bump amazon/aws-cli from 2.22.1 to 2.23.0 ( #5645 )
2025-01-16 07:32:55 +00:00
pyup.io bot
ab475a5570
Update psycopg to 3.2.4 ( #5644 )
2025-01-15 23:13:38 +00:00
ghazi-git
564ca18e56
update CELERYD_HIJACK_ROOT_LOGGER to CELERY_WORKER_HIJACK_ROOT_LOGGER ( #5643 )
...
CELERYD_HIJACK_ROOT_LOGGER was the name of the setting in celery v3
2025-01-15 19:34:23 +00:00
pyup.io bot
fbf6c886cb
Update django-stubs to 5.1.2 ( #5639 )
2025-01-15 10:02:53 +00:00
dependabot[bot]
2dc567d131
Bump traefik from 3.3.1 to 3.3.2 ( #5642 )
2025-01-15 10:00:20 +00:00
pyup.io bot
c89a45c45f
Update django from 5.0.10 to 5.0.11 ( #5640 )
2025-01-14 17:54:03 +00:00
pyup.io bot
1ba44e9e03
Update sentry-sdk to 2.20.0 ( #5638 )
2025-01-14 12:05:21 +00:00
pyup.io bot
42febc9e84
Update django-debug-toolbar from 4.4.6 to 5.0.1 ( #5636 )
2025-01-14 07:32:51 +00:00
pyup.io bot
a8847158c9
Update django-environ from 0.11.2 to 0.12.0 ( #5635 )
2025-01-13 18:06:11 +00:00
dependabot[bot]
d78dff4969
Bumps traefik from 3.3.0 to 3.3.1 ( #5634 )
2025-01-13 09:41:21 +00:00
pyup.io bot
35dacd8718
Update ruff to 0.9.1 ( #5633 )
2025-01-11 12:08:23 +00:00
browniebroke
01650ddc1b
Align Ruff versions
2025-01-11 12:00:31 +00:00
pyup-bot
8fd6404901
Update ruff from 0.8.6 to 0.9.0
2025-01-11 12:00:31 +00:00
pyup.io bot
0d6de8f23b
Update watchfiles to 1.0.4 ( #5631 )
2025-01-10 14:17:10 +00:00
pre-commit-ci[bot]
2d54690d34
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-01-09 21:24:10 +00:00
dependabot[bot]
cee86b68b1
Bump node in /{{cookiecutter.project_slug}}/compose/local/node
...
Bumps node from 22.12-bookworm-slim to 22.13-bookworm-slim.
---
updated-dependencies:
- dependency-name: node
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 05:52:28 +00:00
dependabot[bot]
38639e251e
Bump traefik from 3.2.3 to 3.3.0 ( #5625 )
2025-01-07 09:55:30 +00:00
Bruno Alla
b9eb7c8eca
Set minimum_pre_commit_version
in pre-commit config ( #5626 )
2025-01-07 09:54:39 +00:00
Hana Belay
570763e7ce
Add justfile for use with docker ( #5621 )
2025-01-06 14:49:01 +00:00
pyup.io bot
95c3772b3e
Update ruff to 0.8.6 ( #5622 )
2025-01-04 19:35:10 +00:00
Pulse-Mind
411e92cf9d
Fix logging configuration for Celery tasks ( #5563 )
2025-01-02 20:44:08 +00:00
Bruno Alla
0434aea33f
Rename API docs tests to not mention Swagger
2025-01-02 20:20:08 +00:00
pyup.io bot
df2bd97a24
Update ruff to 0.8.5 ( #5619 )
2025-01-02 18:13:06 +00:00
pyup.io bot
f8d267a78c
Update pillow to 11.1.0 ( #5617 )
2025-01-02 10:57:12 +00:00
Bruno Alla
683f207d4a
Move API tests into a package
...
Mirroring the structure of the code being tested
2024-12-31 13:27:02 +00:00
pyup.io bot
f9298f9b99
Update coverage from 7.6.9 to 7.6.10 ( #5608 )
2024-12-27 11:19:22 +00:00
pyup.io bot
4dcc9e786f
Update uvicorn-worker from 0.2.0 to 0.3.0 ( #5607 )
2024-12-27 11:19:02 +00:00
pyup-bot
fd9dd32d28
Update collectfasta from 3.2.0 to 3.2.1
2024-12-26 08:48:10 -03:00
pyup.io bot
e9f4ba8ae5
Update django-allauth from 65.3.0 to 65.3.1 ( #5605 )
2024-12-26 09:50:26 +00:00
pyup.io bot
61ffcbf163
Update djlint to 1.36.4 ( #5603 )
2024-12-24 14:27:11 +00:00
pyup.io bot
1787fe31d2
Update uvicorn from 0.32.1 to 0.34.0 ( #5592 )
2024-12-24 14:22:18 +00:00
dependabot[bot]
df7fcce28f
Bump webpack-cli from 5.1.4 to 6.0.1 ( #5601 )
2024-12-23 09:27:51 +00:00
pyup.io bot
92491bc4ad
Update ruff to 0.8.4 ( #5595 )
2024-12-20 11:04:28 +00:00
pyup.io bot
6c20b26773
Update djangorestframework-stubs from 3.15.1 to 3.15.2 ( #5591 )
2024-12-17 08:42:47 +00:00
dependabot[bot]
a40c4e8588
Bump traefik from 3.2.2 to 3.2.3 ( #5594 )
2024-12-17 08:40:25 +00:00
pyup.io bot
35bed843b8
Update ruff to 0.8.3 ( #5587 )
2024-12-12 23:17:39 +00:00
dependabot[bot]
1b62f5b329
Bump traefik ( #5586 )
2024-12-11 14:33:28 +00:00
pyup.io bot
bb38f34c70
Update watchfiles from 1.0.0 to 1.0.3 ( #5585 )
2024-12-10 23:42:34 +00:00
dependabot[bot]
736ff7659d
Bump node from 22.11 to 22.12 ( #5583 )
2024-12-10 23:42:16 +00:00
pyup.io bot
277bb8f475
Update ruff to 0.8.2 ( #5576 )
2024-12-08 15:20:23 +00:00
pyup.io bot
8ce5908229
Update coverage to 7.6.9 ( #5581 )
2024-12-08 14:49:57 +00:00
pyup.io bot
c187975e1d
Update sentry-sdk to 2.19.2 ( #5579 )
2024-12-08 14:49:40 +00:00
dependabot[bot]
402fd66165
Bump python in /{{cookiecutter.project_slug}}/compose/production/django ( #5575 )
2024-12-08 14:48:59 +00:00
dependabot[bot]
2c835f0ed5
Bump python from 3.12.7 to 3.12.8 in local Docker image ( #5574 )
2024-12-08 14:48:42 +00:00
dependabot[bot]
47bc51274d
Bump python from 3.12.7 to 3.12.8 in docs Docker image ( #5573 )
2024-12-08 14:48:19 +00:00
pyup.io bot
8c02bf8f93
Update hiredis to 3.1.0 ( #5571 )
2024-12-08 14:48:05 +00:00
pyup.io bot
f63daa7eb1
Update redis to 5.2.1 ( #5580 )
...
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2024-12-08 14:47:45 +00:00
Bruno Alla
da24b3aa3f
Merge branch 'master' into pyup-update-django-5.0.9-to-5.0.10
2024-12-08 15:32:18 +01:00
pyup.io bot
a41bbee492
Update drf-spectacular to 0.28.0 ( #5564 )
2024-12-08 14:32:03 +00:00
Bruno Alla
b25ab14385
Pin node to version 22.11 ( #5582 )
...
* Add --rm to all docker run commands in CI
* Pin node 22 version to 22.11
2024-12-08 13:30:39 +01:00
pyup-bot
7e4ba42e6e
Update django from 5.0.9 to 5.0.10
2024-12-04 15:46:56 +00:00
github-actions[bot]
eee987e1b4
Update django-upgrade to 1.22.2 ( #5567 )
2024-12-03 07:16:10 +00:00
pyup.io bot
3eacd55bf7
Update pytest to 8.3.4 ( #5566 )
2024-12-02 08:31:15 +00:00
pyup.io bot
9f34c18ffe
Update django-allauth to 65.3.0 ( #5565 )
2024-12-01 16:42:42 +00:00
pyup.io bot
017c9ae6f8
Update ruff to 0.8.1 ( #5557 )
2024-11-29 09:20:53 +00:00
pyup.io bot
4dd166267d
Update djlint to 1.36.3 ( #5558 )
2024-11-29 08:51:35 +00:00
github-actions[bot]
606db119cd
Update djlint pre-commit hook to 1.36.2 ( #5556 )
2024-11-28 14:20:39 +00:00
pyup-bot
f0b50fb735
Update djlint from 1.36.1 to 1.36.2
2024-11-28 10:27:33 -03:00
Bruno Alla
6a526ac633
Pin dart-sass to 1.77.6 to avoid deprecation warnings ( #5552 )
...
https://github.com/twbs/bootstrap/issues/40962
https://github.com/twbs/bootstrap/issues/40849
2024-11-27 21:18:33 +00:00
dependabot[bot]
88ba893524
Bump gulp-imagemin from 7.1.0 to 9.1.0 ( #5052 )
2024-11-27 18:37:39 +00:00
dependabot[bot]
0de4a2f6eb
Bump gulp from 4.0.2 to 5.0.0 ( #4949 )
2024-11-27 18:27:50 +00:00
pyup.io bot
07061b6e2f
Update coverage to 7.6.8 ( #5547 )
2024-11-26 17:52:16 +00:00
pyup.io bot
c05770a4dc
Update watchfiles to 1.0.0 ( #5548 )
2024-11-26 17:51:57 +00:00
pyup.io bot
b09ee5be8a
Update ruff to 0.8.0 ( #5545 )
2024-11-22 12:48:20 +00:00
pyup.io bot
aca580df00
Update sentry-sdk to 2.19.0 ( #5543 )
2024-11-21 18:16:44 +00:00
qwerrrqw
7fc33c2a23
Add support for secure Redis (TLS support) ( #5526 )
2024-11-21 12:54:50 +00:00
pyup.io bot
d00cd42e6c
Update uvicorn to 0.32.1 ( #5539 )
2024-11-21 12:29:46 +00:00
dependabot[bot]
dc8a470a8f
Bump traefik from 3.2.0 to 3.2.1 ( #5541 )
2024-11-21 12:29:07 +00:00
Denis Darii
f440144fde
Fix typos in translation instructions in README ( #5538 )
2024-11-20 16:25:04 +00:00
dependabot[bot]
c97df5f755
Bump amazon/aws-cli ( #5537 )
2024-11-20 08:50:57 +00:00
pyup.io bot
c357d9ef33
Update ruff to 0.7.4 ( #5531 )
2024-11-16 11:00:01 +00:00
pyup.io bot
1b9f3e7a48
Update coverage to 7.6.5 ( #5529 )
2024-11-15 09:46:37 +00:00
dependabot[bot]
e03b0b0c7e
Bump amazon/aws-cli ( #5528 )
2024-11-14 07:56:59 +00:00
pyup.io bot
c5988b5c3c
Update werkzeug to 3.1.3 ( #5524 )
2024-11-13 10:38:33 +00:00
pyup.io bot
73f41e2425
Update ruff to 0.7.3 ( #5521 )
2024-11-13 10:05:52 +00:00
dependabot[bot]
555872e1c9
Bump amazon/aws-cli from 2.19.0 to 2.20.0 ( #5527 )
2024-11-13 10:04:53 +00:00
pyup-bot
b932c9bf15
Update django-allauth from 65.1.0 to 65.2.0
2024-11-08 13:51:11 +00:00
pyup.io bot
8d6c8ebed1
Update djlint to 1.36.1 ( #5519 )
2024-11-07 19:43:37 +00:00
pyup.io bot
1e0c9ff2c1
Update djlint to 1.36.0 ( #5517 )
2024-11-05 08:21:05 +00:00
pyup.io bot
dd98112051
Update sentry-sdk to 2.18.0 ( #5515 )
2024-11-04 18:09:28 +00:00
pyup.io bot
5136d3da99
Update ruff to 0.7.2 ( #5510 )
2024-11-02 18:51:49 +00:00
pyup.io bot
33a7478559
Update djlint to 1.35.4 ( #5508 )
...
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-01 12:21:39 +00:00
dependabot[bot]
8d5a4269fc
Bump amazon/aws-cli from 2.18.1 to 2.19.0 ( #5507 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 09:55:01 +00:00
pyup.io bot
14ba82423e
Update djlint to 1.35.3 ( #5503 )
2024-10-30 13:19:12 +00:00
pyup.io bot
46795883b5
Update whitenoise from 6.8.1 to 6.8.2 ( #5501 )
2024-10-30 07:47:48 +00:00
Christian Jensen
9bef46c198
Small spelling correction ( #5502 )
...
Mimicing > Mimicking
2024-10-30 07:13:20 +00:00
pyup-bot
b40566e401
Update django-cors-headers from 4.5.0 to 4.6.0
2024-10-29 12:00:39 +00:00
Bruno Alla
63044a04cd
Merge pull request #5497 from cookiecutter/pyup-update-whitenoise-6.7.0-to-6.8.1
2024-10-29 08:45:01 +00:00
dependabot[bot]
272ef407d6
Bump traefik
...
Bumps traefik from 3.1.6 to 3.2.0.
---
updated-dependencies:
- dependency-name: traefik
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-29 05:09:08 +00:00
pyup-bot
4377481f32
Update whitenoise from 6.7.0 to 6.8.1
2024-10-28 15:57:36 +00:00
Bruno Alla
f4afaf5ba3
Merge branch 'pyup-update-mypy-1.11.2-to-1.13.0' into pyup-update-django-stubs-5.1.0-to-5.1.1
2024-10-27 00:43:31 +01:00
Bruno Alla
231940644e
Merge branch 'master' into pyup-update-mypy-1.11.2-to-1.13.0
2024-10-27 00:39:35 +01:00
pyup-bot
e86fd33633
Update django-stubs from 5.1.0 to 5.1.1
2024-10-26 20:41:35 +01:00
pyup.io bot
19294ef8a0
Update werkzeug to 3.0.6 ( #5492 )
2024-10-26 12:57:56 +01:00
Bruno Alla
428fac8776
Remove watchdog pin <4
...
The issue that lead to this pinning should be fixed now: https://github.com/pallets/werkzeug/issues/2945
2024-10-25 09:01:28 +01:00
pyup-bot
fb6549dc4d
Update werkzeug from 3.0.4 to 3.0.5
2024-10-25 03:25:21 +01:00
pyup.io bot
109238f746
Update ruff to 0.7.1 ( #5487 )
2024-10-24 19:48:35 +01:00
pyup.io bot
244d7ac9cd
Update redis to 5.2.0 ( #5486 )
2024-10-24 17:30:20 +01:00
pyup.io bot
ceafff014e
Update django-allauth from 65.0.2 to 65.1.0 ( #5485 )
2024-10-24 07:44:01 +01:00
pyup-bot
fd05b1de21
Update mypy from 1.11.2 to 1.13.0
2024-10-23 01:14:36 +01:00
Mariot Tsitoara
020639f86f
Fix broken links in generated README.md ( #5482 )
2024-10-22 07:39:07 +01:00
Jelmer
9806ba7a36
Merge pull request #4861 from foarsitter/remove_celery_broker_url
...
Remove CELERY_BROKER_URL in favor of REDIS_URL
2024-10-21 22:21:25 +02:00
Jelmer Draaijer
8bf9a8c278
Add a default for REDIS_URL and add it as a variable to the settings
2024-10-21 22:10:42 +02:00
pyup.io bot
02f6336d74
Update coverage to 7.6.4 ( #5480 )
2024-10-21 10:12:40 +01:00
Bruno Alla
6f5f1b8576
Fix a number of issues with Azure storage ( #5476 )
2024-10-21 10:12:29 +01:00
pyup.io bot
abc199d5ef
Update ruff to 0.7.0 ( #5474 )
2024-10-17 21:29:12 +01:00
pyup.io bot
ae86e01779
Update uvicorn to 0.32.0 ( #5471 )
2024-10-17 12:52:53 +01:00
pyup.io bot
dc4d102477
Update pillow to 11.0.0 ( #5470 )
2024-10-17 12:52:42 +01:00
pyup.io bot
ff7874b316
Update sentry-sdk to 2.17.0 ( #5473 )
2024-10-17 12:52:13 +01:00
Jelmer Draaijer
4709a30bd7
Remove CELERY_BROKER_URL in favor of REDIS_URL
2024-10-14 20:38:32 +02:00
Jelmer
62f39cda5e
Merge pull request #5463 from cookiecutter/pyup-update-sphinx-8.1.1-to-8.1.3
...
Update sphinx to 8.1.3
2024-10-14 20:34:10 +02:00
pyup-bot
057562bf26
Update sphinx from 8.1.1 to 8.1.3
2024-10-14 19:33:59 +02:00
pyup-bot
04d6620733
Update coverage from 7.6.2 to 7.6.3
2024-10-14 19:33:48 +02:00
Jelmer Draaijer
b042b212b6
Add requirements for ubuntu 24.04
2024-10-14 19:12:10 +02:00
Jelmer
822c1c0327
Merge pull request #5457 from cookiecutter/pyup-update-sphinx-8.0.2-to-8.1.1
...
Update sphinx to 8.1.1
2024-10-12 16:44:16 +02:00
Jelmer
98f4863a25
Merge pull request #5458 from cookiecutter/update/pre-commit-autoupdate
...
Auto-update pre-commit hooks
2024-10-12 16:44:06 +02:00
pyup-bot
abfc6b0ee2
Update django-cors-headers from 4.4.0 to 4.5.0
2024-10-12 10:59:48 +01:00
browniebroke
3f2155ab6e
Auto-update pre-commit hooks
2024-10-12 02:36:29 +00:00
pyup-bot
209b54a628
Update sphinx from 8.0.2 to 8.1.1
2024-10-12 01:41:04 +01:00
Jelmer
5fead041df
Merge pull request #5450 from cookiecutter/update/pre-commit-autoupdate
...
Auto-update pre-commit hooks
2024-10-11 11:45:32 +02:00
Jelmer
2eb0b22530
Merge pull request #5452 from foarsitter/wait-for-it
...
wait-for-it as dependency in the run stage
2024-10-11 11:45:18 +02:00
jelmert
dcde07d0ca
wait-for-it as dependency in the run stage
2024-10-11 09:40:50 +02:00
browniebroke
ed184d460a
Auto-update pre-commit hooks
2024-10-11 02:38:35 +00:00
pyup-bot
f3d4a9fcc7
Update sentry-sdk from 2.15.0 to 2.16.0
2024-10-10 09:42:32 -03:00
dependabot[bot]
44dc46997a
Bump traefik from 3.1.5 to 3.1.6 ( #5449 )
...
Bumps traefik from 3.1.5 to 3.1.6.
---
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-10-10 09:50:04 +01:00
pyup.io bot
0bd606922c
Update coverage to 7.6.2 ( #5448 )
2024-10-09 18:06:49 +01:00
pyup.io bot
b66960ed2d
Update pre-commit to 4.0.1 ( #5445 )
2024-10-08 21:23:15 +01:00
dependabot[bot]
30295fefd2
Bump amazon/aws-cli
...
Bumps amazon/aws-cli from 2.18.0 to 2.18.1.
---
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-10-08 05:46:01 +00:00
pyup.io bot
f590d14070
Update sphinx to 8.0.2 ( #5263 )
...
* Update sphinx from 7.4.7 to 8.0.2
2024-10-07 10:15:35 +02:00
Jelmer
0d9fbfd729
Merge pull request #5432 from cookiecutter/pyup-update-pre-commit-3.8.0-to-4.0.0
...
Update pre-commit to 4.0.0
2024-10-07 10:07:22 +02:00
Jelmer
f86ebbbf3a
Merge pull request #5433 from cookiecutter/update/pre-commit-autoupdate
...
Auto-update pre-commit hooks
2024-10-07 10:07:03 +02:00
dependabot[bot]
7114a1e1ba
Bump amazon/aws-cli
...
Bumps amazon/aws-cli from 2.17.0 to 2.18.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>
2024-10-07 05:19:00 +00:00
browniebroke
29bd84b397
Auto-update pre-commit hooks
2024-10-06 02:40:22 +00:00
pyup-bot
ba3b48dcd9
Update pre-commit from 3.8.0 to 4.0.0
2024-10-05 21:03:13 +01:00
pyup.io bot
a0af461794
Update crispy-bootstrap5 from 2024.2 to 2024.10 ( #5430 )
2024-10-05 11:31:15 -03:00
Jelmer
6c64a810b4
Merge pull request #5327 from foarsitter/wait_for_it
...
Use wait-for-it in favor of the custom python script when waiting for postgres
2024-10-05 13:26:44 +02:00
pyup.io bot
732c8784fa
Update ruff to 0.6.9 ( #5428 )
2024-10-04 19:45:26 +01:00
pyup.io bot
2cbb3bd02d
Update redis to 5.1.1 ( #5427 )
2024-10-04 19:07:36 +01:00
pyup.io bot
33c75ad251
Update sphinx-autobuild to 2024.10.3 ( #5420 )
2024-10-03 13:35:54 +01:00
dependabot[bot]
6f858e904b
Bump traefik from 3.1.4 to 3.1.5 ( #5423 )
...
Bumps traefik from 3.1.4 to 3.1.5.
---
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-10-03 13:35:32 +01:00
Bruno Alla
12380e1e80
Update Heroku runtime version to 3.12.7
2024-10-02 12:20:06 +01:00
dependabot[bot]
e0819933ad
Bump python from 3.12.6 to 3.12.7 in docs Docker image ( #5416 )
...
Bumps python from 3.12.6-slim-bookworm to 3.12.7-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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-02 12:19:16 +01:00
dependabot[bot]
ec499fa0ac
Bump python from 3.12.6 to 3.12.7 in local Docker image ( #5415 )
...
Bumps python from 3.12.6-slim-bookworm to 3.12.7-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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-02 12:18:54 +01:00
dependabot[bot]
9379027267
Bump python from 3.12.6 to 3.12.7 production Docker ( #5414 )
...
Bumps python from 3.12.6-slim-bookworm to 3.12.7-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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-02 12:18:28 +01:00
pyup.io bot
faba566d31
Update sentry-sdk to 2.15.0 ( #5413 )
2024-10-01 17:28:38 +01:00
pyup.io bot
053543d8d2
Update psycopg to 3.2.3 ( #5411 )
...
* Update psycopg from 3.2.2 to 3.2.3
* Update psycopg from 3.2.2 to 3.2.3
* Update psycopg from 3.2.2 to 3.2.3
2024-09-29 18:34:27 -04:00
pyup.io bot
748382c95e
Update uvicorn to 0.31.0 ( #5408 )
2024-09-28 16:19:23 +01:00
pyup-bot
5023e549e1
Update redis from 5.0.8 to 5.1.0
2024-09-27 15:41:53 -03:00
pyup.io bot
811b3010b9
Update django-allauth to 65.0.2 ( #5405 )
2024-09-27 11:48:35 +01:00
pyup.io bot
4e7a412b8b
Update ruff to 0.6.8 ( #5402 )
...
* Update ruff from 0.6.7 to 0.6.8
* Update ruff from 0.6.7 to 0.6.8
* Update ruff pre-commit hook (#5403 )
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-26 15:40:38 -03:00
pyup-bot
f3397536d4
Update django-stubs from 5.0.4 to 5.1.0
2024-09-23 20:40:11 +01:00
pyup-bot
fc6a38ea83
Update django-allauth from 65.0.0 to 65.0.1
2024-09-23 16:54:11 +01:00
Jelmer
2b375243d0
Merge pull request #5347 from ljfp/sphinx-makefile-fix
...
Fix Makefile and make.bat files used for automatic generation of documentation.
2024-09-23 16:39:58 +02:00
Jelmer
eb67667215
Merge pull request #5392 from cookiecutter/update/pre-commit-autoupdate
...
Auto-update pre-commit hooks
2024-09-23 15:14:49 +02:00
Jelmer
d5ab2a1d13
Merge pull request #5393 from cookiecutter/pyup-update-django-allauth-64.2.1-to-65.0.0
...
Update django-allauth to 65.0.0
2024-09-23 15:13:35 +02:00
pyup.io bot
a0d6949877
Update ruff to 0.6.7 ( #5394 )
...
* Update ruff from 0.6.6 to 0.6.7
* Update ruff from 0.6.6 to 0.6.7
2024-09-23 15:13:20 +02:00
pyup-bot
af9b0bcc40
Update django-allauth from 64.2.1 to 65.0.0
2024-09-22 10:53:07 +01:00
browniebroke
ec4438a1fd
Auto-update pre-commit hooks
2024-09-22 02:39:44 +00:00
github-actions[bot]
d0ddb001a0
Auto-update pre-commit hooks ( #5391 )
...
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 ( #5382 )
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 ( #5278 )
...
* 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 ( #5380 )
...
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 ( #5378 )
2024-09-16 13:47:40 +01:00
pyup.io bot
0b43f145b2
Update ruff to 0.6.5 ( #5373 )
...
* 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 (#5375 )
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 ( #5372 )
2024-09-12 00:34:54 +01:00