Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot] 525334a26a build(deps): bump tzlocal from 5.3.1 to 5.4.4 in /src
Bumps [tzlocal](https://github.com/regebro/tzlocal) from 5.3.1 to 5.4.4.
- [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt)
- [Commits](https://github.com/regebro/tzlocal/compare/5.3.1...5.4.4)

---
updated-dependencies:
- dependency-name: tzlocal
  dependency-version: 5.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-13 20:34:06 +00:00
daanselen 56ac97b15c Merge remote-tracking branch 'origin/dependabot/docker/docker/development/alpine-3.24' into development 2026-07-08 23:34:46 +02:00
dependabot[bot] 59c88853de build(deps): bump alpine from 3.23 to 3.24 in /docker
Bumps alpine from 3.23 to 3.24.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.24'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-15 20:34:40 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ RUN go version && \
# AWG TOOLS BUILDING STAGE
# Base: Alpine
#
FROM alpine:3.23 AS awg-tools
FROM alpine:3.24 AS awg-tools
# Install needed dependencies.
RUN apk add --no-cache \
+1 -1
View File
@@ -12,6 +12,6 @@ sqlalchemy==2.0.51
sqlalchemy_utils==0.42.1
psycopg[binary]==3.3.4
PyMySQL==1.2.0
tzlocal==5.3.1
tzlocal==5.4.4
python-jose==3.5.0
pydantic==2.13.4