Skip to content

Commit

Permalink
Update Python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent 28f2453 commit 4560f05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim-bookworm AS base
FROM python:3.12-slim-bookworm AS base

RUN groupadd --system --gid 500 app
RUN useradd --system --uid 500 --gid app --create-home --home-dir /app -s /bin/bash app
Expand Down
4 changes: 2 additions & 2 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 @@ -16,7 +16,7 @@ priority = "explicit"
[tool.poetry.dependencies]
bs-config = { version = "1.0.0", source = "internal" }
certifi = "2023.7.22"
python = "~3.11"
python = "~3.12"
python-telegram-bot = "20.5"
sentry-sdk = "^1.14.0"

Expand Down

0 comments on commit 4560f05

Please sign in to comment.