Skip to content

Commit e6be2bd

Browse files
Bump python from 3.8 to 3.13 in the dependencies group
Bumps the dependencies group with 1 update: python. Updates `python` from 3.8 to 3.13 --- updated-dependencies: - dependency-name: python dependency-version: '3.13' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f3eed1 commit e6be2bd

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
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
docs:
5-
image: python:3.8
5+
image: python:3.13
66
command: sh -c "pip install -r requirements.txt && mkdocs serve -a 0.0.0.0:8000"
77
working_dir: /docs
88
volumes:

0 commit comments

Comments
 (0)