From d77260ff4202030fbd5a90332fecc6b4354a6d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 20:13:15 +0000 Subject: [PATCH] chore(deps): update pwntools requirement from >=4.9.0 to >=4.15.0 Updates the requirements on [pwntools](https://github.com/Gallopsled/pwntools) to permit the latest version. - [Release notes](https://github.com/Gallopsled/pwntools/releases) - [Changelog](https://github.com/Gallopsled/pwntools/blob/dev/CHANGELOG.md) - [Commits](https://github.com/Gallopsled/pwntools/compare/4.9.0...4.15.0) --- updated-dependencies: - dependency-name: pwntools dependency-version: 4.15.0 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 17f3a54..246f717 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core binary analysis angr>=9.2.0 -pwntools>=4.9.0 +pwntools>=4.15.0 capstone>=5.0.0 unicorn>=2.0.0 z3-solver>=4.12.0