Skip to content

Commit

Permalink
feat(python): update python docker tag to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent fb02275 commit e0be0ba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.7
3.13.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.12.7-slim AS build
FROM --platform=linux/amd64 python:3.13.0-slim AS build

ARG COMMIT_HASH

Expand All @@ -17,7 +17,7 @@ COPY locale locale/
RUN pybabel compile -D pdf_bot -d locale \
&& find locale -type f -name '*.po' -delete

FROM --platform=linux/amd64 python:3.12.7-slim AS deploy
FROM --platform=linux/amd64 python:3.13.0-slim AS deploy

ARG COMMIT_HASH
ENV SENTRY_RELEASE $COMMIT_HASH
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Telegram bot that can do a lot of things related to PDF files."
authors = ["zeshuaro <zeshuaro@gmail.com>"]

[tool.poetry.dependencies]
python = "==3.12.7"
python = "==3.13.0"
Babel = "2.16.0"
google-cloud-datastore = "2.20.1"
humanize = "4.11.0"
Expand Down

0 comments on commit e0be0ba

Please sign in to comment.