1 Commits

Author SHA1 Message Date
7e3dbf8305 Bump ghcr.io/hspaans/devcontainer-features/django-upgrade
Bumps ghcr.io/hspaans/devcontainer-features/django-upgrade from 1.0.0 to 2.0.0.

---
updated-dependencies:
- dependency-name: ghcr.io/hspaans/devcontainer-features/django-upgrade
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 01:59:49 +00:00
3 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
},
"ghcr.io/hspaans/devcontainer-features/django-upgrade:1": {
"ghcr.io/hspaans/devcontainer-features/django-upgrade:2": {
"version": "latest"
},
"ghcr.io/itsmechlark/features/redis-server:1": {

View File

@ -137,8 +137,8 @@ django==5.2.1 \
# django-stubs-ext
# django-timezone-field
# livegraphsdjango
django-allauth==65.9.0 \
--hash=sha256:a06bca9974df44321e94c33bcf770bb6f924d1a44b57defbce4d7ec54a55483e
django-allauth==65.8.0 \
--hash=sha256:9da589d99d412740629333a01865a90c95c97e0fae0cde789aa45a8fda90e83b
# via livegraphsdjango
django-celery-beat==2.8.1 \
--hash=sha256:da2b1c6939495c05a551717509d6e3b79444e114a027f7b77bf3727c2a39d171 \

4
uv.lock generated
View File

@ -282,13 +282,13 @@ wheels = [
[[package]]
name = "django-allauth"
version = "65.9.0"
version = "65.8.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "asgiref" },
{ name = "django" },
]
sdist = { url = "https://files.pythonhosted.org/packages/9d/a3/00aa9d5bb5df4f7464495675074dc11107c08b3eea3462fb3edc059d71e1/django_allauth-65.9.0.tar.gz", hash = "sha256:a06bca9974df44321e94c33bcf770bb6f924d1a44b57defbce4d7ec54a55483e", size = 1710514, upload-time = "2025-06-01T19:21:07.771Z" }
sdist = { url = "https://files.pythonhosted.org/packages/09/50/4fa3a907be1a49f5ad3b7cd67944d4b91186ef6743fe0fd401c160ba6341/django_allauth-65.8.0.tar.gz", hash = "sha256:9da589d99d412740629333a01865a90c95c97e0fae0cde789aa45a8fda90e83b", size = 1679978, upload-time = "2025-05-08T19:31:27.975Z" }
[[package]]
name = "django-celery-beat"