Skip to content

Commit 94ae76f

Browse files
chore(deps): update patch/minor dependencies
1 parent 5f83010 commit 94ae76f

File tree

20 files changed

+45
-45
lines changed

20 files changed

+45
-45
lines changed

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"jest": "^30.0.0",
4949
"json5": "^2.2.3",
5050
"mustache": "^4.2.0",
51-
"playwright": "1.56.1",
51+
"playwright": "1.57.0",
5252
"prettier": "^3.7.4",
53-
"puppeteer": "24.32.1",
53+
"puppeteer": "24.34.0",
5454
"semver": "^7.7.2",
5555
"typescript": "^5.9.3",
5656
"typescript-eslint": "^8.34.1"

templates/python-beautifulsoup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# First, specify the base Docker image.
22
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-python:3.13
4+
FROM apify/actor-python:3.14
55

66
USER myuser
77

templates/python-crawlee-beautifulsoup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# First, specify the base Docker image.
22
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-python:3.13
4+
FROM apify/actor-python:3.14
55

66
USER myuser
77

templates/python-crawlee-parsel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# First, specify the base Docker image.
22
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-python:3.13
4+
FROM apify/actor-python:3.14
55

66
USER myuser
77

templates/python-crewai/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33
# You can also use any other image from Docker Hub.
44
# We are using Python 3.12 because 3.13 required compilation of the packages for the CrewAI setup.
5-
FROM apify/actor-python:3.12
5+
FROM apify/actor-python:3.14
66

77
# Second, copy just requirements.txt into the Actor image,
88
# since it should be the only file that affects the dependency installation in the next step,

templates/python-empty/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# First, specify the base Docker image.
22
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-python:3.13
4+
FROM apify/actor-python:3.14
55

66
USER myuser
77

templates/python-langgraph/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# First, specify the base Docker image.
22
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-python:3.13
4+
FROM apify/actor-python:3.14
55

66
# Second, copy just requirements.txt into the Actor image,
77
# since it should be the only file that affects the dependency installation in the next step,

templates/python-llamaindex-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# First, specify the base Docker image.
22
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-python:3.13
4+
FROM apify/actor-python:3.14
55

66
USER myuser
77

templates/python-mcp-empty/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# First, specify the base Docker image.
22
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-python:3.13
4+
FROM apify/actor-python:3.14
55

66
USER myuser
77

0 commit comments

Comments
 (0)