From 2222e2d8c6c637427976e7510ed9eff8a5de0bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:46:34 +0000 Subject: [PATCH] Bump deepdiff from 8.6.0 to 8.6.1 Bumps [deepdiff](https://github.com/seperman/deepdiff) from 8.6.0 to 8.6.1. - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](https://github.com/seperman/deepdiff/compare/8.6.0...8.6.1) --- updated-dependencies: - dependency-name: deepdiff dependency-version: 8.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4da0ec82..9ec4d87d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.13.5 # used by a lot of scripts to parse html -deepdiff==8.6.0 # used in update-release-data.py +deepdiff==8.6.1 # used in update-release-data.py html5lib==1.1 # used in conjunction with beautifulsoup4 mwparserfromhell==0.7.2 # used in unrealircd.py packaging==25.0 # used in update-product-data.py