Skip to content

build(deps): bump pillow from 12.2.0 to 12.3.0 - #41

Merged
vkb1 merged 4 commits into
intel-retail:mainfrom
sathyendranv:main
Jul 22, 2026
Merged

build(deps): bump pillow from 12.2.0 to 12.3.0#41
vkb1 merged 4 commits into
intel-retail:mainfrom
sathyendranv:main

Conversation

@sathyendranv

Copy link
Copy Markdown
Contributor

PULL DESCRIPTION

Basic Info

Info Please fill out this column
Environment used (e.g. Ubuntu 20.04)
ROS Version (e.g. Foxy)
Ticket Link (e.g. https://jira.devtools.intel.com/browse/SL6-1100)

REFERENCES

Reference URL for issue tracking (JIRA/HSD/Github): <URL to be filled>

  • Added label to the Pull Request following the template: ISDM_<Complexity>*
    Note-1: Depending on complexity of code changes, use the suitable word for complexity: Low/Medium/High
    Example: PR for Slim boot loader project with medium complexity can have the label as: ISDM_Medium
  • Added label to the Pull Request for easier discoverability and search

CODE MAINTAINABILITY

  • Commit Message meets guidelines as indicated in the URL* -> defined in Contributing
  • Every commit is a single defect fix and does not mix feature addition or changes*
  • Added required tests -> Added required new tests relevant to the changes
    • PR contains URL links to functional tests executed with the new tests
  • Updated relevant documentation
  • Updated build steps/commands
  • PR change contains code related to security
  • PR introduces breaking change. (If YES, please provide description)
  • Specific instructions or information for code reviewers (If any):

Maintainer Mandatory (to be filled by PR Reviewer/Approving Maintainer)

  • Maintainer who approves the Pull Request for merge is required to mark the checklist below as appropriate for the PR change reviewed as key proof of attestation indicating reasons for merge.
  • Those checklist items which are not marked are considered as not applicable for the PR change.
  • Items marked with an asterisk suffix are mandatory items to check and if not marked will be treated as non-compliant pull requests by the maintainers for ISDM compliance.

QUALITY CHECKS

  • Architectural and Design Fit
  • Quality of code (At least one should be checked as applicable)*
    • Commit Message meets guidelines
    • PR changes adhere to industry practices and standards
    • Upstream expectations are met
    • Adopted domain specific coding standards
    • Error and exception code paths implemented correctly
    • Code reviewed for domain or language specific anti-patterns
    • Code is adequately commented
    • Code copyright is correct
    • Tracing output are minimized and logic
    • Confusing logic is explained in comments
    • Commit comment can be used to design a new test case for the changes
  • Test coverage shows adequate coverage with required CI functional tests pass on all supported platforms*
  • Static code scan report shows zero critical issues*

CODE REVIEW IMPACT

  • Summary of Defects Detected in Code Review: <%P1xx,P2xx,P3xx,P4xx%>
    Note P1/P2/P3/P4 denotes severity of defects found (Showstopper/High/Medium/Low) and xx denotes number of defects found

SECURITY CHECKS

Please check if your PR fulfills the following requirements:

  • Avoid checks that rely on the result of undefined C behavior.
    Instead, clarify the check condition using defined behaviors. Example: if (x > INT_MAX-100) instead of if (x + 100 < x)
  • Use safe arithmetic to avoid integer overflow.
  • Follow best practices when handling primitive data types
  • Follow security best practices when dealing with pointers
  • Avoid uncontrolled format strings
  • Prevent buffer overflow/underflow
  • Avoid unsafe functions
  • Configure minimal permissions when opening pipes and ports
  • Check contents within input structures are valid before use
  • All forms of input validated
  • Avoid inter-process race conditions
  • Error and exception handling implemented
  • Use keywords and #pragma to constrain gcc compiler optimization
  • Prevent compiler from optimizing out security checks

dependabot Bot and others added 4 commits July 22, 2026 08:47
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.3.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@12.2.0...12.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
…12.3.0

build(deps): bump pillow from 12.2.0 to 12.3.0 in /web-ui
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.3.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@12.2.0...12.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
…-12.3.0

build(deps): bump pillow from 12.2.0 to 12.3.0 in /aig/src
@vkb1
vkb1 merged commit 96cd6ec into intel-retail:main Jul 22, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants