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 pillow from 9.4.0 to 10.0.1 in /docs/src/doc #355

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pillow from 9.4.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

10.0.0

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

Changes

... (truncated)

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]

10.0.0 (2023-07-01)

  • Fixed deallocating mask images #7246 [radarhere]

  • Added ImageFont.MAX_STRING_LENGTH #7244 [radarhere, hugovk]

  • Fix Windows build with pyproject.toml #7230 [hugovk, nulano, radarhere]

  • Do not close provided file handles with libtiff #7199 [radarhere]

  • Convert to HSV if mode is HSV in getcolor() #7226 [radarhere]

  • Added alpha_only argument to getbbox() #7123 [radarhere. hugovk]

  • Prioritise speed in repr_png #7242 [radarhere]

  • Do not use CFFI access by default on PyPy #7236 [radarhere]

  • Limit size even if one dimension is zero in decompression bomb check #7235 [radarhere]

  • Use --config-settings instead of deprecated --global-option #7171 [radarhere]

  • Better C integer definitions #6645 [Yay295, hugovk]

  • Fixed finding dependencies on Cygwin #7175 [radarhere]

  • Changed grabclipboard() to use PNG instead of JPG compression on macOS #7219 [abey79, radarhere]

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.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@9.4.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

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 Oct 4, 2023
@github-actions
Copy link

github-actions bot commented Oct 4, 2023

Formatting check succeeded!

