Commit Graph

3019 Commits

Author SHA1 Message Date
pyup.io bot
89ecc2e576
Update drf-spectacular to 0.26.4 (#4481) 2023-07-24 16:36:15 +01:00
Imran Rahman
a50f2bee94
Display custom 403_csrf.html while getting a csrf error in prod (#4464)
Co-authored-by: Imran Rahman <imranrahman.ix@gmail.com>
2023-07-24 12:41:10 +01:00
Imran Rahman
f567b5f685
update docs docker-compose -> docker compose (#4463)
Co-authored-by: Imran Rahman <imranrahman.ix@gmail.com>
2023-07-24 10:42:51 +01:00
pyup.io bot
e7f0b960b7
Update djlint to 1.32.1 (#4475)
* Update djlint from 1.32.0 to 1.32.1

* Update djlint from 1.32.0 to 1.32.1
2023-07-20 18:38:35 +01:00
pyup.io bot
394a9c4bd8
Update factory-boy to 3.3.0 (#4472) 2023-07-19 16:52:30 +01:00
pyup.io bot
6b4f8852a3
Update gunicorn to 21.2.0 (#4473) 2023-07-19 16:52:09 +01:00
pyup.io bot
7ef435d0c6
Update djlint to 1.32.0 (#4471)
* Update djlint from 1.31.1 to 1.32.0

* Update djlint from 1.31.1 to 1.32.0
2023-07-19 11:06:13 +01:00
pyup.io bot
826c48c80e
Update gunicorn to 21.1.0 (#4470) 2023-07-18 17:56:19 +01:00
pyup.io bot
75a33485a3
Update uvicorn to 0.23.1 (#4468) 2023-07-18 12:40:58 +01:00
pyup.io bot
daa4398071
Update gunicorn to 21.0.1 (#4466) 2023-07-18 12:40:06 +01:00
pyup.io bot
1cfa07be3b
Update sentry-sdk from 1.28.0 to 1.28.1 (#4458) 2023-07-13 09:26:56 -03:00
Bruno Alla
de2f108ec2
Fix code style 2023-07-12 11:03:05 +01:00
masavini
f10253a3b3
fix /tmp bind mount (#4455) 2023-07-11 17:32:02 +01:00
Bruno Alla
67a7194d06
Improve type hints for UserSerializer (#4429)
* Improve type hints for UserSerializer

* Fix NameError for UserType
2023-07-11 14:11:24 +01:00
pyup.io bot
cf2bc57a0d
Update black to 23.7.0 (#4452)
* Update black from 23.3.0 to 23.7.0

* Update black from 23.3.0 to 23.7.0
2023-07-11 09:43:53 +02:00
Andrew Chen Wang
a82622b592
Name shown twice in user_details.html if username set to email (#4436)
* Update user_detail.html

* Wrap long conditions over multiple lines

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-07-10 17:46:42 +01:00
tildebox
5610d854f5
Add missing trailing space in EMAIL_SUBJECT_PREFIX (#4434) 2023-07-10 17:20:36 +01:00
pyup.io bot
558d5282a5
Update django-coverage-plugin to 3.1.0 (#4446) 2023-07-10 15:24:25 +01:00
pyup.io bot
d794b151a2
Update pillow to 10.0.0 (#4432) 2023-07-10 15:23:57 +01:00
pyup.io bot
ece50bacad
Update django-cors-headers to 4.2.0 (#4445) 2023-07-10 15:02:14 +01:00
pyup.io bot
dff6178b73
Update sentry-sdk to 1.28.0 (#4444) 2023-07-10 15:01:51 +01:00
pyup.io bot
b9acaad5e6
Update sentry-sdk from 1.27.0 to 1.27.1 (#4440) 2023-07-08 12:10:46 +02:00
pyup.io bot
9085ff8ad7
Update sentry-sdk from 1.26.0 to 1.27.0 (#4439) 2023-07-04 23:05:33 +02:00
dependabot[bot]
de8759fdbd
Bump postcss-preset-env in /{{cookiecutter.project_slug}} (#4437)
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 8.5.1 to 9.0.0.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 09:33:31 +02:00
pyup.io bot
bef0b0d29a
Update django-stubs from 4.2.2 to 4.2.3 (#4430) 2023-07-03 12:33:41 +02:00
pyup.io bot
a050ea83c1
Update django from 4.2.2 to 4.2.3 (#4435) 2023-07-03 12:30:43 +02:00
masavini
1ed6d6e03b
VS Code Dev Container (#4198)
* decontainer setup

* update

* fix typo

* keep .envs

* add info

* typo

* minor fixes

* keep compose/production

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add isort and lint

* choose editor and configure devcontainer

* choose editor and configure devcontainer

* add ssh client

* Remove isort arguments duplicated with base config

* End of file

* Only keep black as code formatter

* Add note about black not being accepted as formatter in devcontainer

* Avoid empty lines in devcontainer.json

* Move bash_history into .devcontainer folder

* Remove .prettierignore file

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-07-03 11:55:33 +02:00
Will Gordon
397100dcab
Allow django-admin to optionally use django-allauth login workflow (#1921)
* Allow django-admin to optionally use django-allauth login workflow

* Fix mypy and add a comment to allauth documentation

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-06-30 10:50:20 +01:00
Jelmer
4ef180edb1
Merge pull request #4421 from Andrew-Chen-Wang/patch-7
Change psycopg2 to psycopg3
2023-06-29 08:58:29 +02:00
Andrew Chen Wang
c5940219c7
Fix PostgreSQL version in GitHub workflow (#4423) 2023-06-28 23:35:50 +01:00
pyup.io bot
5b85233d30
Update werkzeug to 2.3.6 (#4427) 2023-06-28 15:31:08 +01:00
Andrew Chen Wang
9a74e459e4
Fix entrypoint 2023-06-28 09:19:56 -04:00
Jelmer
6f34e19260
Merge pull request #4393 from foarsitter/django-4.2
Upgrade to django 4.2
2023-06-28 08:58:24 +02:00
Jelmer Draaijer
ef36732569 Set target-version for django upgrade to 4.2 2023-06-28 08:38:04 +02:00
pyup-bot
e9eb72b0b9 Update django-compressor from 4.3.1 to 4.4 2023-06-27 23:52:40 +01:00
Andrew Chen Wang
5a7de40b83
Populate user name field in social auth (#3968)
* Populate user name field in social auth

* Add docstring for populate_user

* Fix missing def

* Fix missing def

* Add some type hints to the SocialAccountAdapter class

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-06-27 23:36:01 +01:00
Andrew Chen Wang
d13e4270c2
Remove prettier unless in pre-commit (#4418)
* Remove prettier webpack in pre-commit

* Update {{cookiecutter.project_slug}}/.pre-commit-config.yaml

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

* Tweak vertical spacing

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-06-27 23:18:19 +01:00
pyup.io bot
0225a7c83f
Update djangorestframework-stubs to 3.14.2 (#4420) 2023-06-27 23:08:18 +01:00
pyup.io bot
d0e36d7d28
Update django-stubs to 4.2.2 (#4419) 2023-06-27 22:52:58 +01:00
monosans
30e8506872
Add djLint for HTML formatting and linting (#4389)
* Add djLint for HTML formatting and linting

* Remove djLint pre-commit hook

* Bump djLint from 1.31.0 to 1.31.1
2023-06-27 22:52:36 +01:00
Andrew Chen Wang
dda67d449b
Update local.txt 2023-06-27 16:40:43 -04:00
Andrew Chen Wang
b03cde1221
Update production.txt 2023-06-27 16:40:03 -04:00
Andrew Chen Wang
be6d71644b
Change psycopg2 to psycopg3 2023-06-27 16:38:42 -04:00
Jelmer
b2f5eb8f74
Merge pull request #4412 from cookiecutter/pyup-update-pytest-7.3.2-to-7.4.0
Update pytest to 7.4.0
2023-06-26 14:29:50 +02:00
Jelmer
653d6c6c63
Merge pull request #4415 from cookiecutter/pyup-update-redis-4.5.5-to-4.6.0
Update redis to 4.6.0
2023-06-26 14:29:32 +02:00
pyup-bot
da6fadd99e Update mypy from 1.3.0 to 1.4.1 2023-06-26 02:35:34 +01:00
pyup-bot
f0357e2ad0 Update redis from 4.5.5 to 4.6.0 2023-06-25 16:38:42 +01:00
pyup-bot
b2642ac37d Update pytest from 7.3.2 to 7.4.0 2023-06-23 18:48:31 +01:00
pyup.io bot
a99e287024
Update drf-spectacular from 0.26.2 to 0.26.3 (#4411) 2023-06-22 16:24:23 -03:00
pyup.io bot
9f9a886708
Update sentry-sdk from 1.25.1 to 1.26.0 (#4409) 2023-06-22 16:28:21 +01:00