Skip to content

Commit 31b2cdc

Browse files
Bump python from 3.13 to 3.14 in the dependencies group
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]>
1 parent 96013d8 commit 31b2cdc

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)