Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent c97331f commit ef33906
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defusedxml==0.7.1
lxml==5.2.2
numba==0.60.0
Pillow==10.4.0
pydantic==2.8.1
pydantic==2.8.2
pyyaml==6.0.1
requests==2.32.3
requests-oauthlib==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
interval: 10s
start_period: 10s
tileserver:
image: maptiler/tileserver-gl:v4.11.1
image: maptiler/tileserver-gl:v4.12.0
restart: unless-stopped
command: /usr/src/app/docker-entrypoint.sh --public_url=https://nav.tum.de/maps/
tmpfs:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
interval: 10s
start_period: 10s
tileserver:
image: maptiler/tileserver-gl:v4.11.1
image: maptiler/tileserver-gl:v4.12.0
restart: unless-stopped
labels:
- "traefik.enable=true"
Expand Down

0 comments on commit ef33906

Please sign in to comment.