Skip to content

Commit

Permalink
Bump the pip-dependencies group with 8 updates (#54)
Browse files Browse the repository at this point in the history
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](chardet/chardet@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](spec-first/connexion@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](miguelgrinberg/Flask-Migrate@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](Frozen-Flask/Frozen-Flask@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](googleapis/google-auth-library-python-oauthlib@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](python-pillow/Pillow@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](pymupdf/PyMuPDF@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](pyparsing/pyparsing@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 25, 2023
1 parent b9e6fee commit 34f0148
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34f0148

Please sign in to comment.