Skip to content

Commit 20360c1

Browse files
authored
Merge pull request #873 from jacebrowning/python-3.12.5
Upgrade Python to 3.12.5
2 parents b2dadea + 1ed3c1c commit 20360c1

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
working_directory: ~/memegen
66

77
docker:
8-
- image: cimg/python:3.12.2
8+
- image: cimg/python:3.12.5
99

1010
steps:
1111
- checkout

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python 3.12.2
1+
python 3.12.5
22
poetry 1.8.2

.verchew.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = GNU Make
66
[Python]
77

88
cli = python
9-
version = 3.12.2
9+
version = 3.12.5
1010
message = $ asdf install
1111

1212
[Poetry]

Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG ARG_PORT=5000
22
ARG ARG_MAX_REQUESTS=0
33
ARG ARG_MAX_REQUESTS_JITTER=0
44

5-
FROM docker.io/python:3.12.2-bullseye as build
5+
FROM docker.io/python:3.12.5-bullseye as build
66

77
# Install system dependencies
88
RUN apt update && apt install --yes webp cmake

poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{ include = "app" }]
1010

1111
[tool.poetry.dependencies]
1212

13-
python = "3.12.2"
13+
python = "3.12.5"
1414

1515
# Sanic
1616
sanic = "~24.6" # run 'poetry update sanic-ext sanic-testing' when changing this

0 commit comments

Comments
 (0)