From 0e48143f8238d8f0d1252ec4fbc61ffd5dd4cf80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:08:01 +0000 Subject: [PATCH] Update elftools requirement from >= 1.0.1, < 1.2.0 to >= 1.0.1, < 1.3.0 Updates the requirements on [elftools](https://github.com/david942j/rbelftools) to permit the latest version. - [Release notes](https://github.com/david942j/rbelftools/releases) - [Commits](https://github.com/david942j/rbelftools/compare/v1.0.1...v1.1.3) --- updated-dependencies: - dependency-name: elftools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pwntools.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwntools.gemspec b/pwntools.gemspec index 55e1cd8..75098ab 100644 --- a/pwntools.gemspec +++ b/pwntools.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'crabstone', '~> 4' s.add_runtime_dependency 'dentaku', '>= 2.0.11', '< 3.6.0' - s.add_runtime_dependency 'elftools', '>= 1.0.1', '< 1.2.0' + s.add_runtime_dependency 'elftools', '>= 1.0.1', '< 1.3.0' s.add_runtime_dependency 'keystone-engine', '~> 0.9' s.add_runtime_dependency 'method_source', '>= 0.9' s.add_runtime_dependency 'one_gadget', '>= 1.6.2', '< 1.9.0'