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 7 updates #104

Merged
merged 2 commits into from
Jan 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2024

Bumps the pip-dependencies group with 7 updates:

Package From To
bs4 0.0.1 0.0.2
connexion 2.14.2 3.0.5
flask-msearch 0.2.9.2 0.2.9.4
google-auth-oauthlib 1.1.0 1.2.0
pymupdf 1.23.7 1.23.19
yadisk 1.3.4 2.1.0
pandas 2.1.3 2.2.0

Updates bs4 from 0.0.1 to 0.0.2

Updates connexion from 2.14.2 to 3.0.5

Release notes

Sourced from connexion's releases.

3.0.5

Highlights

Fix broken swagger_ui when using Swagger 2 specification with references.

What's Changed

Full Changelog: spec-first/connexion@3.0.4...3.0.5

3.0.4

Highlights

Set Starlette upperbound version to <0.33 until encode/starlette#2361 is resolved.

What's Changed

Full Changelog: spec-first/connexion@3.0.3...3.0.4

3.0.3

Highlights

  • Fix regression in app startup time
  • Fix CORS headers on error responses

What's Changed

New Contributors

Full Changelog: spec-first/connexion@3.0.2...3.0.3

3.0.2

Highlights

  • Fix multiple file upload
  • Add migration guide for migrating from Connexion 2 to 3

What's Changed

... (truncated)

Commits

Updates flask-msearch from 0.2.9.2 to 0.2.9.4

Commits

Updates google-auth-oauthlib from 1.1.0 to 1.2.0

Release notes

Sourced from google-auth-oauthlib's releases.

v1.2.0

1.2.0 (2023-12-12)

Features

