⬆️(dependencies) update python dependencies #1077
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.38.33
->==1.38.36
==1.85.0
->==1.86.0
==0.12.20
->==0.12.21
==6.1.1
->==6.2.1
==2.29.1
->==2.30.0
==2.32.0.20250602
->==2.32.4.20250611
Release Notes
boto/boto3 (boto3)
v1.38.36
Compare Source
=======
apigateway
: [botocore
] Documentation updates for Amazon API Gatewayapigatewayv2
: [botocore
] Documentation updates for Amazon API Gatewayconnectcampaignsv2
: [botocore
] Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIsecs
: [botocore
] This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service.emr-serverless
: [botocore
] This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response.iotfleetwise
: [botocore
] Add new status READY_FOR_CHECKIN used for vehicle synchronisationkms
: [botocore
] AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures.pcs
: [botocore
] Fixed regex patterns for ARN fields.v1.38.35
Compare Source
=======
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.eks
: [botocore
] Release for EKS Pod Identity Cross Account feature and disableSessionTags flag.lexv2-models
: [botocore
] Add support for the Assisted NLU feature to improve bot performancenetworkmanager
: [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.rds
: [botocore
] Updates Amazon RDS documentation for Amazon RDS for Db2 cross-Region replicas in standby mode.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.botocore
] Fixes a bug where instances of decimal.Decimal were unable to be passed into JSON serializationv1.38.34
Compare Source
=======
gameliftstreams
: [botocore
] Documentation updates for Amazon GameLift Streams to address formatting errors, correct resource ID examples, and update links to other guidesopenai/openai-python (openai)
v1.86.0
Compare Source
Full Changelog: v1.85.0...v1.86.0
Features
y-crdt/pycrdt (pycrdt)
v0.12.21
Compare Source
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:
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.
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.
This PR was generated by Mend Renovate. View the repository job log.