Commit Graph

7790 Commits

Author SHA1 Message Date
pyup.io bot
4c27a59678
Update django-allauth to 64.0.0 (#5269) 2024-07-31 14:59:08 +01:00
pyup.io bot
db496f9c0c
Update sentry-sdk to 2.12.0 (#5268) 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
github-actions
207a9e576c Release 2024.07.26 2024-07-27 02:18:07 +00:00
pyup.io bot
1af0757340
Update ruff to 0.5.5 (#5250) 2024-07-26 08:20:02 +01:00
github-actions
2b1c6e9f50 Release 2024.07.25 2024-07-26 02:19:01 +00:00
pyup.io bot
55cf48c4f3
Update pytest to 8.3.2 (#5249)
* 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 (#5199) 2024-07-25 13:18:03 +01:00
pyup.io bot
a6fcb62e19
Update sentry-sdk to 2.11.0 (#5247) 2024-07-25 13:17:09 +01:00
github-actions
4540098afc Release 2024.07.24 2024-07-25 02:18:59 +00:00
Hoai-Thu Vuong
69c3b4c0cb fix non existent of two scoops of django image 2024-07-24 16:20:38 -03:00
github-actions
b0e6b5ef76 Release 2024.07.23 2024-07-24 02:18:58 +00: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
browniebroke
bee2e414b7 Update Contributors 2024-07-23 06:54:27 +00:00
Filipe Nascimento
12c5eacb0c
Downgrade watchfiles from 0.22 to 0.21 (#5243) 2024-07-23 07:53:52 +01:00
github-actions
3858e90528 Release 2024.07.22 2024-07-23 02:19:07 +00:00
pyup-bot
34803624eb Update django-compressor from 4.5 to 4.5.1 2024-07-22 10:46:52 -03:00
github-actions
41b50bcb7d Release 2024.07.21 2024-07-22 02:20:42 +00:00
pyup.io bot
a6fc34eeea
Update ruff to 0.5.4 (#5237) 2024-07-21 10:59:59 +01:00
pyup.io bot
75123bd4ec
Update pytest to 8.3.1 (#5236)
* 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 (#5235)
* 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
github-actions
e6bd8d1a2a Release 2024.07.20 2024-07-21 02:20:10 +00:00
pyup.io bot
e4a2a46c68
Update hiredis to 3.0.0 (#5228) 2024-07-20 16:47:04 +02:00
pyup.io bot
b5d7460ae1
Update uvicorn from 0.30.1 to 0.30.3 (#5234) 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 (#5229) 2024-07-20 10:41:47 +01:00
github-actions[bot]
1b88b699c9
Update django-upgrade pre-commit hooks (#5232) 2024-07-20 10:37:43 +01:00
github-actions
88da1f4413 Release 2024.07.19 2024-07-20 02:17:34 +00:00
pyup.io bot
ab081ee471
Update django-upgrade to 1.20.0 (#5227) 2024-07-19 12:55:50 +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 (#5224) 2024-07-19 09:52:29 +01:00
github-actions
e16eed7f1b Release 2024.07.18 2024-07-19 02:18:50 +00:00
pyup.io bot
7082e66db3
Update sphinx to 7.4.6 (#5223)
* 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
github-actions
0834ba6870 Release 2024.07.17 2024-07-18 02:18:30 +00:00
github-actions
dcaf6741de Release 2024.07.16 2024-07-17 02:19:01 +00:00
pyup-bot
bd82fe72f8 Update sphinx from 7.4.4 to 7.4.5 2024-07-16 21:57:28 -03:00
pyup-bot
f669e101a0 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 (#5221)
* 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 (#5218)
* 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
github-actions
e260a5da7e Release 2024.07.15 2024-07-16 02:19:21 +00:00
pyup-bot
32eb1b2e8c Update sentry-sdk from 2.9.0 to 2.10.0 2024-07-15 09:27:37 -03:00