Commit eb2dca9
chore(deps): update patch/minor dependencies (#461)
This PR contains the following updates:
| Package | Type | Update | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| apify/actor-python | final | minor | `3.13` → `3.14` |

|

|
| apify/actor-python | final | minor | `3.12` → `3.14` |

|

|
| apify/actor-python-selenium | final | minor | `3.13` → `3.14` |

|

|
| [mcp](https://redirect.github.com/modelcontextprotocol/python-sdk) | |
minor | `==1.23.0` → `==1.25.0` |

|

|
| [oven/bun](https://redirect.github.com/oven-sh/bun) | final | minor |
`1.2` → `1.3` |

|

|
| [playwright](https://playwright.dev)
([source](https://redirect.github.com/microsoft/playwright)) |
devDependencies | minor | [`1.56.1` →
`1.57.0`](https://renovatebot.com/diffs/npm/playwright/1.56.1/1.57.0) |

|

|
|
[puppeteer](https://redirect.github.com/puppeteer/puppeteer/tree/main#readme)
([source](https://redirect.github.com/puppeteer/puppeteer)) |
devDependencies | minor | [`24.32.1` →
`24.34.0`](https://renovatebot.com/diffs/npm/puppeteer/24.32.1/24.34.0)
|

|

|
---
### Release Notes
<details>
<summary>modelcontextprotocol/python-sdk (mcp)</summary>
###
[`v1.25.0`](https://redirect.github.com/modelcontextprotocol/python-sdk/releases/tag/v1.25.0)
[Compare
Source](https://redirect.github.com/modelcontextprotocol/python-sdk/compare/v1.24.0...v1.25.0)
#### Branching Update
Starting with this release, the repository has adopted a new branching
strategy for v2 development:
- **`main`** — v2 development (breaking changes)
- **`v1.x`** — v1 maintenance (security and critical bug fixes only,
with very rare feature additions ported from `main`)
Users who need to stay on v1.x should pin to `mcp>=1.25,<2`.
The current plan is to work through v2 and have it released some time in
Q1. This also relies on the next upcoming spec release which will
heavily change how the transport layer works, which in turn will guide a
lot of how we architect v2.
***
#### What's Changed
- Fix for Url Elicitation issue 1768 by
[@​gopitk](https://redirect.github.com/gopitk) in
[#​1780](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1780)
- ci: add v1.x branch to main-checks workflow by
[@​maxisbey](https://redirect.github.com/maxisbey) in
[#​1802](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1802)
#### New Contributors
- [@​gopitk](https://redirect.github.com/gopitk) made their first
contribution in
[#​1780](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1780)
**Full Changelog**:
<modelcontextprotocol/python-sdk@v1.24.0...v1.25.0>
###
[`v1.24.0`](https://redirect.github.com/modelcontextprotocol/python-sdk/releases/tag/v1.24.0)
[Compare
Source](https://redirect.github.com/modelcontextprotocol/python-sdk/compare/v1.23.3...v1.24.0)
#### What's Changed
- feat: client-side support for SEP-1577 sampling with tools by
[@​jlowin](https://redirect.github.com/jlowin) in
[#​1722](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1722)
- Fix JSON-RPC error response ID matching by
[@​crondinini-ant](https://redirect.github.com/crondinini-ant) in
[#​1720](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1720)
- Add `streamable_http_client` which accepts `httpx.AsyncClient` instead
of `httpx_client_factory` by
[@​Kludex](https://redirect.github.com/Kludex) in
[#​1177](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1177)
- fix: use correct python command name in test\_stdio.py by
[@​WOnder93](https://redirect.github.com/WOnder93) in
[#​1782](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1782)
#### New Contributors
- [@​WOnder93](https://redirect.github.com/WOnder93) made their
first contribution in
[#​1782](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1782)
**Full Changelog**:
<modelcontextprotocol/python-sdk@v1.23.3...v1.24.0>
###
[`v1.23.3`](https://redirect.github.com/modelcontextprotocol/python-sdk/releases/tag/v1.23.3)
[Compare
Source](https://redirect.github.com/modelcontextprotocol/python-sdk/compare/v1.23.2...v1.23.3)
#### What's Changed
- refactor(auth): remove unused \_register\_client method by
[@​maxisbey](https://redirect.github.com/maxisbey) in
[#​1748](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1748)
- feat: add workflow to comment on PRs when released by
[@​felixweinberger](https://redirect.github.com/felixweinberger)
in
[#​1750](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1750)
- fix: allow MIME type parameters in resource validation (RFC 2045) by
[@​antonpk1](https://redirect.github.com/antonpk1) in
[#​1755](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1755)
- Skip empty SSE data to avoid parsing errors by
[@​injusticescorpio](https://redirect.github.com/injusticescorpio)
in
[#​1753](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1753)
- chore: remove release-comment workflow by
[@​maxisbey](https://redirect.github.com/maxisbey) in
[#​1758](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1758)
#### New Contributors
- [@​antonpk1](https://redirect.github.com/antonpk1) made their
first contribution in
[#​1755](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1755)
-
[@​injusticescorpio](https://redirect.github.com/injusticescorpio)
made their first contribution in
[#​1753](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1753)
**Full Changelog**:
<modelcontextprotocol/python-sdk@v1.23.2...v1.23.3>
###
[`v1.23.2`](https://redirect.github.com/modelcontextprotocol/python-sdk/releases/tag/v1.23.2)
[Compare
Source](https://redirect.github.com/modelcontextprotocol/python-sdk/compare/v1.23.1...v1.23.2)
#### What's Changed
- fix: add lifespan context manager to StreamableHTTP mounting examples
by [@​TheMailmans](https://redirect.github.com/TheMailmans) in
[#​1669](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1669)
- fix: handle ClosedResourceError in StreamableHTTP message router by
[@​Edison-A-N](https://redirect.github.com/Edison-A-N) in
[#​1384](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1384)
- fix: skip priming events and close\_sse\_stream for old protocol
versions by
[@​felixweinberger](https://redirect.github.com/felixweinberger)
in
[#​1719](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1719)
#### New Contributors
- [@​TheMailmans](https://redirect.github.com/TheMailmans) made
their first contribution in
[#​1669](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1669)
- [@​Edison-A-N](https://redirect.github.com/Edison-A-N) made
their first contribution in
[#​1384](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1384)
**Full Changelog**:
<modelcontextprotocol/python-sdk@v1.23.1...v1.23.2>
###
[`v1.23.1`](https://redirect.github.com/modelcontextprotocol/python-sdk/releases/tag/v1.23.1)
[Compare
Source](https://redirect.github.com/modelcontextprotocol/python-sdk/compare/v1.23.0...v1.23.1)
#### What's Changed
- chore: update LATEST\_PROTOCOL\_VERSION to 2025-11-25 by
[@​felixweinberger](https://redirect.github.com/felixweinberger)
in
[#​1715](https://redirect.github.com/modelcontextprotocol/python-sdk/pull/1715)
**Full Changelog**:
<modelcontextprotocol/python-sdk@v1.23.0...v1.23.1>
</details>
<details>
<summary>microsoft/playwright (playwright)</summary>
###
[`v1.57.0`](https://redirect.github.com/microsoft/playwright/compare/v1.56.1...80581972582c9565e141c5fedd3c5fa10cc0e38b)
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.56.1...v1.57.0)
</details>
<details>
<summary>puppeteer/puppeteer (puppeteer)</summary>
###
[`v24.34.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24340-2025-12-19)
[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.33.1...puppeteer-v24.34.0)
##### ♻️ Chores
- **puppeteer:** Synchronize puppeteer versions
##### Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 24.33.1 to 24.34.0
##### 🎉 Features
- publish page.resize()
([#​14525](https://redirect.github.com/puppeteer/puppeteer/issues/14525))
([ee31c21](https://redirect.github.com/puppeteer/puppeteer/commit/ee31c21270a881164b689c3b1cd9c2feca0e2820))
##### 🛠️ Fixes
- roll to Chrome 143.0.7499.169
([#​14529](https://redirect.github.com/puppeteer/puppeteer/issues/14529))
([40c73cd](https://redirect.github.com/puppeteer/puppeteer/commit/40c73cd6599db2857cbffbe7e9b1685f2d50e4f1))
- roll to Firefox 146.0.1
([#​14530](https://redirect.github.com/puppeteer/puppeteer/issues/14530))
([f0c7e57](https://redirect.github.com/puppeteer/puppeteer/commit/f0c7e574e382d0d270823b8e705cb424fd0aae4c))
###
[`v24.33.1`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24340-2025-12-19)
[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.33.0...puppeteer-v24.33.1)
##### ♻️ Chores
- **puppeteer:** Synchronize puppeteer versions
##### Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 24.33.1 to 24.34.0
##### 🎉 Features
- publish page.resize()
([#​14525](https://redirect.github.com/puppeteer/puppeteer/issues/14525))
([ee31c21](https://redirect.github.com/puppeteer/puppeteer/commit/ee31c21270a881164b689c3b1cd9c2feca0e2820))
##### 🛠️ Fixes
- roll to Chrome 143.0.7499.169
([#​14529](https://redirect.github.com/puppeteer/puppeteer/issues/14529))
([40c73cd](https://redirect.github.com/puppeteer/puppeteer/commit/40c73cd6599db2857cbffbe7e9b1685f2d50e4f1))
- roll to Firefox 146.0.1
([#​14530](https://redirect.github.com/puppeteer/puppeteer/issues/14530))
([f0c7e57](https://redirect.github.com/puppeteer/puppeteer/commit/f0c7e574e382d0d270823b8e705cb424fd0aae4c))
###
[`v24.33.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24330-2025-12-11)
[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.32.1...puppeteer-v24.33.0)
##### ♻️ Chores
- **puppeteer:** Synchronize puppeteer versions
##### Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 24.32.1 to 24.33.0
##### 🎉 Features
- add Browser.get|setWindowBounds and Page.windowId methods
([#​14494](https://redirect.github.com/puppeteer/puppeteer/issues/14494))
([f5a860d](https://redirect.github.com/puppeteer/puppeteer/commit/f5a860d118ee1aaab3089bf56d4251af69f3a934))
- emulate focused page
([#​14501](https://redirect.github.com/puppeteer/puppeteer/issues/14501))
([4ad78e7](https://redirect.github.com/puppeteer/puppeteer/commit/4ad78e7c084aed1d04dfaf55756e5f9f61e2c2e5))
- roll to Firefox 146.0
([#​14490](https://redirect.github.com/puppeteer/puppeteer/issues/14490))
([525f19c](https://redirect.github.com/puppeteer/puppeteer/commit/525f19cefe065fd94e23664e2de694736da80acc))
- **webdriver:** use `network.setExtraHeaders` instead of network
interception
([#​14422](https://redirect.github.com/puppeteer/puppeteer/issues/14422))
([ece0992](https://redirect.github.com/puppeteer/puppeteer/commit/ece0992de0ab7cce0205f4ff5280e65d015b881b))
##### 🛠️ Fixes
- roll to Chrome 143.0.7499.42
([#​14500](https://redirect.github.com/puppeteer/puppeteer/issues/14500))
([be72f84](https://redirect.github.com/puppeteer/puppeteer/commit/be72f84e2001d048ae2c1a5d0b2e3a0737b6be0d))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apify/actor-templates).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: B4nan <[email protected]>1 parent 5f83010 commit eb2dca9
File tree
19 files changed
+44
-44
lines changed- templates
- python-beautifulsoup
- python-crawlee-beautifulsoup
- python-crawlee-parsel
- python-empty
- python-langgraph
- python-llamaindex-agent
- python-mcp-empty
- python-mcp-proxy
- python-mcp-server
- python-pydanticai
- python-scrapy
- python-selenium
- python-smolagents
- python-standby
- python-start
- ts-start-bun
- wrappers/python-scrapy/.actor
19 files changed
+44
-44
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments