From 2ab16b939e11b484cc14d710620baf007e8ae0de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:47:15 +0000 Subject: [PATCH] Bump the pip-dependencies group with 5 updates Bumps the pip-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [flask-wtf](https://github.com/pallets-eco/flask-wtf) | `1.2.1` | `1.2.2` | | [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `11.0.0` | | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.10` | `1.24.13` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.4` | `3.2.0` | | [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/) | `2.0.27` | `2.0.28` | Updates `flask-wtf` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/pallets-eco/flask-wtf/releases) - [Changelog](https://github.com/pallets-eco/flask-wtf/blob/main/docs/changes.rst) - [Commits](https://github.com/pallets-eco/flask-wtf/compare/v1.2.1...v1.2.2) Updates `pillow` from 10.4.0 to 11.0.0 - [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/10.4.0...11.0.0) Updates `pymupdf` from 1.24.10 to 1.24.13 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.24.10...1.24.13) Updates `pyparsing` from 3.1.4 to 3.2.0 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.1.4...3.2.0) Updates `uwsgi` from 2.0.27 to 2.0.28 --- updated-dependencies: - dependency-name: flask-wtf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: pymupdf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: uwsgi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5f78cb66..9a99d580 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,12 +9,12 @@ Flask-Markdown==0.3 Flask-Migrate==4.0.7 Flask-SimpleMDE==0.3.0 Flask-Whooshee==0.9.1 -Flask-WTF==1.2.1 +Flask-WTF==1.2.2 Frozen-Flask==1.0.2 google-auth-oauthlib==1.2.1 -Pillow==10.4.0 -PyMuPDF==1.24.10 -pyparsing==3.1.4 +Pillow==11.0.0 +PyMuPDF==1.24.13 +pyparsing==3.2.0 python-editor==1.0.4 textile==4.0.3 zipp==3.20.2 @@ -22,5 +22,5 @@ yadisk==3.1.0 pandas==2.2.3 openpyxl~=3.1.5 transliterate==1.10.2 -uWSGI==2.0.27 +uWSGI==2.0.28 Whoosh==2.7.4