Skip to content

Commit 2dcc0ae

Browse files
Bump the development-dependencies group in /13426 with 8 updates
Bumps the development-dependencies group in /13426 with 8 updates: | Package | From | To | | --- | --- | --- | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.14.2` | `4.14.3` | | [ipykernel](https://github.com/ipython/ipykernel) | `6.30.1` | `7.1.0` | | [playwright](https://github.com/microsoft/playwright-python) | `1.55.0` | `1.56.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.2.0` | `1.3.0` | | [pytest-httpx](https://github.com/Colin-b/pytest_httpx) | `0.35.0` | `0.36.0` | | [pytest-playwright](https://github.com/microsoft/playwright-pytest) | `0.7.1` | `0.7.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.13.3` | `0.14.8` | Updates `beautifulsoup4` from 4.14.2 to 4.14.3 Updates `ipykernel` from 6.30.1 to 7.1.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](ipython/ipykernel@v6.30.1...v7.1.0) Updates `playwright` from 1.55.0 to 1.56.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.55.0...v1.56.0) Updates `pytest` from 8.4.2 to 9.0.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.1) Updates `pytest-asyncio` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.2.0...v1.3.0) Updates `pytest-httpx` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/Colin-b/pytest_httpx/releases) - [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md) - [Commits](Colin-b/pytest_httpx@v0.35.0...v0.36.0) Updates `pytest-playwright` from 0.7.1 to 0.7.2 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](microsoft/playwright-pytest@v0.7.1...v0.7.2) Updates `ruff` from 0.13.3 to 0.14.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.13.3...0.14.8) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ipykernel dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: playwright dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pytest-httpx dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pytest-playwright dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.14.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea01db2 commit 2dcc0ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

13426/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@ Repository = "test"
6565

6666
[dependency-groups]
6767
dev = [
68-
"beautifulsoup4==4.14.2",
69-
"ipykernel==6.30.1",
68+
"beautifulsoup4==4.14.3",
69+
"ipykernel==7.1.0",
7070
"lxml==6.0.2",
7171
"pandas-ods-reader==1.0.2",
7272
]
7373
test = [
74-
"playwright==1.55.0",
74+
"playwright==1.56.0",
7575
"pyflakes==3.4.0",
76-
"pytest==8.4.2",
77-
"pytest-asyncio==1.2.0",
78-
"pytest-httpx==0.35.0",
79-
"pytest-playwright==0.7.1",
80-
"ruff==0.13.3",
76+
"pytest==9.0.1",
77+
"pytest-asyncio==1.3.0",
78+
"pytest-httpx==0.36.0",
79+
"pytest-playwright==0.7.2",
80+
"ruff==0.14.8",
8181
"tox>=4.30.3",
8282
"tox-gh-actions>=3.3.0",
8383
"tox-uv>=1.28.0",

0 commit comments

Comments
 (0)