Skip to content

Commit 73386ec

Browse files
chore(deps): update python to v3.14.1 (#302)
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.0` -> `==3.14.1` | [![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.0-alpine` -> `3.14.1-alpine` | | --- ### Release Notes <details> <summary>python/cpython (python)</summary> ### [`v3.14.1`](https://redirect.github.com/python/cpython/compare/v3.14.0...v3.14.1) [Compare Source](https://redirect.github.com/python/cpython/compare/v3.14.0...v3.14.1) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6a2b05 commit 73386ec

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.0-alpine@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710 AS python
1+
FROM python:3.14.1-alpine@sha256:4f699e4afac838c50be76deac94a6dde0e287d5671fd8e95eb410f850801b237 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.0"
6+
requires-python = "==3.14.1"
77
dependencies = [
88
"fastapi[standard-no-fastapi-cloud-cli]==0.123.5",
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)