Commit Graph

6183 Commits

Author SHA1 Message Date
Leifur Halldor Asgeirsson
16b910ac28 Remove platform from compose file
I believe that the workaround introduced in PR #3562 is no longer
needed. Using a fresh project created with cookiecutter-django, I was
able to run the app with docker compose using the arm64 platform for the
django and postgres images, without any database connection issue.

I compared the version of libpq on the arm64 image with the one on the
amd64 image and they were identical.

If the workaround is no longer needed, it is preferable to use arm64 on
an M1 mac for better performance.

If any core contributers are using an M1 mac, it would be good to test
this before merging to ensure that this isn't just a quirk of my
machine.

If it helps, I'm using Docker Desktop v4.14.1 with Engine v20.10.21 and
compose v1.29.2, on macOS 12.6.
2022-11-22 12:23:50 -05:00
Fábio C. Barrionuevo da Luz
c59e3b337f
Merge pull request #3950 from cookiecutter/pyup-update-python-slugify-6.1.2-to-7.0.0
Update python-slugify to 7.0.0
2022-11-22 13:27:33 -03:00
Fábio C. Barrionuevo da Luz
667e477425
Merge pull request #3954 from cookiecutter/pyup-update-redis-4.3.4-to-4.3.5
Update redis to 4.3.5
2022-11-22 13:25:26 -03:00
Fábio C. Barrionuevo da Luz
8fab178712
Merge pull request #3955 from cookiecutter/pyup-update-sentry-sdk-1.10.1-to-1.11.1
Update sentry-sdk to 1.11.1
2022-11-22 13:25:16 -03:00
Fábio C. Barrionuevo da Luz
45bbbcc84e
Merge pull request #3953 from cookiecutter/pyup-update-uvicorn-0.19.0-to-0.20.0
Update uvicorn to 0.20.0
2022-11-22 13:24:20 -03:00
Fábio C. Barrionuevo da Luz
fcc9befae7
Merge pull request #3945 from cookiecutter/pyup-update-tox-3.27.0-to-3.27.1
Update tox to 3.27.1
2022-11-22 12:50:00 -03:00
pyup-bot
0e91f40969 Update sentry-sdk from 1.10.1 to 1.11.1 2022-11-22 07:59:10 -06:00
pyup-bot
f70b397c86 Update redis from 4.3.4 to 4.3.5 2022-11-22 02:58:49 -06:00
pyup-bot
202da796b3 Update uvicorn from 0.19.0 to 0.20.0 2022-11-20 08:12:28 -06:00
pyup-bot
7bdc6aea66 Update python-slugify from 6.1.2 to 7.0.0 2022-11-18 14:21:59 -06:00
pyup-bot
27655eca7e Update tox from 3.27.0 to 3.27.1 2022-11-14 00:51:28 -08:00
github-actions
aa6cc603e2 Release 2022.11.11 2022-11-12 02:41:33 +00:00
github-actions[bot]
040537a5d6
Auto-update pre-commit hooks (#3942)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-11-11 10:00:06 +00:00
github-actions
d4184cc1c6 Release 2022.11.07 2022-11-08 02:43:08 +00:00
pyup.io bot
b74584a467
Update watchfiles to 0.18.1 (#3938) 2022-11-07 12:42:26 +00:00
github-actions
a22f842f16 Release 2022.11.06 2022-11-07 02:43:39 +00:00
Dani Hodovic
ca82618526
Store extended Celery task attributes in backend (#3855) 2022-11-06 12:40:16 +00:00
Abe Hanoka
3359f6a4df
add os requirements for Ubuntu 22.04 (Jammy) (#3930)
Co-authored-by: Fábio C. Barrionuevo da Luz <bnafta@gmail.com>
2022-11-06 12:36:17 +00:00
pyup.io bot
76234ca9e6
Update pytest-sugar to 0.9.6 (#3937) 2022-11-06 12:34:58 +00:00
pyup.io bot
725f524b9c
Update pygithub to 1.57 (#3936) 2022-11-06 11:24:18 +00:00
pyup.io bot
d1d6ee4dd7
Update sphinx-rtd-theme to 1.1.1 (#3935) 2022-11-06 11:24:07 +00:00
github-actions
0247ea5d37 Release 2022.11.02 2022-11-03 02:45:00 +00:00
Fábio C. Barrionuevo da Luz
e3a232a775
Merge pull request #3886 from cookiecutter/pyup-update-crispy-bootstrap5-0.6-to-0.7
Update crispy-bootstrap5 to 0.7
2022-11-01 22:17:49 -03:00
Fábio C. Barrionuevo da Luz
6d5859e9e8
Merge pull request #3927 from cookiecutter/pyup-update-django-coverage-plugin-2.0.3-to-2.0.4
Update django-coverage-plugin to 2.0.4
2022-11-01 22:17:29 -03:00
Fábio C. Barrionuevo da Luz
f0b9c2d7fd
Merge pull request #3928 from cookiecutter/pyup-update-pytz-2022.5-to-2022.6
Update pytz to 2022.6
2022-11-01 22:16:49 -03:00
Fábio C. Barrionuevo da Luz
e0f5e6288e
Merge pull request #3929 from cookiecutter/pyup-update-sphinx-rtd-theme-1.0.0-to-1.1.0
Update sphinx-rtd-theme to 1.1.0
2022-11-01 22:16:28 -03:00
Fábio C. Barrionuevo da Luz
ea33e4198d
Merge pull request #3922 from cookiecutter/pyup-update-pillow-9.2.0-to-9.3.0
Update pillow to 9.3.0
2022-11-01 22:16:11 -03:00
luzfcb
ca422e9916 Update Contributors 2022-11-02 01:14:12 +00:00
Fábio C. Barrionuevo da Luz
d68c33d8f0
Merge pull request #3932 from abe-101/fix-typo-CONTRIBUTING
fix typo in CONTRIBUTING.md
2022-11-01 22:13:35 -03:00
Abe
11b8ffa93d
fix typo - closes #3931 2022-11-01 20:59:58 -04:00
pyup-bot
9cc2a202d2 Update sphinx-rtd-theme from 1.0.0 to 1.1.0 2022-11-01 13:37:23 -07:00
pyup-bot
f4668797b9 Update pytz from 2022.5 to 2022.6 2022-10-31 19:23:53 -07:00
pyup-bot
8bc9e1cabd Update django-coverage-plugin from 2.0.3 to 2.0.4 2022-10-31 05:19:20 -07:00
github-actions
2f4bb6c1ba Release 2022.10.30 2022-10-31 02:54:35 +00:00
github-actions[bot]
db3edf1e70
Auto-update pre-commit hooks (#3924)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-10-30 09:59:28 +00:00
pyup-bot
f51e8e88e5 Update pillow from 9.2.0 to 9.3.0 2022-10-29 10:17:18 -07:00
github-actions
9c132e2095 Release 2022.10.28 2022-10-29 02:46:36 +00:00
dependabot[bot]
f98d50194e
Bump stefanzweifel/git-auto-commit-action from 4.15.2 to 4.15.3 (#3921)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.15.2 to 4.15.3.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.2...v4.15.3)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-28 09:50:30 +02:00
github-actions
368bdad664 Release 2022.10.26 2022-10-27 02:49:12 +00:00
pyup.io bot
9f290f21c8
Update uvicorn from 0.18.3 to 0.19.0 (#3920) 2022-10-26 19:38:40 +02:00
pyup.io bot
0b17d64d41
Update pytest to 7.2.0 (#3919)
* Update pytest from 7.1.3 to 7.2.0

* Update pytest from 7.1.3 to 7.2.0
2022-10-26 19:38:24 +02:00
pyup.io bot
4fac524c40
Update tox from 3.26.0 to 3.27.0 (#3917) 2022-10-26 15:42:37 +01:00
pyup.io bot
b5528f0b72
Update psycopg2 to 2.9.5 (#3918)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-10-26 15:41:33 +01:00
github-actions
06c8adc622 Release 2022.10.24 2022-10-25 03:01:24 +00:00
pyup.io bot
0cd240598b
Update sentry-sdk to 1.10.1 (#3911) 2022-10-24 21:46:56 +01:00
dependabot[bot]
2321c8a47c
Bump stefanzweifel/git-auto-commit-action from 4.15.1 to 4.15.2 (#3914)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 21:45:46 +01:00
Jelmer
4ea0e98f3f
Upgrade Python version from 3.9 to 3.10 (#3913) 2022-10-24 21:41:00 +01:00
github-actions
7fca0e9d98 Release 2022.10.19 2022-10-20 03:00:16 +00:00
Dani Hodovic
b623c0f956
Set AWS_S3_MAX_MEMORY_SIZE (#3810)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-10-19 20:15:25 +01:00
Bruno Alla
bdc4c323f9 Don't treat current version as newer 2022-10-19 20:14:03 +01:00