Lock file maintenance Python dependencies #568
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.34.152
->^1.34.159
0.0.19
->0.0.20
^0.0.19
->^0.0.20
^7.6.0
->^7.6.1
<=3.5.0.0
-><=3.5.2.0
^0.35.0
->^0.36.0
^0.5.6
->^0.5.7
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
boto/boto3 (boto3)
v1.34.159
Compare Source
========
compute-optimizer
: [botocore
] Doc only update for Compute Optimizer that fixes several customer-reported issues relating to ECS finding classificationsconfig
: [botocore
] Documentation update for the OrganizationConfigRuleName regex pattern.ec2
: [botocore
] This release adds new capabilities to manage On-Demand Capacity Reservations including the ability to split your reservation, move capacity between reservations, and modify the instance eligibility of your reservation.eks
: [botocore
] Added support for new AL2023 GPU AMIs to the supported AMITypes.groundstation
: [botocore
] Updating documentation for OEMEphemeris to link to AWS Ground Station User Guidemedialive
: [botocore
] AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex.sagemaker
: [botocore
] Releasing large data support as part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API for SageMaker Canvas.v1.34.158
Compare Source
========
cognito-idp
: [botocore
] Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration.connect
: [botocore
] This release supports adding RoutingCriteria via UpdateContactRoutingData public API.ssm
: [botocore
] Systems Manager doc-only updates for August 2024.v1.34.157
Compare Source
========
cognito-idp
: [botocore
] Added support for threat protection for custom authentication in Amazon Cognito user pools.connect
: [botocore
] This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile.ec2
: [botocore
] Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage.glue
: [botocore
] This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys.v1.34.156
Compare Source
========
appintegrations
: [botocore
] Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket.glue
: [botocore
] Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for.v1.34.155
Compare Source
========
bedrock-agent-runtime
: [botocore
] Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage.cognito-idp
: [botocore
] Advanced security feature updates to include password history and log export for Cognito user pools.cost-optimization-hub
: [botocore
] This release adds savings percentage support to the ListRecommendationSummaries API.workspaces
: [botocore
] Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcessbotocore
] Update awscrt version to 0.21.2v1.34.154
Compare Source
========
datazone
: [botocore
] This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers.ecr
: [botocore
] Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry.kinesis-video-webrtc-storage
: [botocore
] Add JoinStorageSessionAsViewer APIpi
: [botocore
] Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page.v1.34.153
Compare Source
========
cloudwatch
: [botocore
] Add v2 smoke tests and smithy smokeTests trait for SDK testing.kinesis
: [botocore
] Add v2 smoke tests and smithy smokeTests trait for SDK testing.resiliencehub
: [botocore
] Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents.route53
: [botocore
] Add v2 smoke tests and smithy smokeTests trait for SDK testing.waf-regional
: [botocore
] Add v2 smoke tests and smithy smokeTests trait for SDK testing.canonical/cos-lib (cosl)
v0.0.20
: Fix removeprefix for python3.8What's Changed
Full Changelog: canonical/cos-lib@0.0.19...0.0.20
nedbat/coveragepy (coverage)
v7.6.1
Compare Source
Fix: coverage used to fail when measuring code using :func:
runpy.run_path <python:runpy.run_path>
with a :class:Path <python:pathlib.Path>
argument.This is now fixed, thanks to
Ask Hjorth Larsen <pull 1819_>
_.Fix: backslashes preceding a multi-line backslashed string could confuse the
HTML report. This is now fixed, thanks to
LiuYinCarl <pull 1828_>
_.Now we publish wheels for Python 3.13, both regular and free-threaded.
.. _pull 1819:https://github.com/nedbat/coveragepy/pull/18199
.. _pull 1828https://github.com/nedbat/coveragepy/pull/182828
.. _changes_7-6-0:
juju/python-libjuju (juju)
v3.5.2.0
Compare Source
This is a 3.x track release. It's compatible with all the Juju controller versions up to 3.5.2.
What's Changed
Enhancements
Bug Fixes
New Contributors
Full Changelog: juju/python-libjuju@3.5.0.0...3.5.2.0
astral-sh/ruff (ruff)
v0.5.7
Compare Source
Preview features
flake8-comprehensions
] Account for list and set comprehensions inunnecessary-literal-within-tuple-call
(C409
) (#12657)flake8-pyi
] Add autofix forfuture-annotations-in-stub
(PYI044
) (#12676)flake8-return
] Avoid syntax error when auto-fixingRET505
with mixed indentation (space and tabs) (#12740)pydoclint
] Adddocstring-missing-yields
(DOC402
) anddocstring-extraneous-yields
(DOC403
) (#12538)pydoclint
] AvoidDOC201
if docstring begins with "Return", "Returns", "Yield", or "Yields" (#12675)pydoclint
] Deduplicate collected exceptions after traversing function bodies (DOC501
) (#12642)pydoclint
] IgnoreDOC
errors for stub functions (#12651)pydoclint
] Teach rules to understand reraised exceptions as being explicitly raised (DOC501
,DOC502
) (#12639)ruff
] Implementincorrectly-parenthesized-tuple-in-subscript
(RUF031
) (#12480)ruff
] MarkRUF023
fix as unsafe if__slots__
is not a set and the binding is used elsewhere (#12692)Rule changes
refurb
] Add autofix forimplicit-cwd
(FURB177
) (#12708)ruff
] Add autofix forzip-instead-of-pairwise
(RUF007
) (#12663)tryceratops
] AddBaseException
toraise-vanilla-class
rule (TRY002
) (#12620)Server
CLI
pyproject.toml
files (#12727)Bug fixes
flake8-async
] Fix false positives with multipleasync with
items (ASYNC100
) (#12643)flake8-bandit
] Avoid false-positives for list concatenations in SQL construction (S608
) (#12720)flake8-bugbear
] Treatreturn
as equivalent tobreak
(B909
) (#12646)flake8-comprehensions
] Set comprehensions not a violation forsum
inunnecessary-comprehension-in-call
(C419
) (#12691)flake8-simplify
] Parenthesize conditions based on precedence when merging if arms (SIM114
) (#12737)pydoclint
] Try both 'Raises' section styles when convention is unspecified (DOC501
) (#12649)Configuration
📅 Schedule: Branch creation - "after 1am and before 3am every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.