Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent fb452a6 commit e70c0d5
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 188 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:3.12
FROM mcr.microsoft.com/devcontainers/python:3.13

# Install dependency to make bash completion work with invoke
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:17.1
image: postgres:17.2
hostname: postgres.local
environment:
POSTGRES_PASSWORD: "postgres"
Expand Down
Loading

0 comments on commit e70c0d5

Please sign in to comment.