From 34f0148843c0c8b12266dd153bd4713f886bfbd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:12:23 +0300 Subject: [PATCH] Bump the pip-dependencies group with 8 updates (#54) Bumps the pip-dependencies group with 8 updates: | Package | Update | | --- | --- | | [chardet](https://github.com/chardet/chardet) | 4.0.0 to 5.1.0 | | [connexion](https://github.com/zalando/connexion) | 2.6.0 to 2.14.2 | | [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) | 3.0.1 to 4.0.4 | | [frozen-flask](https://github.com/Frozen-Flask/Frozen-Flask) | 0.15 to 0.18 | | [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) | 0.7.1 to 1.0.0 | | [pillow](https://github.com/python-pillow/Pillow) | 9.3.0 to 10.0.0 | | [pymupdf](https://github.com/pymupdf/pymupdf) | 1.22.3 to 1.22.5 | | [pyparsing](https://github.com/pyparsing/pyparsing) | 3.0.8 to 3.1.0 | Updates `chardet` from 4.0.0 to 5.1.0 - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/4.0.0...5.1.0) Updates `connexion` from 2.6.0 to 2.14.2 - [Release notes](https://github.com/zalando/connexion/releases) - [Commits](https://github.com/zalando/connexion/compare/2.6.0...2.14.2) Updates `flask-migrate` from 3.0.1 to 4.0.4 - [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/flask-migrate/compare/v3.0.1...v4.0.4) Updates `frozen-flask` from 0.15 to 0.18 - [Release notes](https://github.com/Frozen-Flask/Frozen-Flask/releases) - [Commits](https://github.com/Frozen-Flask/Frozen-Flask/compare/v0.15...v0.18) Updates `google-auth-oauthlib` from 0.7.1 to 1.0.0 - [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/compare/v0.7.1...v1.0.0) Updates `pillow` from 9.3.0 to 10.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/9.3.0...10.0.0) Updates `pymupdf` from 1.22.3 to 1.22.5 - [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.22.3...1.22.5) Updates `pyparsing` from 3.0.8 to 3.1.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/pyparsing_3.0.8...3.1.0) --- updated-dependencies: - dependency-name: chardet dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: connexion dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: flask-migrate dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: frozen-flask dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: google-auth-oauthlib dependency-type: direct:production update-type: version-update:semver-major 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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index fbbebd59..5db993a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,22 +2,22 @@ # which in turn is missing this dependency. Can be removed after Flask 2.3 blinker==1.6.2 # Added manually, to be removed later. bs4==0.0.1 -chardet==4.0.0 -connexion==2.6.0 +chardet==5.1.0 +connexion==2.14.2 Flask-Admin==1.6.1 Flask-APScheduler==1.12.4 Flask-BasicAuth==0.2.0 Flask-Login==0.6.2 Flask-Markdown==0.3 -Flask-Migrate==3.0.1 +Flask-Migrate==4.0.4 flask-msearch==0.2.9.2 Flask-SimpleMDE==0.3.0 Flask-WTF==1.1.1 -Frozen-Flask==0.15 -google-auth-oauthlib==0.7.1 -Pillow==9.3.0 -PyMuPDF==1.22.3 -pyparsing==3.0.8 +Frozen-Flask==0.18 +google-auth-oauthlib==1.0.0 +Pillow==10.0.0 +PyMuPDF==1.22.5 +pyparsing==3.1.0 python-editor==1.0.4 textile==4.0.2 transliterate==1.10.2