Skip to content

Commit

Permalink
Bump the pip-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
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](pallets-eco/flask-wtf@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](python-pillow/Pillow@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](pymupdf/PyMuPDF@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](pyparsing/pyparsing@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 5df66e2 commit a0c95f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ 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
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

0 comments on commit a0c95f9

Please sign in to comment.