From bc8777f93cd047797571c678eccfcdfa2a938556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 10:40:43 +1000 Subject: [PATCH] Bump pillow from 9.1.0 to 9.1.1 (#3113) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.1.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.1.0...9.1.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9b857e72ce..564b92d4f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ markdown==3.3.4 # Force particular version of markdown pdf2image==1.16.0 # PDF to image conversion pep8-naming==0.11.1 # PEP naming convention extension pre-commit==2.19.0 # Git pre-commit -pillow==9.1.0 # Image manipulation +pillow==9.1.1 # Image manipulation py-moneyed==0.8.0 # Specific version requirement for py-moneyed pygments==2.7.4 # Syntax highlighting python-barcode[images]==0.13.1 # Barcode generator