Compare commits

..

2 Commits

Author SHA1 Message Date
Tobias Genannt
ebc8e2a1b9 Merge pull request #1651 from netbox-community/renovate/sentry-sdk-2.x
chore(deps): update dependency sentry-sdk to v2.55.0
2026-03-17 18:04:28 +01:00
renovate[bot]
60aa773652 chore(deps): update dependency sentry-sdk to v2.55.0 2026-03-17 16:40:33 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ services:
retries: 5
redis: &redis
image: docker.io/valkey/valkey:9.1-alpine
image: docker.io/valkey/valkey:9.0-alpine
command:
- sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env

View File

@@ -47,7 +47,7 @@ services:
# redis
redis:
image: docker.io/valkey/valkey:9.1-alpine
image: docker.io/valkey/valkey:9.0-alpine
command:
- sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env
@@ -62,7 +62,7 @@ services:
volumes:
- netbox-redis-data:/data
redis-cache:
image: docker.io/valkey/valkey:9.1-alpine
image: docker.io/valkey/valkey:9.0-alpine
command:
- sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env

View File

@@ -4,4 +4,4 @@ granian[uvloop]==2.7.2
python3-saml==1.16.0
--no-binary lxml
--no-binary xmlsec
sentry-sdk[django]==2.54.0
sentry-sdk[django]==2.55.0