Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.38.33 -> ==1.38.36 age adoption passing confidence
openai ==1.85.0 -> ==1.86.0 age adoption passing confidence
pycrdt ==0.12.20 -> ==0.12.21 age adoption passing confidence
pytest-cov (changelog) ==6.1.1 -> ==6.2.1 age adoption passing confidence
sentry-sdk (changelog) ==2.29.1 -> ==2.30.0 age adoption passing confidence
types-requests (changelog) ==2.32.0.20250602 -> ==2.32.4.20250611 age adoption passing confidence

Release Notes

boto/boto3 (boto3)

v1.38.36

Compare Source

=======

  • api-change:apigateway: [botocore] Documentation updates for Amazon API Gateway
  • api-change:apigatewayv2: [botocore] Documentation updates for Amazon API Gateway
  • api-change:connectcampaignsv2: [botocore] Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs
  • api-change:ecs: [botocore] This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service.
  • api-change:emr-serverless: [botocore] This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response.
  • api-change:iotfleetwise: [botocore] Add new status READY_FOR_CHECKIN used for vehicle synchronisation
  • api-change:kms: [botocore] AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures.
  • api-change:pcs: [botocore] Fixed regex patterns for ARN fields.

v1.38.35

Compare Source

=======

  • api-change:controlcatalog: [botocore] Introduced ListControlMappings API that retrieves control mappings. Added control aliases and governed resources fields in GetControl and ListControls APIs. New filtering capability in ListControls API, with implementation identifiers and implementation types.
  • api-change:eks: [botocore] Release for EKS Pod Identity Cross Account feature and disableSessionTags flag.
  • api-change:lexv2-models: [botocore] Add support for the Assisted NLU feature to improve bot performance
  • api-change:networkmanager: [botocore] Add support for public DNS hostname resolution to private IP addresses across Cloud WAN-managed VPCs. Add support for security group referencing across Cloud WAN-managed VPCs.
  • api-change:rds: [botocore] Updates Amazon RDS documentation for Amazon RDS for Db2 cross-Region replicas in standby mode.
  • api-change:wafv2: [botocore] WAF now provides two DDoS protection options: resource-level monitoring for Application Load Balancers and the AWSManagedRulesAntiDDoSRuleSet managed rule group for CloudFront distributions.
  • bugfix:Serialization: [botocore] Fixes a bug where instances of decimal.Decimal were unable to be passed into JSON serialization

v1.38.34

Compare Source

=======

  • api-change:gameliftstreams: [botocore] Documentation updates for Amazon GameLift Streams to address formatting errors, correct resource ID examples, and update links to other guides
openai/openai-python (openai)

v1.86.0

Compare Source

Full Changelog: v1.85.0...v1.86.0

Features
  • api: Add o3-pro model IDs (d8dd80b)
y-crdt/pycrdt (pycrdt)

v0.12.21

Compare Source

  • Upgrade pyo3 to v0.25.1.
pytest-dev/pytest-cov (pytest-cov)

v6.2.1

Compare Source

  • Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.

  • Removed deprecated license classifier (packaging).

  • Disabled coverage warnings in two more situations where they have no value:

    • "module-not-measured" in workers
    • "already-imported" in subprocesses

v6.2.0

Compare Source

  • The plugin now adds 3 rules in the filter warnings configuration to prevent common coverage warnings being raised as obscure errors::

    default:unclosed database in <sqlite3.Connection object at:ResourceWarning
    once::PytestCovWarning
    once::CoverageWarning

    This fixes most of the bad interactions that are occurring on pytest 8.4 with filterwarnings=error.

    The plugin will check if there already matching rules for the 3 categories
    (ResourceWarning, PytestCovWarning, CoverageWarning) and message (unclosed database in <sqlite3.Connection object at) before adding the filters.

    This means you can have this in your pytest configuration for complete oblivion (not recommended, if that is not clear)::

    filterwarnings = [
    "error",
    "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning",
    "ignore::PytestCovWarning",
    "ignore::CoverageWarning",
    ]

getsentry/sentry-python (sentry-sdk)

v2.30.0

Compare Source

Various fixes & improvements
  • New beta feature: Sentry logs for Loguru (#​4445) by @​sentrivana

    We can now capture Loguru logs and send them to Sentry.

import sentry_sdk
from sentry_sdk.integrations.loguru import LoguruIntegration

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added automated Pull request created automatically dependencies Pull requests that update a dependency file noChangeLog labels Jun 16, 2025
@lunika lunika merged commit 080f855 into main Jun 16, 2025
20 of 21 checks passed
@lunika lunika deleted the renovate/python-dependencies branch June 16, 2025 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated Pull request created automatically dependencies Pull requests that update a dependency file noChangeLog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant