From 6aea90b33818b34d3c4247ef99e5770dcf408fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 23:36:24 +0000 Subject: [PATCH] Bump mechanize from 0.2.5 to 0.4.6 Bumps [mechanize](https://github.com/python-mechanize/mechanize) from 0.2.5 to 0.4.6. - [Release notes](https://github.com/python-mechanize/mechanize/releases) - [Changelog](https://github.com/python-mechanize/mechanize/blob/master/ChangeLog) - [Commits](https://github.com/python-mechanize/mechanize/commits/v0.4.6) --- updated-dependencies: - dependency-name: mechanize dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 622a9b2..874e1f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -mechanize==0.2.5 +mechanize==0.4.6 mutagen>=1.20 requests>=1.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index b568d38..271ce53 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ scripts = ['redactedbetter'], install_requires = [ 'mutagen>=1.20', - 'mechanize==0.2.5', + 'mechanize==0.4.6', 'requests>=1.0' ] )