Commit Graph

584 Commits

Author SHA1 Message Date
pyup.io bot
2778552879
Update django from 4.1.8 to 4.1.9 (#4313) 2023-05-04 09:12:00 +01:00
Bruno Alla
18a8ec3a0b
Remove pytz from dependencies (#4309) 2023-05-04 09:02:02 +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
a1f2a670d9
Update drf-spectacular to 0.26.2 (#4277) 2023-04-15 15:48:41 +01:00
pyup.io bot
782cee3756
Update django to 4.1.8 (#4258) 2023-04-05 14:57:59 +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
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
pyup.io bot
ad9ea88232
Update pytz from 2022.7.1 to 2023.2 (#4228) 2023-03-25 14:58:44 +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
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
305364f5ad
Update django-environ to 0.10.0 (#4195) 2023-03-07 20:39:49 +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
961ec7df6b
Update whitenoise to 6.4.0 (#4180) 2023-02-25 11:53:35 +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
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
pyup.io bot
379522507a
Update redis to 4.5.1 (#4147) 2023-02-08 17:50:04 +00:00
pyup.io bot
fade9bd0ac
Update redis to 4.5.0 (#4142) 2023-02-07 17:43:11 +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
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
ac3e5da6c1
Update python-slugify to 8.0.0 (#4111) 2023-02-02 11:30:25 +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
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
4576c70a5d
Update redis from 4.4.1 to 4.4.2 (#4091) 2023-01-19 23:55:31 +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
98ca314904
Update hiredis to 2.1.1 (#4070) 2023-01-10 13:21:58 +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
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
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
pyup-bot
3bb3712074 Update whitenoise from 6.2.0 to 6.3.0 2023-01-03 04:30:22 -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
7fc0b1d167
Update pytz to 2022.7 (#4020) 2022-12-21 14:24:02 +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
pyup.io bot
0336f08da1
Update redis to 4.4.0 (#3977) 2022-12-04 14:10:58 +00:00