Skip to content

Commit 7ab9cc4

Browse files
Merge remote-tracking branch 'origin/main' into dependabot/pip/api-7fd754786f
# Conflicts: # poetry.lock # pyproject.toml
2 parents 81451c2 + f15be09 commit 7ab9cc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-release-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release-please:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: googleapis/release-please-action@v4
22+
- uses: googleapis/release-please-action@v5
2323
id: release
2424
outputs:
2525
release_created: ${{ steps.release.outputs.release_created }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim AS base
1+
FROM python:3.14-slim AS base
22
ENV PYTHONUNBUFFERED=1
33
ENV PYTHONPATH=/code/src
44
WORKDIR /code

0 commit comments

Comments
 (0)