From 9ccbfa4a4f080e24078cfa46196877ca91d74eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:51:53 +0000 Subject: [PATCH 1/3] Bump pillow from 9.0.0 to 9.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 06a8b05..c35cd8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ django-widget-tweaks==1.4.11 # fake-useragent==0.1.11 https://github.com/schemen/fake-useragent/archive/refs/tags/0.1.12.zip # Use this fork until it's fixed opencv-python==4.5.5.62 -Pillow==9.0.0 +Pillow==9.0.1 sortedcontainers==2.4.0 psycopg2-binary==2.9.3 gunicorn==20.1.0 From a89f92d0ee6583ee70bfe1894474d04f3d07cbbe Mon Sep 17 00:00:00 2001 From: Schemen Date: Wed, 16 Mar 2022 09:08:35 +0100 Subject: [PATCH 2/3] Update dependencies --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c35cd8c..c881947 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ Django==3.2.12 django-constrainedfilefield==4.0.0 -django-widget-tweaks==1.4.11 +django-widget-tweaks==1.4.12 # fake-useragent==0.1.11 https://github.com/schemen/fake-useragent/archive/refs/tags/0.1.12.zip # Use this fork until it's fixed -opencv-python==4.5.5.62 +opencv-python==4.5.5.64 Pillow==9.0.1 sortedcontainers==2.4.0 psycopg2-binary==2.9.3 From 7ad9e5bd414c2fecf4f70c1742854a9d6bb304d0 Mon Sep 17 00:00:00 2001 From: Schemen Date: Wed, 16 Mar 2022 09:10:15 +0100 Subject: [PATCH 3/3] Version bump --- CHANGELOG.md | 5 +++++ paperminis/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ea020..bef341c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.3.5(2022-03-16) + +### Improvements +* Update several dependencies + ## 1.3.4(2022-01-13) ### Improvements diff --git a/paperminis/__init__.py b/paperminis/__init__.py index f03ccb4..a38c873 100644 --- a/paperminis/__init__.py +++ b/paperminis/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.3.4' +__version__ = '1.3.5' VERSION = __version__ # synonym