Compare commits

..

6 Commits

Author SHA1 Message Date
Tobias Genannt
6b366df6bd Merge pull request #1655 from netbox-community/renovate/sentry-sdk-2.x
chore(deps): update dependency sentry-sdk to v2.56.0
2026-03-24 11:39:30 +01:00
renovate[bot]
66b0d76358 chore(deps): update dependency sentry-sdk to v2.56.0 2026-03-24 10:15:12 +00:00
Tobias Genannt
4af2d0f881 Merge pull request #1654 from netbox-community/renovate/ghcr.io-astral-sh-uv-0.x
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11
2026-03-24 07:00:38 +01:00
renovate[bot]
3628610970 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11 2026-03-24 01:54:37 +00:00
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
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
ARG FROM ARG FROM
FROM ${FROM} AS builder FROM ${FROM} AS builder
COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /usr/local/bin/ COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /usr/local/bin/
RUN export DEBIAN_FRONTEND=noninteractive \ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -qq \ && apt-get update -qq \
&& apt-get upgrade \ && apt-get upgrade \

View File

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