Skip to content

Commit

Permalink
fix(deps): update python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent c213b44 commit f56f476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.12-slim AS dagster-base
FROM --platform=linux/amd64 python:3.13-slim AS dagster-base

# Docker run launcher example
RUN mkdir -p /opt/dagster/dagster_home /opt/dagster/app
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/orchestrate/Dockerfile.global
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.12-slim AS dagster-base
FROM --platform=linux/amd64 python:3.13-slim AS dagster-base
RUN mkdir -p /opt/dagster/dagster_home /opt/dagster/app && \
useradd -s /bin/bash -d /opt/dagster/dagster_home/ dagster && \
chown -R dagster: /opt/dagster
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "3.12.*"
python = "3.13.*"
PyPika = "^0.48.9"
dagster = "^1.8.5"
dagster-airbyte = "^0.24.0"
Expand Down

0 comments on commit f56f476

Please sign in to comment.