@JPercival JPercival merged commit ad744bd into master Oct 4, 2023
2 of 3 checks passed
@JPercival JPercival deleted the dependabot/pip/docs/src/doc/pillow-10.0.1 branch October 4, 2023 16:27
barhodes added a commit that referenced this pull request Oct 30, 2023
commit af2db9a
Author: mdnazmulkarim <nazmul.karim@smilecdr.com>
Date:   Fri Oct 27 10:25:08 2023 -0600

    snapshot 3.0.0-PRE-10 (#371)

commit 0ff4f32
Author: JP <jonathan.percival@smilecdr.com>
Date:   Thu Oct 26 13:15:54 2023 -0600

    Update versions and fix build / test publication (#370)

commit b235356
Author: JP <jonathan.percival@smilecdr.com>
Date:   Fri Oct 20 10:42:06 2023 -0600

    Feature use new java extension (#364)

    * Swap to Java Platform Support extension for VS Code

    * Fix up pom

    * pom clean-up

    * Fix warnings

    * Fix formatting

    * Update java version and distribution

    * Add maven cache

    * Add implicit flag for benchmarks

commit 9790135
Author: Vitor Pamplona <vitor@vitorpamplona.com>
Date:   Mon Oct 16 15:35:08 2023 -0400

    Fixes crash on measure evaluate when subjectIds is null (#359)

    Fixes #358

commit 5b5414e
Author: Justin McKelvy <60718638+Capt-Mac@users.noreply.github.com>
Date:   Thu Oct 12 09:53:00 2023 -0600

    isolate getsubjects method in Measure Processor (#361)

    spotless apply

commit 0fe8e3a
Author: Jonathan Percival <jonathan.i.percival@gmail.com>
Date:   Thu Oct 5 14:36:08 2023 -0600

    Rev to PRE9 Snapshot

commit 4b799ca
Author: Jonathan Percival <jonathan.i.percival@gmail.com>
Date:   Thu Oct 5 13:28:25 2023 -0600

    --amend

commit d3f7b09
Author: Jonathan Percival <jonathan.i.percival@gmail.com>
Date:   Thu Oct 5 13:16:37 2023 -0600

    Rev to release version

commit 8057c70
Author: Justin McKelvy <60718638+Capt-Mac@users.noreply.github.com>
Date:   Wed Oct 4 10:32:11 2023 -0600

    Measure service subject reporttype bugs (#354)

    * fix reportType null bug, add subject & practitioner referenc to MR, practitionerGroup paramter, reporter param

    * add measureService tests for r4

    * spotless apply fixes

    * copy reportType setting from r4 to Dstu3 processor

    * revert defaulting logic for reportType, add check for null item in list for default reportType

    * remove commented out code, spotless apply edits

    ---------

    Co-authored-by: JP <jonathan.percival@smilecdr.com>

commit ad744bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 4 10:27:14 2023 -0600

    Bump pillow from 9.4.0 to 10.0.1 in /docs/src/doc (#355)

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.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@9.4.0...10.0.1)

    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 87434a4
Author: Jonathan Percival <jonathan.i.percival@gmail.com>
Date:   Mon Oct 2 22:15:46 2023 -0600

    More performance tweaks

commit 85e8933
Author: Jason Evans <jason.a.evans@gmail.com>
Date:   Mon Oct 2 21:50:01 2023 -0600

    KA issue 32 - optimize CQL for Lantana (#352)

    * Update GlycemicControlHypoglycemicInitialPopulation.cql

    * SupplementalDataElements changes

    * MATGlobalCommonFunctions R4 changes

    * MATGlobalCommonFunctions R3 changes

    * MATGlobalCommonFunctions QICore R4 changes

    * Fixes / optimizations

    * Revert non-CaseRepresentation content

    * Restore additional content

    ---------

    Co-authored-by: JP <jonathan.percival@smilecdr.com>
    Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com>

commit 4e7500e
Author: mdnazmulkarim <nazmul.karim@smilecdr.com>
Date:   Mon Oct 2 20:40:14 2023 -0600

    repository search by id (#353)

    * repository search by id

    * apply formatting

    * separate InMemory test

    * remove redundancy

    * search by id update

    * search by id update test

    * search by id update test script

    * reformat

    * Fix repository and tests

    * Fixes for repo api

    ---------

    Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com>
    Co-authored-by: JP <jonathan.percival@smilecdr.com>

commit a9af518
Author: mdnazmulkarim <nazmul.karim@smilecdr.com>
Date:   Mon Oct 2 10:42:24 2023 -0600

    add measure extension url publish pages (#349)

    * add measure extension url publish pages

    * apply formatting
JPercival added a commit that referenced this pull request Nov 19, 2023
* Experiment

* Codecov action

* Add jacoco to package profile

* Add ignored paths

* Fix test report uploads

* Squashed commit of the following:

commit af2db9a
Author: mdnazmulkarim <nazmul.karim@smilecdr.com>
Date:   Fri Oct 27 10:25:08 2023 -0600

    snapshot 3.0.0-PRE-10 (#371)

commit 0ff4f32
Author: JP <jonathan.percival@smilecdr.com>
Date:   Thu Oct 26 13:15:54 2023 -0600

    Update versions and fix build / test publication (#370)

commit b235356
Author: JP <jonathan.percival@smilecdr.com>
Date:   Fri Oct 20 10:42:06 2023 -0600

    Feature use new java extension (#364)

    * Swap to Java Platform Support extension for VS Code

    * Fix up pom

    * pom clean-up

    * Fix warnings

    * Fix formatting

    * Update java version and distribution

    * Add maven cache

    * Add implicit flag for benchmarks

commit 9790135
Author: Vitor Pamplona <vitor@vitorpamplona.com>
Date:   Mon Oct 16 15:35:08 2023 -0400

    Fixes crash on measure evaluate when subjectIds is null (#359)

    Fixes #358

commit 5b5414e
Author: Justin McKelvy <60718638+Capt-Mac@users.noreply.github.com>
Date:   Thu Oct 12 09:53:00 2023 -0600

    isolate getsubjects method in Measure Processor (#361)

    spotless apply

commit 0fe8e3a
Author: Jonathan Percival <jonathan.i.percival@gmail.com>
Date:   Thu Oct 5 14:36:08 2023 -0600

    Rev to PRE9 Snapshot

commit 4b799ca
Author: Jonathan Percival <jonathan.i.percival@gmail.com>
Date:   Thu Oct 5 13:28:25 2023 -0600

    --amend

commit d3f7b09
Author: Jonathan Percival <jonathan.i.percival@gmail.com>
Date:   Thu Oct 5 13:16:37 2023 -0600

    Rev to release version

commit 8057c70
Author: Justin McKelvy <60718638+Capt-Mac@users.noreply.github.com>
Date:   Wed Oct 4 10:32:11 2023 -0600

    Measure service subject reporttype bugs (#354)

    * fix reportType null bug, add subject & practitioner referenc to MR, practitionerGroup paramter, reporter param

    * add measureService tests for r4

    * spotless apply fixes

    * copy reportType setting from r4 to Dstu3 processor

    * revert defaulting logic for reportType, add check for null item in list for default reportType

    * remove commented out code, spotless apply edits

    ---------

    Co-authored-by: JP <jonathan.percival@smilecdr.com>

commit ad744bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 4 10:27:14 2023 -0600

    Bump pillow from 9.4.0 to 10.0.1 in /docs/src/doc (#355)

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.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@9.4.0...10.0.1)

    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 87434a4
Author: Jonathan Percival <jonathan.i.percival@gmail.com>
Date:   Mon Oct 2 22:15:46 2023 -0600

    More performance tweaks

commit 85e8933
Author: Jason Evans <jason.a.evans@gmail.com>
Date:   Mon Oct 2 21:50:01 2023 -0600

    KA issue 32 - optimize CQL for Lantana (#352)

    * Update GlycemicControlHypoglycemicInitialPopulation.cql

    * SupplementalDataElements changes

    * MATGlobalCommonFunctions R4 changes

    * MATGlobalCommonFunctions R3 changes

    * MATGlobalCommonFunctions QICore R4 changes

    * Fixes / optimizations

    * Revert non-CaseRepresentation content

    * Restore additional content

    ---------

    Co-authored-by: JP <jonathan.percival@smilecdr.com>
    Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com>

commit 4e7500e
Author: mdnazmulkarim <nazmul.karim@smilecdr.com>
Date:   Mon Oct 2 20:40:14 2023 -0600

    repository search by id (#353)

    * repository search by id

    * apply formatting

    * separate InMemory test

    * remove redundancy

    * search by id update

    * search by id update test

    * search by id update test script

    * reformat

    * Fix repository and tests

    * Fixes for repo api

    ---------

    Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com>
    Co-authored-by: JP <jonathan.percival@smilecdr.com>

commit a9af518
Author: mdnazmulkarim <nazmul.karim@smilecdr.com>
Date:   Mon Oct 2 10:42:24 2023 -0600

    add measure extension url publish pages (#349)

    * add measure extension url publish pages

    * apply formatting

* Revert "Squashed commit of the following:"

This reverts commit 5ef7c00.

* Fix paths

---------

Co-authored-by: Brenin Rhodes <brenin@alphora.com>
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.

None yet

1 participant