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

build(deps): bump the dependencies group with 3 updates #70

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 3 updates: fastapi, pymupdf and ruff.

Updates fastapi from 0.108.0 to 0.109.0

Release notes

Sourced from fastapi's releases.

0.109.0

Features

Upgrades

Docs

  • ✏️ Fix typo in docs/en/docs/alternatives.md. PR #10931 by @​s111d.
  • 📝 Replace email with username in docs_src/security/tutorial007 code examples. PR #10649 by @​nilslindemann.
  • 📝 Add VS Code tutorial link. PR #10592 by @​nilslindemann.
  • 📝 Add notes about Pydantic v2's new .model_dump(). PR #10929 by @​tiangolo.
  • 📝 Fix broken link in docs/en/docs/tutorial/sql-databases.md. PR #10765 by @​HurSungYun.
  • 📝 Add External Link: FastAPI application monitoring made easy. PR #10917 by @​tiangolo.
  • ✨ Generate automatic language names for docs translations. PR #5354 by @​jakul.
  • ✏️ Fix typos in docs/en/docs/alternatives.md and docs/en/docs/tutorial/dependencies/index.md. PR #10906 by @​s111d.
  • ✏️ Fix typos in docs/en/docs/tutorial/dependencies/dependencies-with-yield.md. PR #10834 by @​Molkree.
  • 📝 Add article: "Building a RESTful API with FastAPI: Secure Signup and Login Functionality Included". PR #9733 by @​dxphilo.
  • 📝 Add warning about lifecycle events with AsyncClient. PR #4167 by @​andrew-chang-dewitt.
  • ✏️ Fix typos in /docs/reference/exceptions.md and /en/docs/reference/status.md. PR #10809 by @​clarencepenz.
  • ✏️ Fix typo in openapi-callbacks.md. PR #10673 by @​kayjan.
  • ✏️ Fix typo in fastapi/routing.py . PR #10520 by @​sepsh.
  • 📝 Replace HTTP code returned in case of existing user error in docs for testing. PR #4482 by @​TristanMarion.
  • 📝 Add blog for FastAPI & Supabase. PR #6018 by @​theinfosecguy.
  • 📝 Update example source files for SQL databases with SQLAlchemy. PR #9508 by @​s-mustafa.
  • 📝 Update code examples in docs for body, replace name create_item with update_item when appropriate. PR #5913 by @​OttoAndrey.
  • ✏️ Fix typo in dependencies with yield source examples. PR #10847 by @​tiangolo.

Translations

  • 🌐 Add Bengali translation for docs/bn/docs/index.md. PR #9177 by @​Fahad-Md-Kamal.
  • ✏️ Update Python version in index.md in several languages. PR #10711 by @​tamago3keran.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/request-forms-and-files.md. PR #10347 by @​AlertRED.
  • 🌐 Add Ukrainian translation for docs/uk/docs/index.md. PR #10362 by @​rostik1410.
  • ✏️ Update Python version in docs/ko/docs/index.md. PR #10680 by @​Eeap.
  • 🌐 Add Persian translation for docs/fa/docs/features.md. PR #5887 by @​amirilf.
  • 🌐 Add Chinese translation for docs/zh/docs/advanced/additional-responses.md. PR #10325 by @​ShuibeiC.
  • 🌐 Fix typos in Russian translations for docs/ru/docs/tutorial/background-tasks.md, docs/ru/docs/tutorial/body-nested-models.md, docs/ru/docs/tutorial/debugging.md, docs/ru/docs/tutorial/testing.md. PR #10311 by @​AlertRED.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/request-files.md. PR #10332 by @​AlertRED.
  • 🌐 Add Chinese translation for docs/zh/docs/deployment/server-workers.md. PR #10292 by @​xzmeng.
  • 🌐 Add Chinese translation for docs/zh/docs/deployment/cloud.md. PR #10291 by @​xzmeng.
  • 🌐 Add Chinese translation for docs/zh/docs/deployment/manually.md. PR #10279 by @​xzmeng.
  • 🌐 Add Chinese translation for docs/zh/docs/deployment/https.md. PR #10277 by @​xzmeng.
  • 🌐 Add Chinese translation for docs/zh/docs/deployment/index.md. PR #10275 by @​xzmeng.
  • 🌐 Add German translation for docs/de/docs/tutorial/first-steps.md. PR #9530 by @​fhabers21.
  • 🌐 Update Turkish translation for docs/tr/docs/index.md. PR #10444 by @​hasansezertasan.
  • 🌐 Add Chinese translation for docs/zh/docs/learn/index.md. PR #10479 by @​KAZAMA-DREAM.

