Commit Graph

1810 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
pyup.io bot
bd2d3edd31
Update coverage from 7.0.0 to 7.0.1 (#4024) 2022-12-24 11:25:53 +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
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
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
pyup.io bot
d15465a582
Update django-stubs to 1.13.1 (#3986) 2022-12-08 13:16:33 +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
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