Commit Graph

8496 Commits

Author SHA1 Message Date
dependabot[bot]
e56384af0f
Bump nginx from 1.17.8 to 1.29.1 (#6036) 2025-09-09 22:08:54 +01:00
dependabot[bot]
14fb7daccb
Bump pytest-xdist from 3.6.1 to 3.8.0 (#6037) 2025-09-09 22:08:25 +01:00
dependabot[bot]
6e9612e724
Bump tox from 4.23.2 to 4.30.2 (#6035) 2025-09-09 22:08:05 +01:00
dependabot[bot]
24ae4354e7
Bump pre-commit from 4.1.0 to 4.3.0 (#6034) 2025-09-09 22:07:42 +01:00
dependabot[bot]
a2cf3069c8
Bump gitpython from 3.1.43 to 3.1.45 (#6032) 2025-09-09 22:07:26 +01:00
dependabot[bot]
0eb87a239e
Bump amazon/aws-cli image from 2.28.0 to 2.29.0 (#6031) 2025-09-09 21:59:03 +01:00
dependabot[bot]
7cafecc37e
Bump requests from 2.32.3 to 2.32.4 (#6028)
* Bump requests from 2.32.3 to 2.32.4

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

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

* Regenerate uv.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2025-09-09 21:50:09 +01:00
Bruno Alla
2bbf72b7bf Fix invalid dependabot config
Error:

Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch'. Dependabot cannot determine if 'docker' has overlapping directories.
2025-09-09 21:49:11 +01:00
Bruno Alla
c0013a5cd5 Use directories instead of directory to workaround the glob issue
https://github.com/dependabot/dependabot-core/issues/10525
2025-09-09 21:46:31 +01:00
dependabot[bot]
bbfd618f6e
Bump jinja2 from 3.1.5 to 3.1.6 (#6029) 2025-09-09 21:16:47 +01:00
Bruno Alla
17db4ff25c Allow to run dependabot-uv-lock manually 2025-09-09 21:05:06 +01:00
pyup.io bot
9ebbdfc4e9
Update django-allauth to 65.11.2 (#6030)
Update django-allauth from 65.11.1 to 65.11.2
2025-09-09 21:00:23 +01:00
pyup.io bot
a11f60b8fa
Update sentry-sdk to 2.37.1 (#6027) 2025-09-09 17:34:38 +01:00
pyup.io bot
3b92bb3481
Update whitenoise to 6.10.0 (#6026) 2025-09-09 14:33:36 +01:00
github-actions[bot]
2d54ed103e
Update django-upgrade pre-commit hook (#6025)
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2025-09-09 08:48:24 +01:00
github-actions
eb2795a5fe Release 2025.09.08 2025-09-09 02:33:40 +00:00
pyup.io bot
1a5f4b9a4a
Update psycopg to 3.2.10 (#6023)
* Update psycopg from 3.2.9 to 3.2.10

* Update psycopg from 3.2.9 to 3.2.10

* Update psycopg from 3.2.9 to 3.2.10
2025-09-08 22:47:40 +01:00
pyup.io bot
008f98c9c3
Update django-cors-headers to 4.8.0 (#6022) 2025-09-08 18:40:22 +01:00
Jelmer
029e1f12eb
Merge pull request #6019 from browniebroke/fix/uv-install-python-deps-script
Remove mentions of `pip` and `virtualenv` in the `install_python_dependencies.sh` utility script
2025-09-08 15:51:42 +02:00
Jelmer
45bcd9d690
Merge pull request #6018 from browniebroke/uv-locked-over-frozen
Use `--locked` instead of `--frozen` when running `uv sync`
2025-09-08 15:50:50 +02:00
browniebroke
0462565c37 Update Contributors 2025-09-08 13:19:09 +00:00
Maurício Gioachini
1f9f461581
Fix ResourceWarning for unclosed files in test_cookiecutter_generation.py (#6020)
Co-authored-by: MauGx3 <225707+MauGx3@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-09-08 14:18:49 +01:00
Bruno Alla
e252088278 Remove mentions of pip and virtualenv in the install_python_dependencies.sh utility script 2025-09-07 13:45:48 +01:00
Bruno Alla
ae6e8f1a21 Use --locked when sync deps on CI 2025-09-07 13:37:24 +01:00
Bruno Alla
68c230baf6 Fix indentation 2025-09-07 13:37:06 +01:00
Bruno Alla
0586999b4d Use --locked over --frozen in production Docker image
https://github.com/astral-sh/uv-docker-example/pull/53
2025-09-07 13:35:42 +01:00
github-actions
ff9ad66afc Release 2025.09.06 2025-09-07 02:33:41 +00:00
Jelmer
a096ba51ac
Merge pull request #5434 from foarsitter/uv-generated-project
Migrate to `uv` as package manager for the generated project
2025-09-06 16:41:47 +02:00
github-actions
ad5287cba4 Release 2025.09.05 2025-09-06 02:29:32 +00:00
Bruno Alla
7204f57c5b Fix problem with double line ending in pre-commit config 2025-09-05 17:21:38 +01:00
Bruno Alla
ab20e20e60 Use minimal Docker image to run uv resolution 2025-09-05 17:08:50 +01:00
pyup.io bot
cb0610038f
Update sentry-sdk to 2.37.0 (#6015)
Update sentry-sdk from 2.36.0 to 2.37.0
2025-09-05 14:35:35 +01:00
Bruno Alla
6225d8229b
Upgrade actions/setup-python to v6 in template (#6012)
Upgrade Python setup action to version 6
2025-09-05 14:27:37 +01:00
pyup.io bot
67d2d4f0c0
Update django to 5.1.12 (#6009)
Update django from 5.1.11 to 5.1.12
2025-09-05 08:31:33 +01:00
dependabot[bot]
ab285ec947
Bump actions/setup-node from 4 to 5 (#6008)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  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>
2025-09-05 08:31:14 +01:00
pyup.io bot
375bacb689
Update ruff to 0.12.12 (#6013)
* Update ruff from 0.12.11 to 0.12.12

* Align versions

---------

Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
2025-09-05 08:30:12 +01:00
pyup.io bot
8f2179b25a
Update pytest to 8.4.2 (#6011)
Update pytest from 8.4.1 to 8.4.2
2025-09-05 08:29:52 +01:00
github-actions
6e35a4ef44 Release 2025.09.04 2025-09-05 02:32:09 +00:00
dependabot[bot]
d28614a789
Bump actions/setup-python from 5 to 6 (#6010)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  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>
2025-09-04 17:35:27 +01:00
pyup.io bot
a94adcbd97
Update django-anymail to 13.1 (#6007) 2025-09-04 10:02:48 +01:00
pyup.io bot
16a4864162
Update sentry-sdk to 2.36.0 (#6006) 2025-09-04 10:01:49 +01:00
github-actions
9fd8f0f596 Release 2025.09.03 2025-09-04 02:30:33 +00:00
dependabot[bot]
1eafc4c848
Bump traefik from 3.5.0 to 3.5.1 (#6004)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 13:28:30 +01:00
Bruno Alla
348695b694
Update PythonAnywhere deployment page (#6003) 2025-09-03 13:20:16 +01:00
jelmert
4397073541 Cleanup docker after testing, remove the folder before testing. This way we can inspect the results if needed. 2025-09-03 09:05:45 +02:00
jelmert
9230ad4487 Adopt pytest instafail flag 2025-09-03 08:41:49 +02:00
jelmert
7c8444eb2c Adopt uv as package manager 2025-09-03 08:41:49 +02:00
github-actions
f069dea086 Release 2025.09.02 2025-09-03 02:30:02 +00:00
pyup.io bot
3524f6d352
Update sentry-sdk to 2.35.2 (#6002) 2025-09-02 10:41:39 +01:00
github-actions
74b6864028 Release 2025.08.31 2025-09-01 02:40:48 +00:00