Skip to content

Commit 6199755

Browse files
chore(deps): update patch/minor dependencies
1 parent f2a389b commit 6199755

File tree

30 files changed

+55
-55
lines changed

30 files changed

+55
-55
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/js-crawlee-playwright-camoufox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"apify": "^3.5.2",
1111
"camoufox-js": "^0.7.0",
1212
"@crawlee/playwright": "^3.15.3",
13-
"playwright": "1.56.1"
13+
"playwright": "1.57.0"
1414
},
1515
"devDependencies": {
1616
"@apify/eslint-config": "^1.0.0",

templates/js-crawlee-playwright-chrome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"apify": "^3.5.2",
88
"@crawlee/playwright": "^3.15.3",
9-
"playwright": "1.56.1"
9+
"playwright": "1.57.0"
1010
},
1111
"devDependencies": {
1212
"@apify/eslint-config": "^1.0.0",

templates/js-crawlee-puppeteer-chrome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"apify": "^3.5.2",
88
"@crawlee/puppeteer": "^3.15.3",
9-
"puppeteer": "24.32.1"
9+
"puppeteer": "24.34.0"
1010
},
1111
"devDependencies": {
1212
"@apify/eslint-config": "^1.0.0",

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-crawlee-playwright-camoufox/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
# Currently camoufox has issues installing on Python 3.13
5-
FROM apify/actor-python-playwright:3.12
5+
FROM apify/actor-python-playwright: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 install in the next step,

templates/python-crawlee-playwright/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-playwright:3.13
4+
FROM apify/actor-python-playwright:3.14
55

66
USER myuser
77

0 commit comments

Comments
 (0)