From 4672bd4809ee483a8998b2ee4f292e694b0546d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:05:58 +0000 Subject: [PATCH 1/2] Update wheel requirement from >=0.37.0 to >=0.47.0 Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.37.0...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index ca8b534..cc424e3 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -3,7 +3,7 @@ psutil>=5.8.0 numpy>=1.19.5 pandas>=1.1.5 dpkt>=1.9.7 -wheel>=0.37.0 +wheel>=0.47.0 twine>=6.2.0 setuptools>=77.0.0 codecov>=2.1.12 From a251c16153d9c92bb6ab44c2f7cd47efdeffeb61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:02:46 +0000 Subject: [PATCH 2/2] Update tqdm requirement from >=4.63.0 to >=4.70.0 Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.63.0...v4.70.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index ca8b534..16fb9b3 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -7,4 +7,4 @@ wheel>=0.37.0 twine>=6.2.0 setuptools>=77.0.0 codecov>=2.1.12 -tqdm>=4.63.0 \ No newline at end of file +tqdm>=4.70.0 \ No newline at end of file