From 8ec24f1fd30904557eda4d2598befb7c9bcd094c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:14:01 +0000 Subject: [PATCH] Bump pwntools from 4.0.1 to 4.3.1 in /s2e/source/s2e-env Bumps [pwntools](https://github.com/Gallopsled/pwntools) from 4.0.1 to 4.3.1. - [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.0.1...4.3.1) Signed-off-by: dependabot[bot] --- s2e/source/s2e-env/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s2e/source/s2e-env/setup.py b/s2e/source/s2e-env/setup.py index 451374c88..6cdfba8d6 100644 --- a/s2e/source/s2e-env/setup.py +++ b/s2e/source/s2e-env/setup.py @@ -64,7 +64,7 @@ 'sh', 'termcolor', 'pytrie', - 'pwntools==4.0.1', + 'pwntools==4.3.1', 'psutil', 'protobuf3-to-dict' ],