... (truncated)

Commits
  • cb95d1c 🔖 Release version 0.109.0
  • 7c1aeb5 📝 Update release notes
  • 5e58319 ⬆️ Upgrade Starlette to >=0.35.0,<0.36.0 (#10938)
  • c3e0625 📝 Update release notes
  • c46eba8 ✏️ Fix typo in docs/en/docs/alternatives.md (#10931)
  • 5b1e686 📝 Update release notes
  • 69cb005 📝 Replace email with username in docs_src/security/tutorial007 code exa...
  • 0da980c 📝 Update release notes
  • 135dcba 📝 Add VS Code tutorial link (#10592)
  • 21145d8 📝 Update release notes
  • Additional commits viewable in compare view

Updates pymupdf from 1.23.8 to 1.23.10

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.9 released

PyMuPDF-1.23.9 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 are not available yet, they will be build and uploaded later.]

Changes in version 1.23.9 (2024-01-11)

  • Default to new "rebased" implementation.

  • Use MuPDF-1.23.9.

  • Bug fixes (rebased implementation only):

  • Other:

    • Add optional setting of opacity to Page.insert_htmlbox().
    • Fixed issue with add_redact_annot() mentioned in #2934.
    • Fixed Page.rotation() to return 0 for non-PDF documents instead of raising an exception.
    • Fixed internal quad detection to cope with any Python sequence.
    • Fixed rebased fitz.pymupdf_version_tuple - was previously set to mupdf version.
    • Improved support for Linux system installs, including adding regular testing on Github.
    • Add missing flake8 to scripts/gh_release.py:test_packages.
    • Use newly public functions in MuPDF-1.23.8.
    • Improved scripts/test.py to help investigation of MuPDF issues.

PyMuPDF 1.23.9rc2 release candidate

PyMuPDF-1.23.9rc2 release candidate is available.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed with:

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.23.10 (2024-01-12)

  • Bug fixes:

    • Fixed 3020 <https://github.com/pymupdf/PyMuPDF/issues/3020>_: Can't resize a PixMap
  • Other:

    • Fixed Page.delete_image().

Changes in version 1.23.9 (2024-01-11)

  • Default to new "rebased" implementation.

  • Use MuPDF-1.23.9.

  • Bug fixes (rebased implementation only):

    • Fixed 2911 <https://github.com/pymupdf/PyMuPDF/issues/2911>_: Page.derotation_matrix returns a tuple instead of a Matrix with rebased implementation

    • Fixed 2919 <https://github.com/pymupdf/PyMuPDF/issues/2919>_: Rebased version: KeyError in resolve_names when merging pdfs

    • Fixed 2922 <https://github.com/pymupdf/PyMuPDF/issues/2922>_: New feature that allows inserting named-destination links doesn't work

    • Fixed 2943 <https://github.com/pymupdf/PyMuPDF/issues/2943>_: ZeroDivisionError: float division by zero when use apply_redactions()

    • Fixed 2950 <https://github.com/pymupdf/PyMuPDF/issues/2950>_: Shelling out to pip during tests is problematic

    • Fixed 2954 <https://github.com/pymupdf/PyMuPDF/issues/2954>_: Replacement unicode character in text extraction

    • Fixed 2957 <https://github.com/pymupdf/PyMuPDF/issues/2957>_: apply_redactions() moving text

    • Fixed 2961 <https://github.com/pymupdf/PyMuPDF/issues/2961>_: Passing a string as a page number raises IndexError instead of TypeError.

    • Fixed 2969 <https://github.com/pymupdf/PyMuPDF/issues/2969>_: annot.next throws AttributeError

    • Fixed 2978 <https://github.com/pymupdf/PyMuPDF/issues/2978>_: 1.23.9rc1: module 'fitz.mupdf' has no attribute 'fz_copy_pixmap_rect'

    • Fixed 2907 <https://github.com/pymupdf/PyMuPDF/issues/2907>_: segfault trying to call clean_contents on certain pdfs with python 3.12

    • Fixed 2905 <https://github.com/pymupdf/PyMuPDF/issues/2905>_: SystemError: returned a result with an exception set

    • Fixed 2742 <https://github.com/pymupdf/PyMuPDF/issues/2742>_: Segmentation Fault when inserting three (but not two) copies of the same source page into one destination page

  • Other:

    • Add optional setting of opacity to Page.insert_htmlbox().
    • Fixed issue with add_redact_annot() mentioned in #2934.
    • Fixed Page.rotation() to return 0 for non-PDF documents instead of raising an exception.
    • Fixed internal quad detection to cope with any Python sequence.
    • Fixed rebased fitz.pymupdf_version_tuple - was previously set to mupdf version.
    • Improved support for Linux system installs, including adding regular testing on Github.

... (truncated)

Commits

Updates ruff from 0.1.11 to 0.1.12

Release notes

Sourced from ruff's releases.

v0.1.12

Changes

Preview features

  • Formatter: Hug multiline-strings in preview style (#9243)
  • [flake8-bandit] Add ssl-with-no-version (S504) (#9384)
  • [flake8-bandit] Implement ssl-insecure-version (S502) (#9390)
  • [flake8-bandit] Implement ssl-with-bad-defaults (S503) (#9391)
  • [flake8-bandit] Implement suspicious import rules (S4XX) (#8831)
  • [flake8-simplify] Implement zip-dict-keys-and-values (SIM911) (#9460)
  • [pyflakes] Add a fix for redefined-while-unused (F811) (#9419)
  • [pylint] Implement unnecessary-dunder-call (C2801) (#9166)
  • [ruff] Add parenthesize-chained-operators (RUF021) to enforce parentheses in a or b and c (#9440)

Rule changes

  • [flake8-boolean-trap] Allow Boolean positional arguments in setters (#9429)
  • [flake8-builtins] Restrict builtin-attribute-shadowing (A003) to actual shadowed references (#9462)
  • [flake8-pyi] Add fix for generator-return-from-iter-method (PYI058) (#9355)
  • [pyflakes] Don't flag redefined-while-unused (F811) in if branches (#9418)
  • [pyupgrade] Add some additional Python 3.12 typing members to deprecated-import (#9445)
  • [ruff] Add fix for parenthesize-chained-operators (RUF021) (#9449)
  • [ruff] Include subscripts and attributes in static key rule (RUF011) (#9416)
  • [ruff] Support variable keys in static dictionary key rule (RUF011) (#9411)

Formatter

  • Generate deterministic IDs when formatting notebooks (#9359)
  • Allow # fmt: skip with interspersed same-line comments (#9395)
  • Parenthesize breaking named expressions in match guards (#9396)

Bug fixes

  • Add cell indexes to all diagnostics (#9387)
  • Avoid infinite loop in constant vs. None comparisons (#9376)
  • Handle raises with implicit alternate branches (#9377)
  • Ignore trailing quotes for unclosed l-brace errors (#9388)
  • Respect multi-segment submodule imports when resolving qualified names (#9382)
  • Use DisplayParseError for stdin parser errors (#9409)
  • Use comment_ranges for isort directive extraction (#9414)
  • Use transformed source code for diagnostic locations (#9408)
  • [flake8-pyi] Exclude warnings.deprecated and typing_extensions.deprecated arguments (#9423)
  • [flake8-pyi] Fix false negative for unused-private-protocol (PYI046) with unused generic protocols (#9405)
  • [pydocstyle] Disambiguate argument descriptors from section headers (#9427)
  • [pylint] Homogenize PLR0914 message to match other PLR09XX rules (#9399)
  • [ruff] Allow Hashable = None in type annotations (RUF013) (#9442)

Documentation

... (truncated)

Changelog

Sourced from ruff's changelog.

0.1.12

Preview features

  • Formatter: Hug multiline-strings in preview style (#9243)
  • [flake8-bandit] Add ssl-with-no-version (S504) (#9384)
  • [flake8-bandit] Implement ssl-insecure-version (S502) (#9390)
  • [flake8-bandit] Implement ssl-with-bad-defaults (S503) (#9391)
  • [flake8-bandit] Implement suspicious import rules (S4XX) (#8831)
  • [flake8-simplify] Implement zip-dict-keys-and-values (SIM911) (#9460)
  • [pyflakes] Add a fix for redefined-while-unused (F811) (#9419)
  • [pylint] Implement unnecessary-dunder-call (C2801) (#9166)
  • [ruff] Add parenthesize-chained-operators (RUF021) to enforce parentheses in a or b and c (#9440)

Rule changes

  • [flake8-boolean-trap] Allow Boolean positional arguments in setters (#9429)
  • [flake8-builtins] Restrict builtin-attribute-shadowing (A003) to actual shadowed references (#9462)
  • [flake8-pyi] Add fix for generator-return-from-iter-method (PYI058) (#9355)
  • [pyflakes] Don't flag redefined-while-unused (F811) in if branches (#9418)
  • [pyupgrade] Add some additional Python 3.12 typing members to deprecated-import (#9445)
  • [ruff] Add fix for parenthesize-chained-operators (RUF021) (#9449)
  • [ruff] Include subscripts and attributes in static key rule (RUF011) (#9416)
  • [ruff] Support variable keys in static dictionary key rule (RUF011) (#9411)

Formatter

  • Generate deterministic IDs when formatting notebooks (#9359)
  • Allow # fmt: skip with interspersed same-line comments (#9395)
  • Parenthesize breaking named expressions in match guards (#9396)

Bug fixes

  • Add cell indexes to all diagnostics (#9387)
  • Avoid infinite loop in constant vs. None comparisons (#9376)
  • Handle raises with implicit alternate branches (#9377)
  • Ignore trailing quotes for unclosed l-brace errors (#9388)
  • Respect multi-segment submodule imports when resolving qualified names (#9382)
  • Use DisplayParseError for stdin parser errors (#9409)
  • Use comment_ranges for isort directive extraction (#9414)
  • Use transformed source code for diagnostic locations (#9408)
  • [flake8-pyi] Exclude warnings.deprecated and typing_extensions.deprecated arguments (#9423)
  • [flake8-pyi] Fix false negative for unused-private-protocol (PYI046) with unused generic protocols (#9405)
  • [pydocstyle] Disambiguate argument descriptors from section headers (#9427)
  • [pylint] Homogenize PLR0914 message to match other PLR09XX rules (#9399)
  • [ruff] Allow Hashable = None in type annotations (RUF013) (#9442)

Documentation

  • Fix admonition hyperlink colouring (#9385)

... (truncated)

Commits

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

Bumps the dependencies group with 3 updates: [fastapi](https://github.com/tiangolo/fastapi), [pymupdf](https://github.com/pymupdf/pymupdf) and [ruff](https://github.com/astral-sh/ruff).


Updates `fastapi` from 0.108.0 to 0.109.0
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.108.0...0.109.0)

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

Updates `ruff` from 0.1.11 to 0.1.12
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.11...v0.1.12)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2024

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

@dependabot dependabot bot closed this Jan 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/dependencies-971d811ef2 branch January 15, 2024 10:12
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants