Skip to content

Commit

Permalink
chore(deps): update python docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 48ceebb commit 6c16d6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
lint:
uses: BlindfoldedSurgery/actions-python/.github/workflows/lint.yml@v2
with:
python-version: '3.12'
python-version: '3.13'

test:
uses: BlindfoldedSurgery/actions-python/.github/workflows/test.yml@v2
with:
python-version: '3.12'
python-version: '3.13'

build-container-image:
needs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/blindfoldedsurgery/poetry:2.0.1-pipx-3.12-bookworm
FROM ghcr.io/blindfoldedsurgery/poetry:2.0.1-pipx-3.13-bookworm

COPY [ "poetry.toml", "poetry.lock", "pyproject.toml", "./" ]

Expand Down
6 changes: 3 additions & 3 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 @@ -9,7 +9,7 @@ authors = ["BlindfoldedSurgery <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "~3.12"
python = "~3.13"
httpx = "^0.27.0"
openai = "^1.16.1"
python-telegram-bot = "~21.6"
Expand Down

0 comments on commit 6c16d6f

Please sign in to comment.