Skip to content

Commit 3cd9e48

Browse files
Bump python from 3.13 to 3.14 in the dependencies group (#1159)
Bumps the dependencies group with 1 update: python. Updates `python` from 3.13 to 3.14 --- updated-dependencies: - dependency-name: python dependency-version: '3.14' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d95400c commit 3cd9e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
docs:
3-
image: python:3.13
3+
image: python:3.14
44
command: sh -c "pip install -r requirements.txt && mkdocs serve -a 0.0.0.0:8000"
55
working_dir: /docs
66
volumes:

0 commit comments

Comments
 (0)