From 6b9e5f2d5514819eff890615966f25f319b9a505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:20:00 +0000 Subject: [PATCH] build(deps): bump the minor-and-patch group in /scripts with 4 updates Bumps the minor-and-patch group in /scripts with 4 updates: [click](https://github.com/pallets/click), [feedparser](https://github.com/kurtmckee/feedparser), [packaging](https://github.com/pypa/packaging) and [platformdirs](https://github.com/tox-dev/platformdirs). Updates `click` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.1...8.4.2) Updates `feedparser` from 6.0.12 to 6.0.14 - [Release notes](https://github.com/kurtmckee/feedparser/releases) - [Changelog](https://github.com/kurtmckee/feedparser/blob/main/CHANGELOG.rst) - [Commits](https://github.com/kurtmckee/feedparser/compare/v6.0.12...v6.0.14) Updates `packaging` from 26.2 to 26.3 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/26.2...26.3) Updates `platformdirs` from 4.9.6 to 4.11.0 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.9.6...4.11.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: feedparser dependency-version: 6.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: platformdirs dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 6c92be1..60653c0 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,10 +1,10 @@ black==26.5.1 -click==8.4.1 +click==8.4.2 defusedxml==0.7.1 -feedparser==6.0.12 +feedparser==6.0.14 mypy-extensions==1.1.0 -packaging==26.2 +packaging==26.3 pathspec==1.1.1 -platformdirs==4.9.6 +platformdirs==4.11.0 pytokens==0.4.1 sgmllib3k==1.0.0