Skip to content

Commit 8efaec2

Browse files
Bump the dev group with 2 updates (#10)
Bumps the dev group with 2 updates: [pyright](https://github.com/RobertCraigie/pyright-python) and [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/). Updates `pyright` from 1.1.405 to 1.1.406 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.405...v1.1.406) Updates `beautifulsoup4` from 4.14.0 to 4.14.2 --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.406 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev - dependency-name: beautifulsoup4 dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7875cf commit 8efaec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ dev = [
3636
{include-group = "doc"},
3737
]
3838
test = [
39-
"pyright==1.1.405",
39+
"pyright==1.1.406",
4040
"pytest==8.4.2",
4141
"sybil==9.2.0",
4242
"pytest-regressions==2.8.3",
43-
"beautifulsoup4==4.14.0"
43+
"beautifulsoup4==4.14.2"
4444
]
4545
lint = [
4646
"black==25.9.0",

0 commit comments

Comments
 (0)