Skip to content

Commit 152f6c0

Browse files
chore(deps): update python to v3.14.2 (#320)
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.1` -> `==3.14.2` | [![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.1-alpine` -> `3.14.2-alpine` | | --- ### Release Notes <details> <summary>python/cpython (python)</summary> ### [`v3.14.2`](https://redirect.github.com/python/cpython/compare/v3.14.1...v3.14.2) [Compare Source](https://redirect.github.com/python/cpython/compare/v3.14.1...v3.14.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46eb38a commit 152f6c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14.1-alpine@sha256:b80c82b1a282283bd3e3cd3c6a4c895d56d1385879c8c82fa673e9eb4d6d4aa5 AS python
1+
FROM python:3.14.2-alpine@sha256:2a77c2640cc80f5506babd027c883abc55f04d44173fd52eeacea9d3b978e811 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 = "[email protected]" }]
6-
requires-python = "==3.14.1"
6+
requires-python = "==3.14.2"
77
dependencies = [
88
"fastapi[standard-no-fastapi-cloud-cli]==0.124.0",
99
"pillow==12.0.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)