From 41ebb4747a9f73ae756457784191eb6cd360dff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:13:51 +0000 Subject: [PATCH] Bump pwntools from 3.5.1 to 4.3.1 Bumps [pwntools](https://github.com/Gallopsled/pwntools) from 3.5.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/3.5.1...4.3.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0efec4f..5efa458 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pwntools==3.5.1 +pwntools==4.3.1 diff --git a/setup.py b/setup.py index dfa5bef..5769dd3 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ author_email='sakiirlessons@gmail.com', url='https://github.com/SakiiR/timeauth', install_requires=[ - 'pwntools==3.5.1' + 'pwntools==4.3.1' ], classifiers=[ 'Development Status :: 3 - Alpha',