From 25f6bbd05caf37b883f4a30b1a58ee08c74bf9f1 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sat, 26 Sep 2020 19:58:44 -0400 Subject: [PATCH 1/2] Update a Python dependency: beautifulsoup4==4.9.2 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ae3e67b..5f4fae2 100755 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pip>=20.2.3 six>=1.15.0 requests>=2.24.0 Pillow==7.2.0 -beautifulsoup4==4.9.1 +beautifulsoup4==4.9.2 diff --git a/setup.py b/setup.py index 21fb0ad..064998f 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ 'six>=1.15.0', 'requests>=2.24.0', 'Pillow==7.2.0', - 'beautifulsoup4==4.9.1', + 'beautifulsoup4==4.9.2', ], packages=['tensorpy'], entry_points={ From 53adc31d3ae38dd6a4f5e35f41c7f4d0b16e0de5 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sat, 26 Sep 2020 19:59:01 -0400 Subject: [PATCH 2/2] Version 1.6.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 064998f..863853e 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name='tensorpy', - version='1.6.0', + version='1.6.1', description='Easy Image Classification with TensorFlow!', long_description=long_description, long_description_content_type='text/markdown',