From 4662fef6b798f3c73e2a50d4286e4d507e3c4f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 05:39:43 +0000 Subject: [PATCH 1/2] Bump the packages group across 1 directory with 2 updates Updates the requirements on [chardet](https://github.com/chardet/chardet) and [cookiecutter](https://github.com/cookiecutter/cookiecutter) to permit the latest version. Updates `chardet` to 7.0.1 - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](https://github.com/chardet/chardet/compare/1.1...7.0.1) Updates `cookiecutter` to 2.7.1 - [Release notes](https://github.com/cookiecutter/cookiecutter/releases) - [Commits](https://github.com/cookiecutter/cookiecutter/compare/2.6.0...v2.7.1) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.0.1 dependency-type: direct:production dependency-group: packages - dependency-name: cookiecutter dependency-version: 2.7.1 dependency-type: direct:production dependency-group: packages ... Signed-off-by: dependabot[bot] --- .github/utils/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/utils/requirements.txt b/.github/utils/requirements.txt index 1e168b9..25be2c6 100644 --- a/.github/utils/requirements.txt +++ b/.github/utils/requirements.txt @@ -1,4 +1,4 @@ -chardet<7 # Temporary fix for https://github.com/binaryornot/binaryornot/issues/634 -cookiecutter~=2.6 +chardet<8 # Temporary fix for https://github.com/binaryornot/binaryornot/issues/634 +cookiecutter~=2.7 flit~=3.12 pip-tools~=7.5 From 0b1f4347ba58d78e9f2621c62636f3ddf4eb646c Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Mon, 9 Mar 2026 09:03:54 +0100 Subject: [PATCH 2/2] Remove chardet version fix --- .github/utils/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/utils/requirements.txt b/.github/utils/requirements.txt index 25be2c6..d8f05d2 100644 --- a/.github/utils/requirements.txt +++ b/.github/utils/requirements.txt @@ -1,4 +1,3 @@ -chardet<8 # Temporary fix for https://github.com/binaryornot/binaryornot/issues/634 cookiecutter~=2.7 flit~=3.12 pip-tools~=7.5