Commit Graph

6828 Commits

Author SHA1 Message Date
pyup.io bot
d19d10639a
Update pytest to 7.4.1 (#4561)
* Update pytest from 7.4.0 to 7.4.1

* Update pytest from 7.4.0 to 7.4.1
2023-09-02 23:13:39 +01:00
pyup.io bot
80f6d46e9a
Update pre-commit to 3.4.0 (#4560)
* Update pre-commit from 3.3.3 to 3.4.0

* Update pre-commit from 3.3.3 to 3.4.0
2023-09-02 23:13:09 +01:00
pyup.io bot
22c18ee6cc
Update gitpython from 3.1.33 to 3.1.34 (#4559) 2023-09-02 12:58:37 +01:00
pyup.io bot
e9b3b22156
Update django-environ from 0.11.0 to 0.11.2 (#4558) 2023-09-02 06:00:55 +01:00
pyup.io bot
62d3cbf418
Update tox from 4.9.0 to 4.11.1 (#4557) 2023-09-02 06:00:36 +01:00
github-actions
7a23ea9e36 Release 2023.09.01 2023-09-02 02:07:26 +00:00
pyup.io bot
759508cb45
Update gitpython from 3.1.32 to 3.1.33 (#4555) 2023-09-01 08:26:10 +01:00
github-actions
19855818c8 Release 2023.08.31 2023-09-01 02:12:47 +00:00
github-actions[bot]
a46c0e1f69
Auto-update pre-commit hooks (#4550)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-08-31 19:02:24 +01:00
pyup.io bot
4169c06e5d
Update django-allauth from 0.55.0 to 0.55.2 (#4549) 2023-08-31 19:02:02 +01:00
pyup.io bot
0f67641655
Update celery from 5.3.1 to 5.3.3 (#4553) 2023-08-31 16:02:12 +01:00
github-actions
8e052bc37e Release 2023.08.30 2023-08-31 02:10:23 +00:00
pyup.io bot
682c3ce34b
Update django-environ from 0.10.0 to 0.11.0 (#4548) 2023-08-30 19:19:51 +01:00
github-actions
fb55b45364 Release 2023.08.29 2023-08-30 02:09:44 +00:00
pyup.io bot
944399c2ef
Update sentry-sdk to 1.30.0 (#4546) 2023-08-29 17:37:57 +01:00
github-actions
ab51976781 Release 2023.08.28 2023-08-29 02:37:42 +00:00
Bruno Alla
c67f5ee27c
Add French translations (#4454) 2023-08-28 19:09:54 +01:00
browniebroke
b0b0f33f40 Update Contributors 2023-08-28 18:03:02 +00:00
itisnotyourenv
b117f003fb
Change MEDIA_URL to an absolute URL in tests (#4460)
* fixture for changing media url

* Customise MEDIA_URL setting instead of using fixture

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-08-28 19:02:09 +01:00
pyup.io bot
c021908c43
Update django-allauth to 0.55.0 (#4535) 2023-08-28 13:29:23 +01:00
pyup.io bot
b0c0bb2305
Update watchfiles to 0.20.0 (#4537) 2023-08-28 13:28:49 +01:00
browniebroke
27f221daff Update Contributors 2023-08-28 10:10:05 +00:00
MinWoo Sung
4cdfea3977
add compatibility options for black and flake8 (#4541)
* add compatibility options for black and flake8

* remove flake8 args option

---------

Co-authored-by: 성민우 <minwoo@seongmin-uui-MacBookPro.local>
2023-08-28 11:09:15 +01:00
dependabot[bot]
3802572a88
Update Python version from 3.11.4 to 3.11.5 (#4542)
* Bump python in /{{cookiecutter.project_slug}}/compose/production/django

Bumps python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye in /{{cookiecutter.project_slug}}/compose/local/django (#4544)

Bumps python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye.

---
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>

* Bump python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye in /{{cookiecutter.project_slug}}/compose/local/docs (#4545)

Bumps python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye.

---
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>

* Update Heroku runtime to Python 3.11.5

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-08-28 11:06:30 +01:00
github-actions
37c04a6666 Release 2023.08.19 2023-08-20 02:08:46 +00:00
John
13b97de9d7
Override _after_postgeneration to force save in User factory (#4534)
* Override _after_postgeneration to force save

Saving in _after_postgeneration was automatic in Factory Boy versions below 4.0, but must be done explicitly in newer versions.

* Clean up formatting
2023-08-19 20:31:53 +01:00
github-actions
2ff9a12c30 Release 2023.08.17 2023-08-18 02:08:43 +00:00
pyup.io bot
0336c1ab96
Update argon2-cffi from 21.3.0 to 23.1.0 (#4527) 2023-08-17 09:06:43 +01:00
pyup.io bot
064bf21f52
Update tox from 4.8.0 to 4.9.0 (#4529) 2023-08-17 09:06:12 +01:00
github-actions[bot]
eaebee84f1
Auto-update pre-commit hooks (#4530)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-08-17 09:05:13 +01:00
github-actions
60c595771d Release 2023.08.16 2023-08-17 02:07:28 +00:00
pyup.io bot
ffa94efd57
Update django-upgrade to 1.14.1 (#4528) 2023-08-16 12:28:53 +01:00
github-actions
1486f4f02c Release 2023.08.15 2023-08-16 02:08:51 +00:00
pyup.io bot
e79a909653
Update redis to 5.0.0 (#4526) 2023-08-15 15:40:33 +01:00
github-actions
b8e3f4a1bb Release 2023.08.14 2023-08-15 02:08:55 +00:00
Bruno Alla
b9550a1dab
Prevent error in data migration caused by long project name (#4525)
* Test very long project names on CI

* Fix migration
2023-08-14 23:00:26 +01:00
pyup.io bot
41d81b6286
Update werkzeug to 2.3.7 (#4521) 2023-08-14 12:00:40 +01:00
Bruno Alla
4e9f9afd3d
Install Django and DRF stubs with compatible-mypy extra (as per offical recommendation) (#4361) 2023-08-14 11:59:28 +01:00
Bruno Alla
cbacbb7525
Remove unused gulp-concat when Webpack is selected (#4520)
Fix #4513
2023-08-14 11:48:37 +01:00
browniebroke
211b0571f3 Update Contributors 2023-08-14 10:23:06 +00:00
zhaoruibing
bf44d152ea
Exclude env files from container image (add .envs/ to .dockerignore) (#4476)
Currently, environment files are copied to container image during build.

Environment files contains secrets and should not be in container images.
Per [discussion 4474](https://github.com/cookiecutter/cookiecutter-django/discussions/4474), this is likely a bug.

This change excludes all environment files from being copied to container image.

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-08-14 11:22:25 +01:00
browniebroke
f89ff79aee Update Contributors 2023-08-14 09:58:32 +00:00
Fateme Fouladkar
5d0a11b7d5
Update README.md (#4514)
* Update README.md

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

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-14 10:55:28 +01:00
pyup.io bot
7f59f85814
Update coverage to 7.3.0 (#4516) 2023-08-14 10:53:37 +01:00
pyup.io bot
b5b12b8f96
Update django-debug-toolbar to 4.2.0 (#4511) 2023-08-14 10:53:14 +01:00
pyup.io bot
a76f43dba9
Update flower to 2.0.1 (#4518) 2023-08-14 10:52:57 +01:00
pyup.io bot
867daa2265
Update tox to 4.8.0 (#4515) 2023-08-14 10:51:45 +01:00
browniebroke
d2b81ac39a Update Contributors 2023-08-14 09:51:28 +00:00
Tharushan
3415586cf7
Fix overrideCommand value in devcontainer so that the django container can run (#4517) 2023-08-14 10:50:47 +01:00
github-actions
bd153d0691 Release 2023.08.10 2023-08-11 02:08:04 +00:00