Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip-dependencies group with 6 updates #82

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Updates the requirements on flask-apscheduler, flask-wtf, pillow, pymupdf, zipp and pandas to permit the latest version.
Updates flask-apscheduler from 1.12.4 to 1.13.0

Release notes

Sourced from flask-apscheduler's releases.

1.13.0

  • Add endpoints to modify the scheduler state #222.
  • Bump minimum required flask version from 0.10 to 2.2.5 #227.
  • Drop support for Python < 3.8 #229
  • Remove deprecated methods #224
Changelog

Sourced from flask-apscheduler's changelog.

Version 1.13.0

  • Add endpoints to modify the scheduler state #222.
  • Bump minimum required flask version from 0.10 to 2.2.5 #227.
  • Drop support for Python < 3.8 #229
  • Remove deprecated methods #224
Commits

Updates flask-wtf from 1.1.1 to 1.1.2

Release notes

Sourced from flask-wtf's releases.

v1.1.2

  • Fixed Flask 2.3 deprecations of werkzeug.urls.url_encode and flask.Markup #565 #561
  • Stop support for python 3.7 #574
  • Use pyproject.toml instead of setup.cfg #576
  • Fixed nested blueprint CSRF exemption #572
Changelog

Sourced from flask-wtf's changelog.

Version 1.1.2

Released 2023-09-29

  • Fixed Flask 2.3 deprecations of werkzeug.urls.url_encode and flask.Markup :pr:565 :issue:561
  • Stop support for python 3.7 :pr:574
  • Use pyproject.toml instead of setup.cfg :pr:576
  • Fixed nested blueprint CSRF exemption :pr:572
Commits
  • 35b531f Bump to 1.1.2
  • dfcc464 Merge pull request #573 from azmeuk/issue-486-nested-blueprint-exempt
  • af39209 Merge pull request #576 from azmeuk/pyproject.toml
  • 6720d68 fix: nested blueprints can be CSRF exempted
  • 65dbb59 Merge pull request #577 from wtforms/pre-commit-ci-update-config
  • 37cfeb4 [pre-commit.ci] pre-commit autoupdate
  • 90b4fcc chore: move from setup.cfg to pyproject.toml
  • 3dec775 Merge pull request #575 from wtforms/dependabot/pip/requirements/certifi-2023...
  • 4930fcb Bump certifi from 2022.12.7 to 2023.7.22 in /requirements
  • a4ab00a Merge pull request #574 from azmeuk/py37-eol
  • Additional commits viewable in compare view

Updates pillow from 10.0.0 to 10.0.1

Release notes

Sourced from pillow's releases.

10.0.1

https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html

Changes

Changelog

Sourced from pillow's changelog.

10.0.1 (2023-09-15)

  • Updated libwebp to 1.3.2 #7395 [radarhere]

  • Updated zlib to 1.3 #7344 [radarhere]

Commits

Updates pymupdf from 1.23.3 to 1.23.4

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.4 released

PyMuPDF-1.23.4 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

Changes in version 1.23.4 (2023-09-26)

  • Improved build instructions.

  • Fixed Tesseract in rebased implementation.

  • Improvements to build/install with system MuPDF.

  • Fixed Pyodide builds.

  • Fixed rebased bug in _insert_image().

  • Bug fixes:

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.23.4 (2023-09-26)

  • Improved build instructions.

  • Fixed Tesseract in rebased implementation.

  • Improvements to build/install with system MuPDF.

  • Fixed Pyodide builds.

  • Fixed rebased bug in _insert_image().

  • Bug fixes:

    • Fixed 2556 <https://github.com/pymupdf/PyMuPDF/issues/2556>_: Segmentation fault at caling get_cdrawings(extended=True)
    • Fixed 2637 <https://github.com/pymupdf/PyMuPDF/issues/2637>_: Page.insert_textbox incorrectly handles the last word if it starts a new line
    • Fixed 2683 <https://github.com/pymupdf/PyMuPDF/issues/2683>_: Windows sdist build failure - non-quoting of path and using UNIX which command
    • Fixed 2691 <https://github.com/pymupdf/PyMuPDF/issues/2691>_: Page.get_textpage_ocr() bug in rebased fitz_new version
    • Fixed 2692 <https://github.com/pymupdf/PyMuPDF/issues/2692>_: Page.get_pixmap(clip=Rect()) bug in rebased fitz_new version

Changes in version 1.23.3 (2023-08-31)

  • Fixed use of Tesseract for OCR.

Changes in version 1.23.2 (2023-08-28)

  • Fixed [#2613](https://github.com/pymupdf/pymupdf/issues/2613) <https://github.com/pymupdf/PyMuPDF/issues/2613>_: release 1.23.0 not MacOS-arm64 compatible

Changes in version 1.23.1 (2023-08-24)

  • Updated README and package summary description.

  • Fixed a problem on some Linux installations with Python-3.10 (and possibly earlier versions) where import fitz failed with ImportError: libcrypt.so.2: cannot open shared object file: No such file or directory.

  • Fixed incompatible architecture error on MacOS arm64.

  • Fixed installation warning from Poetry about missing entry in wheels' RECORD files.

Changes in version 1.23.0 (2023-08-22)

... (truncated)

Commits
  • 3ca9d3d Update version and dates for release 1.23.4.
  • f4cdca8 Added test_2692() and fix rebase implementation.
  • a74fc9d Added tests/test_insertimage.py:test_compress() and fix in rebased.
  • 9d28789 setup.py: use pipcl.git_items() instead of local code.
  • b3ed3b1 pipcl.py: fix for wheel creation and multi-line license text.
  • 60c97aa pipcl.py: use global log level.
  • 9dd1459 Corrects outstanding flags in glossary.po.
  • 76f2d44 More tweaks to correct Japanese, adds Document Writer translation.
  • 266f758 Some generic header, footer & side menu translations.
  • e665af2 Adds Archive, ColorSpace, DisplayList and some tweaks.
  • Additional commits viewable in compare view

Updates zipp from 3.7.0 to 3.17.0

Changelog

Sourced from zipp's changelog.

v3.17.0

Features

  • Added CompleteDirs.inject classmethod to make available for use elsewhere.

Bugfixes

  • Avoid matching path separators for '?' in glob.

v3.16.2

Bugfixes

  • In Path.match, Windows path separators are no longer honored. The fact that they were was incidental and never supported. (#92)
  • Fixed name/suffix/suffixes/stem operations when no filename is present and the Path is not at the root of the zipfile. (#96)
  • Reworked glob utilizing the namelist directly. (#101)

v3.16.1

Bugfixes

  • Replaced the fnmatch.translate with a fresh glob-to-regex translator for more correct matching behavior. (#98)

v3.16.0

Features

  • Require Python 3.8 or later.

v3.15.0

  • gh-102209: test_implied_dirs_performance now tests measures the time complexity experimentally.

... (truncated)

Commits

Updates pandas to 2.1.1

Release notes

Sourced from pandas's releases.

Pandas 2.1.1

This is a patch release in the 2.1.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • e86ed37 RLS: 2.1.1
  • 84850f3 Backport PR #55206 on branch 2.1.x (BUILD: Fix duplicate files warning) (#55222)
  • 81768de Backport PR #55207 on branch 2.1.x (DOC: Add whatsnew for 2.1.2) (#55221)
  • 7c93cc9 Backport PR #55008 on branch 2.1.x (CoW: Clear dead references every time we ...
  • 21d8cdd Backport PR #55189 on branch 2.1.x (Revert "DEPR: Deprecate returning a DataF...
  • 34cc5b7 Backport PR #55050 on branch 2.1.x (Fix docstring of Index.join in base.py) (...
  • 652fd13 Backport PR #55211 on branch 2.1.x (DOC: Add release date for 2.1.1) (#55218)
  • 7acebe4 Backport PR #54952 on branch 2.1.x (REGR: Arrow backed objects not propagatin...
  • 1ae73af Backport PR #55210 on branch 2.1.x (CI: Pin matplotlib < 3.8) (#55216)
  • cb7ea72 Backport PR #55175 on branch 2.1.x (DEPS: Bump to 1.26 proper for Python 3.12...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [flask-apscheduler](https://github.com/viniciuschiele/flask-apscheduler), [flask-wtf](https://github.com/wtforms/flask-wtf), [pillow](https://github.com/python-pillow/Pillow), [pymupdf](https://github.com/pymupdf/pymupdf), [zipp](https://github.com/jaraco/zipp) and [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.

Updates `flask-apscheduler` from 1.12.4 to 1.13.0
- [Release notes](https://github.com/viniciuschiele/flask-apscheduler/releases)
- [Changelog](https://github.com/viniciuschiele/flask-apscheduler/blob/master/CHANGELOG.md)
- [Commits](viniciuschiele/flask-apscheduler@1.12.4...1.13.0)

Updates `flask-wtf` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/wtforms/flask-wtf/releases)
- [Changelog](https://github.com/wtforms/flask-wtf/blob/main/docs/changes.rst)
- [Commits](wtforms/flask-wtf@v1.1.1...v1.1.2)

Updates `pillow` from 10.0.0 to 10.0.1
- [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.0.0...10.0.1)

Updates `pymupdf` from 1.23.3 to 1.23.4
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.23.3...1.23.4)

Updates `zipp` from 3.7.0 to 3.17.0
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.7.0...v3.17.0)

Updates `pandas` to 2.1.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v1.5.1...v2.1.1)

---
updated-dependencies:
- dependency-name: flask-apscheduler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-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-patch
  dependency-group: pip-dependencies
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: pandas
  dependency-type: direct:production
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 6, 2023
@dependabot dependabot bot deleted the dependabot/pip/pip-dependencies-d2673f4167 branch October 6, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants