Skip to content

Commit 400585f

Browse files
Bump python from 3.8 to 3.13 in the dependencies group (#1057)
* 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]> * Update script + deprecation --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Greco <[email protected]>
1 parent 537e8b8 commit 400585f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docker-compose.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
version: "3.7"
2-
31
services:
42
docs:
5-
image: python:3.8
3+
image: python:3.13
64
command: sh -c "pip install -r requirements.txt && mkdocs serve -a 0.0.0.0:8000"
75
working_dir: /docs
86
volumes:
97
- ./:/docs
108
ports:
11-
- 8000:8000
9+
- 8000:8000

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"scripts": {
1010
"pre-commit": "lint-staged",
11-
"docs:serve": "docker-compose up",
11+
"docs:serve": "docker compose up",
1212
"test": "vitest run",
1313
"test:ci": "npm run test -- --coverage",
1414
"format": "prettier --write package.json \"packages/**/*.ts\" \".github/**/*.yml\"",

0 commit comments

Comments
 (0)