Bug Fixes

  • Use setuptools.find_namespace_packages (#321) (9a0728d)
Changelog

Sourced from google-auth-oauthlib's changelog.

1.2.0 (2023-12-12)

Features

Bug Fixes

  • Use setuptools.find_namespace_packages (#321) (9a0728d)
Commits
  • 6499eb0 chore(main): release 1.2.0 (#319)
  • 6709832 chore(deps): update all dependencies (#307)
  • f21aaec build: update actions/checkout and actions/setup-python (#326)
  • dd85b86 chore: bump cryptography from 41.0.5 to 41.0.6 in /synthtool/gcp/templates/py...
  • 40c871e chore: update author_email in setup.py (#324)
  • 9a0728d fix: use setuptools.find_namespace_packages (#321)
  • ac8d3ee feat: Add support for Python 3.12 (#318)
  • fbce656 chore: bump urllib3 from 1.26.12 to 1.26.18 (#317)
  • b303c66 chore: update docfx minimum Python version (#316)
  • fc1fad5 chore: rename rst files to avoid conflict with service names (#315)
  • Additional commits viewable in compare view

Updates pymupdf from 1.23.7 to 1.23.19

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.19 released

PyMuPDF-1.23.19 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

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.23.19 (2024-01-25)

  • Bug fixes:

  • Other:

    • When finding tables:

      • Allow addition of user-defined "virtual" vector graphics when finding tables.
      • Confirm that the enveloping bboxes of vector graphics are inside the clip rectangle.
      • Avoid slow finding of rectangle intersections.
    • Added Font.bbox property.

PyMuPDF-1.23.18 released

PyMuPDF-1.23.18 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

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.23.18 (2024-01-23)

  • Bug fixes:

  • Other:

    • Reduced size of sdist to fit on pypi.org (by reducing size of two test files).
    • Fix Annot.file_info() if no Desc item.

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.23.19 (2024-01-25)

  • Bug fixes:

    • Fixed 3087 <https://github.com/pymupdf/PyMuPDF/issues/3087>_: Exception in insert_image with mask specified
    • Fixed 3094 <https://github.com/pymupdf/PyMuPDF/issues/3094>_: TypeError: '<' not supported between instances of 'FzLocation' and 'int' in doc.delete_pages
  • Other:

    • When finding tables:

      • Allow addition of user-defined "virtual" vector graphics when finding tables.
      • Confirm that the enveloping bboxes of vector graphics are inside the clip rectangle.
      • Avoid slow finding of rectangle intersections.
    • Added Font.bbox property.

Changes in version 1.23.18 (2024-01-23)

  • Bug fixes:

    • Fixed 3081 <https://github.com/pymupdf/PyMuPDF/issues/3081>_: doc.close() not closing the document
  • Other:

    • Reduced size of sdist to fit on pypi.org (by reducing size of two test files).
    • Fix Annot.file_info() if no Desc item.

Changes in version 1.23.17 (2024-01-22)

  • Bug fixes:

    • Fixed 3062 <https://github.com/pymupdf/PyMuPDF/issues/3062>_: page_rotation_reset does not return page to original rotation
    • Fixed 3070 <https://github.com/pymupdf/PyMuPDF/issues/3070>_: update_link(): AttributeError: 'Page' object has no attribute 'super'
  • Other:

    • Fixed bug in Page.links() (PR #3075).
    • Fixed bug in Page.get_bboxlog() with layers.
    • Add support for timeouts in scripts/ and tests/run_compound.py.

Changes in version 1.23.16 (2024-01-18)

... (truncated)

Commits
  • 82282b3 Update version, changelog and dates for release 1.23.19.
  • a0d20fb Added Font.bbox property.
  • 892fe31 Address #3087, fix Page.insert_image() with mask specified.
  • 803dd0b src/init.py: use mupdf.pdf_choice_widget_options2() if available.
  • 565c491 Address #3094, test and fix for bug in Document.delete_page().
  • 7ce0673 document new parameter "add_lines"
  • 19b79e9 add test scripts
  • 8695466 Adds sections for coordinates information and adds diagram.
  • 44f994e Explain the term "coordinate"
  • 9e056c5 tests/test_general.py:test_3081(): avoid problems on Windows.
  • Additional commits viewable in compare view

Updates yadisk from 1.3.4 to 2.1.0

Release notes

Sourced from yadisk's releases.

Release 2.1.0

&#8212; Fixed a bug where POST request parameters were not encoded correctly &#8212; Fixed a bug in PycURLSession.send_request() that made it ignore passed headers &#8212; RequestsSession.close() now closes all underlying session instances, instead of only the current thread-local one &#8212; All methods of Client and AsyncClient now use existing session &#8212; Removed session_factory attribute and make_session() method of Client and AsyncClient &#8212; Session class can now be specified as a string &#8212; Added Client.get_device_code()/AsyncClient.get_device_code() methods &#8212; Added Client.get_token_from_device_code()/AsyncClient.get_token_from_device_code() methods &#8212; Added missing redirect_uri parameter for Client.get_auth_url()/AsyncClient.get_auth_url() and Client.get_code_url()/AsyncClient.get_code_url() &#8212; Added support for PKCE parameters for Client.get_auth_url()/AsyncClient.get_auth_url(), Client.get_code_url()/AsyncClient.get_code_url() and Client.get_token()/AsyncClient.get_token() &#8212; Added scope attribute for TokenObject &#8212; Added new exception classes: InvalidClientError, InvalidGrantError, AuthorizationPendingError, BadVerificationCodeError and UnsupportedTokenTypeError

Release 2.0.0

&#8212; The library now provides both synchronous and asynchronous APIs (see Introduction and API Reference) &#8212; Multiple HTTP libraries are supported by default (see Available Session Implementations for the full list) &#8212; It is now possible to add support for any HTTP library (see Session Interface) &#8212; requests is now an optional dependency (although it's still used by default for synchronous API) &#8212; Note that now requests-specific arguments must be passed differently (see Available Session Implementations) &#8212; Preferred HTTP client libraries must be explicitly installed now (see Introduction) &#8212; Client.upload() and Client.upload_by_link() can now accept a function that returns an iterator (or a generator) as a payload

Changelog

Sourced from yadisk's changelog.

Changelog

.. _issue #2: ivknv/yadisk#2 .. _issue #4: ivknv/yadisk#4 .. _issue #7: ivknv/yadisk#7 .. _issue #23: ivknv/yadisk#23 .. _issue #26: ivknv/yadisk#26 .. _issue #28: ivknv/yadisk#28 .. _issue #29: ivknv/yadisk#29 .. _PR #31: ivknv/yadisk#31 .. _requests: https://pypi.org/project/requests

  • Release 2.1.0 (2024-01-03)

    • Fixed a bug where POST request parameters were not encoded correctly
    • Fixed a bug in :code:PycURLSession.send_request() that made it ignore passed headers
    • :code:RequestsSession.close() now closes all underlying session instances, instead of only the current thread-local one
    • All methods of :any:Client and :any:AsyncClient now use existing session
    • Removed :code:session_factory attribute and :code:make_session() method of :any:Client and :any:AsyncClient
    • Session class can now be specified as a string (see :any:Client/:any:AsyncClient)
    • Added :any:Client.get_device_code()/:any:AsyncClient.get_device_code() methods
    • Added :any:Client.get_token_from_device_code()/:any:AsyncClient.get_token_from_device_code() methods
    • Added missing :code:redirect_uri parameter for :any:Client.get_auth_url()/:any:AsyncClient.get_auth_url() and :any:Client.get_code_url()/:any:AsyncClient.get_code_url()
    • Added support for PKCE parameters for :any:Client.get_auth_url()/:any:AsyncClient.get_auth_url(), :any:Client.get_code_url()/:any:AsyncClient.get_code_url() and :any:Client.get_token()/:any:AsyncClient.get_token()
    • Added :code:scope attribute for :any:TokenObject
    • Added new exception classes: :any:InvalidClientError, :any:InvalidGrantError, :any:AuthorizationPendingError, :any:BadVerificationCodeError and :any:UnsupportedTokenTypeError
  • Release 2.0.0 (2023-12-12)

    • The library now provides both synchronous and asynchronous APIs (see :doc:/intro and :doc:/api_reference/index)
    • Multiple HTTP libraries are supported by default (see :doc:/api_reference/sessions for the full list)
    • It is now possible to add support for any HTTP library (see :doc:/api_reference/session_interface)
    • requests_ is now an optional dependency (although it's still used by default for synchronous API)
    • Note that now requests-specific arguments must be passed differently (see :doc:/api_reference/sessions)
    • Preferred HTTP client libraries must be explicitly installed now (see :doc:/intro)
    • :any:Client.upload() and :any:Client.upload_by_link() can now accept a function that returns an iterator (or a generator) as a payload

... (truncated)

Commits
  • d46b08e Fix a typo in README
  • a01c939 Merge pull request #39 from ivknv/dev
  • 354d5f2 Update changelog.po
  • b03b4c2 Bump version to 2.1.0
  • ad2fb82 Add test dependencies
  • cc1ec4d Add photounlim:/ to the list of known schemas
  • 9b1f822 Update translation
  • ea9498f Update changelog
  • d9c3165 Client/AsyncClient can now again accept session_factory as an optional constr...
  • dd47f45 Add documentation about import_session() and import_async_session()
  • Additional commits viewable in compare view

Updates pandas from 2.1.3 to 2.2.0

Release notes

Sourced from pandas's releases.

Pandas 2.2.0

We are pleased to announce the release of pandas 2.2.0. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.2.0 supports Python 3.9 and higher.

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.

Pandas 2.2.0rc0

We are pleased to announce a release candidate for pandas 2.2.0. If all goes well, we'll release pandas 2.2.0 in about two weeks.

See the whatsnew for a list of all the changes.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

python -m pip install --upgrade --pre pandas==2.2.0rc0 Or from conda-forge

conda install -c conda-forge/label/pandas_rc pandas==2.2.0rc0 Please report any issues with the release candidate on the pandas issue tracker.

Pandas 2.1.4

This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. 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
  • f538741 RLS: 2.2.0
  • 2fa26fd Backport PR #56967 on branch 2.2.x (CI: Adjust pyarrow depr warning to accoun...
  • fd3f571 RLS: 2.2.0
  • b070774 Backport PR #56952: DEPR: Make FutureWarning into DeprecationWarning … (#56964)
  • dfd0aed Backport PR #56896 on branch 2.2.x (DEPS: Add warning if pyarrow is not insta...
  • 859c030 Backport PR #56922 on branch 2.2.x (REGR: DatetimeTZDtype from_arrow inte...
  • cc37a13 Backport PR #56949 on branch 2.2.x (CI: avoid FutureWarnings in to_xarray tes...
  • a95029a Backport PR #56947 on branch 2.2.x (DOC: Set date for 2.2) (#56950)
  • 160d7a1 Backport PR #56587 on branch 2.2.x (ENH: support the Arrow PyCapsule Interfac...
  • 74fa740 Backport PR #56445: Adjust merge tests for new string option (#56938)
  • 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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2024
@iakov
Copy link
Contributor

iakov commented Jan 27, 2024

@dependabot recreate

Bumps the pip-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| bs4 | `0.0.1` | `0.0.2` |
| [connexion](https://github.com/spec-first/connexion) | `2.14.2` | `3.0.5` |
| [flask-msearch](https://github.com/honmaple/flask-msearch) | `0.2.9.2` | `0.2.9.4` |
| [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) | `1.1.0` | `1.2.0` |
| [pymupdf](https://github.com/pymupdf/pymupdf) | `1.23.7` | `1.23.19` |
| [yadisk](https://github.com/ivknv/yadisk) | `1.3.4` | `2.1.0` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.1.3` | `2.2.0` |


Updates `bs4` from 0.0.1 to 0.0.2

Updates `connexion` from 2.14.2 to 3.0.5
- [Release notes](https://github.com/spec-first/connexion/releases)
- [Commits](spec-first/connexion@2.14.2...3.0.5)

Updates `flask-msearch` from 0.2.9.2 to 0.2.9.4
- [Commits](https://github.com/honmaple/flask-msearch/commits)

Updates `google-auth-oauthlib` from 1.1.0 to 1.2.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@v1.1.0...v1.2.0)

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

Updates `yadisk` from 1.3.4 to 2.1.0
- [Release notes](https://github.com/ivknv/yadisk/releases)
- [Changelog](https://github.com/ivknv/yadisk/blob/master/docs/changelog.rst)
- [Commits](ivknv/yadisk@v1.3.4...v2.1.0)

Updates `pandas` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.1.3...v2.2.0)

---
updated-dependencies:
- dependency-name: bs4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: connexion
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: flask-msearch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: google-auth-oauthlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: yadisk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pip-dependencies-e2662c3cfb branch from 71d6d3d to d21e2d3 Compare January 27, 2024 12:46
@iakov iakov merged commit 2002823 into current Jan 27, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pip-dependencies-e2662c3cfb branch January 27, 2024 12:53
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.

1 participant