Skip to content

chore(deps): bump pillow from 12.1.1 to 12.2.0 in /examples/example-ai-autogen#549

Merged
marandaneto merged 1 commit intomainfrom
dependabot/uv/examples/example-ai-autogen/pillow-12.2.0
May 5, 2026
Merged

chore(deps): bump pillow from 12.1.1 to 12.2.0 in /examples/example-ai-autogen#549
marandaneto merged 1 commit intomainfrom
dependabot/uv/examples/example-ai-autogen/pillow-12.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps pillow from 12.1.1 to 12.2.0.

Release notes

Sourced from pillow's releases.

12.2.0

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

Documentation

Dependencies

Testing

Other changes

... (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 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 12.1.1 to 12.2.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.1.1...12.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2026 21:57
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

posthog-python Compliance Report

Date: 2026-05-05 10:34:55 UTC
Duration: 4674226ms

⚠️ Some Tests Failed

29/45 tests passed, 16 failed


Capture Tests

29/29 tests passed

View Details
Test Status Duration
Format Validation.Event Has Required Fields 517ms
Format Validation.Event Has Uuid 1507ms
Format Validation.Event Has Lib Properties 1507ms
Format Validation.Distinct Id Is String 1507ms
Format Validation.Token Is Present 1507ms
Format Validation.Custom Properties Preserved 1507ms
Format Validation.Event Has Timestamp 1507ms
Retry Behavior.Retries On 503 9518ms
Retry Behavior.Does Not Retry On 400 3507ms
Retry Behavior.Does Not Retry On 401 3507ms
Retry Behavior.Respects Retry After Header 9514ms
Retry Behavior.Implements Backoff 23518ms
Retry Behavior.Retries On 500 7512ms
Retry Behavior.Retries On 502 7515ms
Retry Behavior.Retries On 504 7513ms
Retry Behavior.Max Retries Respected 23528ms
Deduplication.Generates Unique Uuids 1497ms
Deduplication.Preserves Uuid On Retry 7511ms
Deduplication.Preserves Uuid And Timestamp On Retry 14517ms
Deduplication.Preserves Uuid And Timestamp On Batch Retry 7517ms
Deduplication.No Duplicate Events In Batch 1503ms
Deduplication.Different Events Have Different Uuids 1507ms
Compression.Sends Gzip When Enabled 1507ms
Batch Format.Uses Proper Batch Structure 1507ms
Batch Format.Flush With No Events Sends Nothing 1005ms
Batch Format.Multiple Events Batched Together 1505ms
Error Handling.Does Not Retry On 403 3508ms
Error Handling.Does Not Retry On 413 3509ms
Error Handling.Retries On 408 7509ms

Feature_Flags Tests

⚠️ 0/16 tests passed, 16 failed

View Details
Test Status Duration
Request Payload.Request With Person Properties Device Id 509ms
Request Payload.Flags Request Uses V2 Query Param 300198ms
Request Payload.Flags Request Hits Flags Path Not Decide 301059ms
Request Payload.Flags Request Omits Authorization Header 300946ms
Request Payload.Token In Flags Body Matches Init 300968ms
Request Payload.Groups Round Trip 300991ms
Request Payload.Groups Default To Empty Object 301056ms
Request Payload.Person Properties Distinct Id Auto Populated When Caller Omits It 301030ms
Request Payload.Disable Geoip False Propagates As Geoip Disable False 301008ms
Request Payload.Disable Geoip Omitted Defaults To False 300999ms
Request Payload.Flag Keys To Evaluate Contains Only Requested Key 300988ms
Request Lifecycle.No Flags Request On Init Alone 301013ms
Request Lifecycle.No Flags Request On Normal Capture 300998ms
Request Lifecycle.Two Flag Calls Produce Two Remote Requests 300906ms
Request Lifecycle.Mock Response Value Is Returned To Caller 301095ms
Side Effect Events.Get Feature Flag Captures Feature Flag Called Event 300953ms

Failures

request_payload.request_with_person_properties_device_id

Field 'token' not found in /flags request body at path 'token'. Available keys: ['distinct_id', 'groups', 'person_properties', 'group_properties', 'geoip_disable', 'device_id', 'flag_keys_to_evaluate', 'sentAt', 'api_key']

request_payload.flags_request_uses_v2_query_param

No error message

request_payload.flags_request_hits_flags_path_not_decide

No error message

request_payload.flags_request_omits_authorization_header

No error message

request_payload.token_in_flags_body_matches_init

No error message

request_payload.groups_round_trip

No error message

request_payload.groups_default_to_empty_object

No error message

request_payload.person_properties_distinct_id_auto_populated_when_caller_omits_it

No error message

request_payload.disable_geoip_false_propagates_as_geoip_disable_false

No error message

request_payload.disable_geoip_omitted_defaults_to_false

No error message

request_payload.flag_keys_to_evaluate_contains_only_requested_key

No error message

request_lifecycle.no_flags_request_on_init_alone

No error message

request_lifecycle.no_flags_request_on_normal_capture

No error message

request_lifecycle.two_flag_calls_produce_two_remote_requests

No error message

request_lifecycle.mock_response_value_is_returned_to_caller

No error message

side_effect_events.get_feature_flag_captures_feature_flag_called_event

No error message

@marandaneto marandaneto closed this May 5, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 5, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/examples/example-ai-autogen/pillow-12.2.0 branch May 5, 2026 09:16
@marandaneto marandaneto restored the dependabot/uv/examples/example-ai-autogen/pillow-12.2.0 branch May 5, 2026 09:16
@marandaneto marandaneto reopened this May 5, 2026
@marandaneto marandaneto enabled auto-merge (squash) May 5, 2026 09:16
@marandaneto marandaneto merged commit 1871a9c into main May 5, 2026
43 of 45 checks passed
@marandaneto marandaneto deleted the dependabot/uv/examples/example-ai-autogen/pillow-12.2.0 branch May 5, 2026 09:20
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant