Skip to content

Commit

Permalink
Merge pull request #3319 from dev-hato/renovate/python-3.x
Browse files Browse the repository at this point in the history
chore(deps): update python docker tag to v3.12.0
  • Loading branch information
renovate[bot] committed Nov 23, 2023
2 parents 4a0ba42 + b4850b9 commit 26d7a98
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.5
3.12.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends git \
&& sed -i "s/^\(GIT_COMMIT_HASH = \).*\$/\1'$(git rev-parse HEAD)'/" slackbot_settings.py

FROM python:3.11.5-slim-bullseye
FROM python:3.12.0-slim-bullseye

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[requires]
python_version = "3.11"
python_version = "3.12"

[dev-packages]
autopep8 = "==2.0.4"
Expand Down
12 changes: 6 additions & 6 deletions Pipfile.lock

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

0 comments on commit 26d7a98

Please sign in to comment.