Skip to content

Commit

Permalink
fix(deps): update python to v3.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 073d4e9 commit a94dcf7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.14-slim-bullseye
FROM python:3.12.8-slim-bullseye

ARG PIP_DEFAULT_TIMEOUT=100 \
PIP_DISABLE_PIP_VERSION_CHECK=on \
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.10.14
python 3.12.8
poetry 1.8.5
30 changes: 2 additions & 28 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 @@ name = "Naoki Aoyama"
# Sphinx 用 End

[tool.poetry.dependencies]
python = "3.10.14"
python = "3.12.8"

[tool.poetry.group.dev.dependencies]
pip = "^24.0.0"
Expand Down

0 comments on commit a94dcf7

Please sign in to comment.