Skip to content

Commit e4c43ad

Browse files
chore(deps): update dependency python to v3.14.0
| datasource | package | from | to | | -------------- | ------- | ------ | ------ | | python-version | python | 3.13.8 | 3.14.0 | | docker | python | 3.13.8 | 3.14.0 |
1 parent f012581 commit e4c43ad

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1414
env:
1515
# renovate: datasource=python-version depName=python
16-
PYTHON_VERSION: 3.13.8
16+
PYTHON_VERSION: 3.14.0
1717
REVIEWDOG_LEVEL: warning
1818
REVIEWDOG_REPORTER: github-pr-review
1919
REVIEWDOG_FILTER_MODE: file

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
DOCKER_BUILD_SUMMARY: true
1818
DOCKER_BUILD_CHECKS_ANNOTATIONS: true
1919
# renovate: datasource=python-version depName=python
20-
PYTHON_VERSION: 3.13.8
20+
PYTHON_VERSION: 3.14.0
2121
SHA_PREFIX_LENGTH: 7
2222
VALIDATE_TIMEOUT_MINUTES: 10
2323
BUILD_TIMEOUT_MINUTES: 15

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
2828
env:
2929
# renovate: datasource=python-version depName=python
30-
PYTHON_VERSION: 3.13.8
30+
PYTHON_VERSION: 3.14.0
3131
ARTIFACT_RETENTION_DAYS: 7
3232
jobs:
3333
changes:

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1313
env:
1414
# renovate: datasource=python-version depName=python
15-
PYTHON_VERSION: 3.13.8
15+
PYTHON_VERSION: 3.14.0
1616
SAFETY_SEVERITY: HIGH,CRITICAL
1717
ARTIFACT_RETENTION_DAYS: 30
1818
REVIEWDOG_REPORTER: github-pr-review

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
2222
env:
2323
# renovate: datasource=python-version depName=python
24-
PYTHON_VERSION: 3.13.8
24+
PYTHON_VERSION: 3.14.0
2525
COVERAGE_THRESHOLD: 80
2626
ARTIFACT_RETENTION_DAYS: 7
2727
jobs:

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.8
1+
3.14.0

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.8-slim AS base
1+
FROM python:3.14.0-slim@sha256:0aecac02dc3d4c5dbb024b753af084cafe41f5416e02193f1ce345d671ec966e AS base
22

33
LABEL org.opencontainers.image.source="https://github.com/allthingslinux/tux" \
44
org.opencontainers.image.description="Tux - The all in one discord bot for the All Things Linux Community" \
@@ -130,7 +130,7 @@ COPY docker/entrypoint.sh /entrypoint.sh
130130
RUN chmod +x /entrypoint.sh
131131
CMD ["/entrypoint.sh"]
132132

133-
FROM python:3.13.8-slim AS production
133+
FROM python:3.14.0-slim@sha256:0aecac02dc3d4c5dbb024b753af084cafe41f5416e02193f1ce345d671ec966e AS production
134134

135135
LABEL org.opencontainers.image.source="https://github.com/allthingslinux/tux" \
136136
org.opencontainers.image.description="Tux - The all in one discord bot for the All Things Linux Community" \

0 commit comments

Comments
 (0)