Skip to content

Commit 884b5db

Browse files
chore(deps): update python to v3.14.4 (#522)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [python](https://python.org) ([source](https://redirect.github.com/python/cpython)) | requires-python | patch | `==3.14.3` → `==3.14.4` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/python/cpython/badge)](https://securityscorecards.dev/viewer/?uri=github.com/python/cpython) | | python | stage | patch | `3.14.3-alpine` → `3.14.4-alpine` | | --- ### Release Notes <details> <summary>python/cpython (python)</summary> ### [`v3.14.4`](https://redirect.github.com/python/cpython/compare/v3.14.3...v3.14.4) [Compare Source](https://redirect.github.com/python/cpython/compare/v3.14.3...v3.14.4) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Dublin) - Branch creation - At any time (no schedule defined) - Automerge - Only on Sunday and Saturday (`* * * * 0,6`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1fb404a commit 884b5db

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14.3-alpine@sha256:faee120f7885a06fcc9677922331391fa690d911c020abb9e8025ff3d908e510 AS python
1+
FROM python:3.14.4-alpine@sha256:ccea73754fbcefbef8c2a2a64d902b95ffdde498b3ff8a644fe905a6efecfd41 AS python
22

33
FROM python AS builder
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bss-web-file-server"
33
version = "1.0.0"
44
description = "BSS file server API"
55
authors = [{ name = "Bence Csik", email = "22349790+csikb@users.noreply.github.com" }]
6-
requires-python = "==3.14.3"
6+
requires-python = "==3.14.4"
77
dependencies = [
88
"fastapi[standard-no-fastapi-cloud-cli]==0.135.3",
99
"pillow==12.2.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)