-
Notifications
You must be signed in to change notification settings - Fork 26
Lock file maintenance Python dependencies (main) #904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #904 +/- ##
=======================================
Coverage 74.63% 74.63%
=======================================
Files 13 13
Lines 3737 3737
Branches 550 550
=======================================
Hits 2789 2789
Misses 743 743
Partials 205 205 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
579949f
to
5d508ee
Compare
5255234
to
e218513
Compare
e218513
to
4496d75
Compare
4496d75
to
c20b9e2
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Added a second pyproject for the libs and formatted linting. |
* Update charmcraft.yaml build tools (#903) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update canonical/data-platform-workflows action to v31.0.1 (#902) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [DPE-6344] LDAP IV: Define pebble service (#897) * Update ghcr.io/canonical/charmed-postgresql:14.17-22.04_edge Docker digest to 5f8d51a (#908) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [DPE-6344] LDAP V: Define mapping option (#900) * Update charmcraft.yaml build tools (#912) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [DPE-6910] Remove duplicate parameters specification (#896) * Remove duplicate parameters specification Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> * Enable config test Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> * Fix linting Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> --------- Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> * [MISC] Conditional checksum calculation (#901) * Conditional checksum calculation * Converge s3 resource creation * Tactically deployed sleep * Early fail * Update charmcraft.yaml build tools (#916) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Create SECURITY.md (#914) * Update pull_request_template.md (#918) * [MISC] Add missing connection vars (#920) * Update README file's security section (#921) * Add empty lines after headings * Update security section * Update link to make it clear that's not GitHub issues * [DPE-6218] Static code analysis (#915) * Create actionlint.yaml * Create tiobe_scan.yaml * Add push event to trigger the workflow once * Install libpq-dev * Remove push event * Test adding unit venv to PATH * Test sourcing unit venv * Fix sourcing * Test installing dependencies * Activate virtual environment * Add poetry dependency * Fix TICS auth token variable * Move results to the right folder * Delete .github/actionlint.yaml * Install ops * Install dependencies through poetry * Install extra dependencies * Install dependencies from all groups * Remove unnecessary step * Remove permission * Remove push trigger * Add double quotes to environment variables Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> * Add push trigger * Remove push trigger Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> --------- Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> * Update dependency uv to v0.6.14 (#924) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Disable pgaudit (#931) * Lock file maintenance Python dependencies (main) (#904) * Lock file maintenance Python dependencies * Add a separate pyproj for libs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dragomir Penev <dragomir.penev@canonical.com> * [DPE-6344] Remove CA transferred check (#932) * [MISC] Don't set tls flag if relation isn't initialised (#933) * Don't set tls flag if relation isn't initialised * Unit test * Update dependency uv to v0.6.16 (#936) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Lock file maintenance Python dependencies (#937) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update ghcr.io/canonical/charmed-postgresql:14.17-22.04_edge Docker digest to 1d771d2 (#935) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sinclert Pérez <sinclert.perez@canonical.com> Co-authored-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> Co-authored-by: Andreia <andreia.velasco@canonical.com> Co-authored-by: Vladimir Izmalkov <48120135+izmalk@users.noreply.github.com>
* Update charmcraft.yaml build tools (#903) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update canonical/data-platform-workflows action to v31.0.1 (#902) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [DPE-6344] LDAP IV: Define pebble service (#897) * Update ghcr.io/canonical/charmed-postgresql:14.17-22.04_edge Docker digest to 5f8d51a (#908) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [DPE-6344] LDAP V: Define mapping option (#900) * Update charmcraft.yaml build tools (#912) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [DPE-6910] Remove duplicate parameters specification (#896) * Remove duplicate parameters specification Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> * Enable config test Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> * Fix linting Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> --------- Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> * [MISC] Conditional checksum calculation (#901) * Conditional checksum calculation * Converge s3 resource creation * Tactically deployed sleep * Early fail * Update charmcraft.yaml build tools (#916) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Create SECURITY.md (#914) * Update pull_request_template.md (#918) * [MISC] Add missing connection vars (#920) * Update README file's security section (#921) * Add empty lines after headings * Update security section * Update link to make it clear that's not GitHub issues * [DPE-6218] Static code analysis (#915) * Create actionlint.yaml * Create tiobe_scan.yaml * Add push event to trigger the workflow once * Install libpq-dev * Remove push event * Test adding unit venv to PATH * Test sourcing unit venv * Fix sourcing * Test installing dependencies * Activate virtual environment * Add poetry dependency * Fix TICS auth token variable * Move results to the right folder * Delete .github/actionlint.yaml * Install ops * Install dependencies through poetry * Install extra dependencies * Install dependencies from all groups * Remove unnecessary step * Remove permission * Remove push trigger * Add double quotes to environment variables Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> * Add push trigger * Remove push trigger Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> --------- Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> * Update dependency uv to v0.6.14 (#924) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Disable pgaudit (#931) * Lock file maintenance Python dependencies (main) (#904) * Lock file maintenance Python dependencies * Add a separate pyproj for libs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dragomir Penev <dragomir.penev@canonical.com> * [DPE-6344] Remove CA transferred check (#932) * [MISC] Don't set tls flag if relation isn't initialised (#933) * Don't set tls flag if relation isn't initialised * Unit test * Update dependency uv to v0.6.16 (#936) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Lock file maintenance Python dependencies (#937) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update ghcr.io/canonical/charmed-postgresql:14.17-22.04_edge Docker digest to 1d771d2 (#935) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [DPE-6664] Make username mandatory in set-password (#934) * Make username mandatory * Default in get_password * Lock file maintenance Python dependencies (#944) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Mandatory scope (#947) * Lock file maintenance Python dependencies (#949) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update charmcraft.yaml build tools (#948) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [DPE-6344] Persist transferred certificates upon start (#953) * [MISC] Extend relation-user listing syntax (#957) --------- Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sinclert Pérez <sinclert.perez@canonical.com> Co-authored-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com> Co-authored-by: Andreia <andreia.velasco@canonical.com> Co-authored-by: Vladimir Izmalkov <48120135+izmalk@users.noreply.github.com>
This PR contains the following updates:
^2.13.5
->^2.14.0
^1.37.22
->^1.37.37
0.0.55
->0.0.57
^7.6.12
->^7.8.0
44.0.1
->44.0.2
^3.1.5
->^3.1.6
<=3.6.1.0
-><=3.6.1.1
2.18.1
->2.20.0
^2.18.1
->^2.20.0
2.1.1
->2.1.2
^8.3.4
->^8.3.5
^8.3.4
->^8.3.5
^0.40.0
->^0.42.0
^0.9.6
->^0.11.6
^9.0.0
->^9.1.2
^9.0.0
->^9.1.2
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
allure-framework/allure-python (allure-pytest)
v2.14.0
Compare Source
🚀 New Features
@allure.title
(implements #737 via #845) - @delatrie--allure-link-pattern
CLI argument. The syntax is similar toallure-pytest
(via #845) - @delatrieallure
andallure_commons
packages (implements #731 via #850) - @delatrieallure.step
(implements #759 and #828 # via #830) - @starod00m🔬 Improvements
🐞 Bug Fixes
allure.attachment_type.SVG
(#840; fixed via #841) - @harmin-parra⬆️ Dependency Updates
📖 Documentation improvements
👻 Internal changes
👀 Links
Commits since 2.13.5
boto/boto3 (boto3)
v1.37.37
Compare Source
=======
qconnect
: [botocore
] This release adds support for the following capabilities: Chunking generative answer replies from Amazon Q in Connect. Integration support for the use of additional LLM models with Amazon Q in Connect.sagemaker
: [botocore
] This release adds a new Neuron driver option in InferenceAmiVersion parameter for ProductionVariant. Additionally, it adds support for fetching model lifecycle status in the ListModelPackages API. Users can now use this API to view the lifecycle stage of models that have been shared with them.service-quotas
: [botocore
] Add new optional SupportCaseAllowed query parameter to the RequestServiceQuotaIncrease APIv1.37.36
Compare Source
=======
accessanalyzer
: [botocore
] Added new resource types to evaluate for public access in resource policies and added support for S3 directory bucket access points.amp
: [botocore
] Add Workspace Configuration APIs for Amazon Prometheusautoscaling
: [botocore
] Doc only update for EC2 Auto Scaling.bedrock
: [botocore
] With this release, Bedrock Evaluation will now support custom metrics for evaluation.connect
: [botocore
] This release adds following capabilities to Contact Lens Rules APIs 1/ 'ASSIGN_SLA' action and '$.Case.TemplateId' comparison value for 'OnCaseCreate' and 'OnCaseUpdate' event sources 2/ 'OnSlaBreach' Cases event source which supports '$.RelatedItem.SlaConfiguration.Name' comparison valueecs
: [botocore
] Adds a new AccountSetting - defaultLogDriverMode for ECS.iotfleetwise
: [botocore
] We've added stricter parameter validations to AWS IoT FleetWise signal catalog, model manifest, and decoder manifest APIs.memorydb
: [botocore
] Added support for IPv6 and dual stack for Valkey and Redis clusters. Customers can now launch new Valkey and Redis clusters with IPv6 and dual stack networking support.omics
: [botocore
] Add versioning for HealthOmics workflowsv1.37.35
Compare Source
=======
connectcases
: [botocore
] This feature provides capabilities to help track and meet service level agreements (SLAs) on cases programmatically. It allows configuring a new related item of typeSla
on a case using CreateRelatedItem API and provides the ability to search for this new related item using SearchRelatedItems API.dsql
: [botocore
] Added GetClusterEndpointService API. The new API allows retrieving endpoint service name specific to a cluster.eks
: [botocore
] Added support for new AL2023 ARM64 NVIDIA AMIs to the supported AMITypes.events
: [botocore
] Adding support for KmsKeyIdentifer in CreateConnection, UpdateConnection and DescribeConnection APIsresource-groups
: [botocore
] Resource Groups: TagSyncTasks can be created with ResourceQuerys3tables
: [botocore
] S3 Tables now supports setting encryption configurations on table buckets and tables. Encryption configurations can use server side encryption using AES256 or KMS customer-managed keys.servicecatalog
: [botocore
] Updated default value for the access-level-filter in SearchProvisionedProducts API to Account. For access to userLevel or roleLevel, the user must provide access-level-filter parameter.v1.37.34
Compare Source
=======
entityresolution
: [botocore
] This is to add new metrics to our GetIdMappingJob API and also update uniqueId naming for batchDeleteUniqueIds API to be more accuratetaxsettings
: [botocore
] Indonesia SOR Tax Registration Launchv1.37.33
Compare Source
=======
connect-contact-lens
: [botocore
] Making sentiment optional for ListRealtimeContactAnalysisSegments Response depending on conversational analytics configurationdatazone
: [botocore
] Raise hard limit of authorized principals per SubscriptionTarget from 10 to 20.detective
: [botocore
] Add support for Detective DualStack endpointsdynamodb
: [botocore
] Doc only update for API descriptions.marketplace-entitlement
: [botocore
] Add support for Marketplace Entitlement Service dual-stack endpoints for CN and GOV regionsmeteringmarketplace
: [botocore
] Add support for Marketplace Metering Service dual-stack endpoints for CN regionspcs
: [botocore
] Changed the minimum length of clusterIdentifier, computeNodeGroupIdentifier, and queueIdentifier to 3.verifiedpermissions
: [botocore
] Adds deletion protection support to policy stores. Deletion protection is disabled by default, can be enabled via the CreatePolicyStore or UpdatePolicyStore APIs, and is visible in GetPolicyStore.download_fileobj
: Fileobj provided in append mode will no longer allow concurrent writes to preserve data integrity.v1.37.32
Compare Source
=======
application-autoscaling
: [botocore
] Application Auto Scaling now supports horizontal scaling for Elasticache Memcached self-designed clusters using target tracking scaling policies and scheduled scaling.elasticache
: [botocore
] AWS ElastiCache SDK now supports using MemcachedUpgradeConfig parameter with ModifyCacheCluster API to enable updating Memcached cache node types. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage and implementation.m2
: [botocore
] Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications.medialive
: [botocore
] AWS Elemental MediaLive / Features : Add support for CMAF Ingest CaptionLanguageMappings, TimedMetadataId3 settings, and Link InputResolution.qbusiness
: [botocore
] Adds functionality to enable/disable a new Q Business Hallucination Reduction feature. If enabled, Q Business will detect and attempt to remove Hallucinations from certain Chat requests.quicksight
: [botocore
] Add support to analysis and sheet level highlighting in QuickSight.v1.37.31
Compare Source
=======
controlcatalog
: [botocore
] The GetControl API now surfaces a control's Severity, CreateTime, and Identifier for a control's Implementation. The ListControls API now surfaces a control's Behavior, Severity, CreateTime, and Identifier for a control's Implementation.dynamodb
: [botocore
] Documentation update for secondary indexes and Create_Table.glue
: [botocore
] The TableOptimizer APIs in AWS Glue now return the DpuHours field in each TableOptimizerRun, providing clients visibility to the DPU-hours used for billing in managed Apache Iceberg table compaction optimization.groundstation
: [botocore
] Support tagging Agents and adjust input field validationstransfer
: [botocore
] This launch includes 2 enhancements to SFTP connectors user-experience: 1) Customers can self-serve concurrent connections setting for their connectors, and 2) Customers can discover the public host key of remote servers using their SFTP connectors.v1.37.30
Compare Source
=======
bedrock-runtime
: [botocore
] This release introduces our latest bedrock runtime API, InvokeModelWithBidirectionalStream. The API supports both input and output streams and is supported by only HTTP2.0.ce
: [botocore
] This release supports Pagination traits on Cost Anomaly Detection APIs.cost-optimization-hub
: [botocore
] This release adds resource type "MemoryDbReservedInstances" and resource type "DynamoDbReservedCapacity" to the GetRecommendation, ListRecommendations, and ListRecommendationSummaries APIs to support new MemoryDB and DynamoDB RI recommendations.iotfleetwise
: [botocore
] This release adds the option to update the strategy of state templates already associated to a vehicle, without the need to remove and re-add them.securityhub
: [botocore
] Documentation updates for AWS Security Hub.storagegateway
: [botocore
] Added new ActiveDirectoryStatus value, ListCacheReports paginator, and support for longer pagination tokens.taxsettings
: [botocore
] Uzbekistan Launch on TaxSettings Pagev1.37.29
Compare Source
=======
bedrock
: [botocore
] New options for how to handle harmful content detected by Amazon Bedrock Guardrails.bedrock-runtime
: [botocore
] New options for how to handle harmful content detected by Amazon Bedrock Guardrails.codebuild
: [botocore
] AWS CodeBuild now offers an enhanced debugging experience.glue
: [botocore
] Add input validations for multiple Glue APIsmedialive
: [botocore
] AWS Elemental MediaLive now supports SDI inputs to MediaLive Anywhere Channels in workflows that use AWS SDKs.personalize
: [botocore
] Add support for eventsConfig for CreateSolution, UpdateSolution, DescribeSolution, DescribeSolutionVersion. Add support for GetSolutionMetrics to return weighted NDCG metrics when eventsConfig is enabled for the solution.transfer
: [botocore
] This launch enables customers to manage contents of their remote directories, by deleting old files or moving files to archive folders in remote servers once they have been retrieved. Customers will be able to automate the process using event-driven architecture.v1.37.28
Compare Source
=======
ds-data
: [botocore
] Doc only update - fixed broken links.ec2
: [botocore
] Doc-only updates for Amazon EC2events
: [botocore
] Amazon EventBridge adds support for customer-managed keys on Archives and validations for two fields: eventSourceArn and kmsKeyIdentifier.s3control
: [botocore
] Updated max size of Prefixes parameter of Scope data type.v1.37.27
Compare Source
=======
bedrock-agent
: [botocore
] Added optional "customMetadataField" for Amazon Aurora knowledge bases, allowing single-column metadata. Also added optional "textIndexName" for MongoDB Atlas knowledge bases, enabling hybrid search support.chime-sdk-voice
: [botocore
] Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Addressmailmanager
: [botocore
] Add support for Dual_Stack and PrivateLink types of IngressPoint. For configuration requests, SES Mail Manager will now accept both IPv4/IPv6 dual-stack endpoints and AWS PrivateLink VPC endpoints for email receiving.opensearch
: [botocore
] Improve descriptions for various API commands and data types.route53
: [botocore
] Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets.sagemaker
: [botocore
] Adds support for i3en, m7i, r7i instance types for SageMaker Hyperpodsesv2
: [botocore
] This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs.transcribe
: [botocore
] This Feature Adds Support for the "zh-HK" Locale for Batch Operationsbotocore
] The event streams maximum payload size is now required to be 24Mb or less.v1.37.26
Compare Source
=======
application-signals
: [botocore
] Application Signals now supports creating Service Level Objectives on service dependencies. Users can now create or update SLOs on discovered service dependencies to monitor their standard application metrics.codebuild
: [botocore
] This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironmentecr
: [botocore
] Fix for customer issues related to AWS account ID and size limitation for token.ecs
: [botocore
] This is an Amazon ECS documentation only update to address various tickets.lexv2-models
: [botocore
] Release feature of errorlogging for lex bot, customer can config this feature in bot version to generate log for error exception which helps debugmedialive
: [botocore
] Added support for SMPTE 2110 inputs when running a channel in a MediaLive Anywhere cluster. This feature enables ingestion of SMPTE 2110-compliant video, audio, and ancillary streams by reading SDP files that AWS Elemental MediaLive can retrieve from a network source.v1.37.25
Compare Source
=======
cleanrooms
: [botocore
] This release adds support for updating the analytics engine of a collaboration.sagemaker
: [botocore
] Added tagging support for SageMaker notebook instance lifecycle configurationsv1.37.24
Compare Source
=======
bedrock-runtime
: [botocore
] Add Prompt Caching support to Converse and ConverseStream APIsdeadline
: [botocore
] With this release you can use a new field to specify the search term match type. Search term match types currently support fuzzy and contains matching.ec2
: [botocore
] Release VPC Route Server, a new feature allowing dynamic routing in VPCs.eks
: [botocore
] Add support for updating RemoteNetworkConfig for hybrid nodes on EKS UpdateClusterConfig APImarketplace-entitlement
: [botocore
] Add support for Marketplace Entitlement Service dual-stack endpoints.outposts
: [botocore
] Enabling Asset Level Capacity Management feature, which allows customers to create a Capacity Task for a single Asset on their active Outpost.s3
: [botocore
] Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zoness3control
: [botocore
] Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zonessesv2
: [botocore
] Add dual-stack support to global endpoints.transfer
: [botocore
] Add WebAppEndpointPolicy support for WebAppsv1.37.23
Compare Source
=======
apigateway
: [botocore
] Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.apigatewayv2
: [botocore
] Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.bedrock-runtime
: [botocore
] Launching Multi-modality Content Filter for Amazon Bedrock Guardrails.codebuild
: [botocore
] This release adds support for cacheNamespace in ProjectCacheecs
: [botocore
] This is an Amazon ECS documentation only release that addresses tickets.meteringmarketplace
: [botocore
] Add support for Marketplace Metering Service dual-stack endpoints.networkmanager
: [botocore
] Add support for NetworkManager Dualstack endpoints.payment-cryptography
: [botocore
] The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges.quicksight
: [botocore
] RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source.sagemaker
: [botocore
] TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extensioncanonical/cos-lib (cosl)
v0.0.57
Compare Source
Surface an otherwise hard-to-spot issue, where the ingress is handing the coordinated workers an HTTPS endpoint, but the coordinator and workers themselves don't have a certificates relation.
Workers and coordinator now set blocked on TLS misconfiguration.
What's Changed
test-distributed-charms
CI workflow by @michaeldmitry in https://github.com/canonical/cos-lib/pull/134Full Changelog: canonical/cos-lib@0.0.56...0.0.57
v0.0.56
Compare Source
What's Changed
Full Changelog: canonical/cos-lib@0.0.55...0.0.56
nedbat/coveragepy (coverage)
v7.8.0
Compare Source
Added a new
source_dirs
setting for symmetry with the existingsource_pkgs
setting. It's preferable to the existingsource
setting,because you'll get a clear error when directories don't exist. Fixes
issue 1942
. Thanks,Jeremy Fleischman <pull 1943_>
.Fix: the PYTHONSAFEPATH environment variable new in Python 3.11 is properly
supported, closing
issue 1696
. Thanks,Philipp A. <pull 1700_>
. Thisworks properly except for a detail when using the
coverage
command onWindows. There you can use
python -m coverage
instead if you need exactemulation.
.. _issue 1696:https://github.com/nedbat/coveragepy/issues/16966
.. _pull 1700https://github.com/nedbat/coveragepy/pull/170000
.. _issue 194https://github.com/nedbat/coveragepy/issues/1942942
.. _pull 19https://github.com/nedbat/coveragepy/pull/19431943
.. _changes_7-7-1:
v7.7.1
Compare Source
test!
.. _changes_7-7-0:
v7.7.0
Compare Source
The Coverage object has a new method, :meth:
.Coverage.branch_stats
forgetting simple branch information for a module. Closes
issue 1888
_.The :class:
Coverage constructor<.Coverage>
now has aplugins
parameterfor passing in plugin objects directly, thanks to
Alex Gaynor <pull 1919_>
_.Many constant tests in if statements are now recognized as being optimized
away. For example, previously
if 13:
would have been considered a branchwith one path not taken. Now it is understood as always true and no coverage
is missing.
The experimental sys.monitoring support now works for branch coverage if you
are using Python 3.14.0 alpha 6 or newer. This should reduce the overhead
coverage.py imposes on your test suite. Set the environment variable
COVERAGE_CORE=sysmon
to try it out.Confirmed support for PyPy 3.11. Thanks Michał Górny.
.. _issue 1888:https://github.com/nedbat/coveragepy/issues/18888
.. _pull 1919https://github.com/nedbat/coveragepy/pull/191919
.. _changes_7-6-12:
pyca/cryptography (cryptography)
v44.0.2
Compare Source
juju/python-libjuju (juju)
v3.6.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: juju/python-libjuju@3.6.1.0...3.6.1.1
canonical/operator (ops)
v2.20.0
Compare Source
Features
remove_revision()
method toSecretRemoveEvent
andSecretExpiredEvent
(#1624)Relation.remote_model
property (#1610)RelationDataContent.update
(#1586)CharmMeta
(#1648)testing.Container
match the plan (#1630)ops.testing.State
components are less mutable (#1617)Fixes
Documentation
ops.testing.Container
(#1637)CI
v2.19.4
: ops 2.19.4 and ops-scenario 7.19.4 Synchronise ops and ops-scenario versionsCompare Source
No changes since 2.19.3 and 7.19.3. This is to push packages to PyPI only.
Full Changelog: canonical/operator@2.19.3...2.19.4
v2.19.0
Compare Source
Features
Documentation
CI
python-poetry/poetry-core (poetry-core)
v2.1.2
Compare Source
Changed
Fixed
#846).
extra
markers were not simplified (#842,#845,
#847).
python_version
markers was not recognized as empty (#849).python_version
markers were not simplified (#848,#851).
pytest-dev/pytest (pytest)
v8.3.5
Compare Source
pytest 8.3.5 (2025-03-02)
Bug fixes
-vv
verbosity.libedit
build of Python, such as on macOS or with uv-managed Python binaries from thepython-build-standalone
project. This could manifest e.g. by a broken prompt when usingPdb
, or seeing empty inputs with manual usage ofinput()
and suspended capturing.AttributeError
{.interpreted-text role="class"} crash when using--import-mode=importlib
when top-level directory same name as another module of the standard library.--import-mode=importlib
, a directory containing py file with the same name would cause anImportError
Improved documentation
#12842: Added dedicated page about using types with pytest.
See
types
{.interpreted-text role="ref"} for detailed usage.Contributor-facing changes
test_terminal.py
with Pygments >= 2.19.0when building Sphinx docs -- by
webknjaz
{.interpreted-text role="user"}.charmed-kubernetes/pytest-operator (pytest-operator)
v0.42.0
Compare Source
v0.41.0
What's Changed
Full Changelog: charmed-kubernetes/pytest-operator@v0.39.0...v0.41.0
astral-sh/ruff (ruff)
v0.11.6
Compare Source
Preview features
airflow
] ExtractAIR311
fromAIR301
rules (AIR301
,AIR311
) (#17310, #17422)Bug fixes
\
is at end of file (#17409)v0.11.5
Compare Source
Preview features
airflow
] Add missingAIR302
attribute check (#17115)airflow
] Expand module path check to individual symbols (AIR302
) (#17278)airflow
] ExtractAIR312
fromAIR302
rules (AIR302
,AIR312
) (#17152)airflow
] Update oudatedAIR301
,AIR302
rules (#17123)await
(#17282)Bug fixes
flake8-pie
] Avoid false positive for multiple assignment withauto()
(PIE796
) (#17274)Rule changes
ruff
] FixRUF100
to detect unused file-levelnoqa
directives with specific codes (#17042) (#17061)flake8-pytest-style
] Avoid false positive for legacy form ofpytest.raises
(PT011
) (#17231)Documentation
v0.11.4
Compare Source
Preview features
ruff
] Implementinvalid-rule-code
asRUF102
(#17138)match
mapping patterns (#17129)match
class patterns (#17186)Bug fixes
match
patterns (#17184)typing.Annotated
subscripts (#17201)v0.11.3
Compare Source
Preview features
airflow
] Add more autofixes forAIR302
(#16876, #16977, #16976, #16965)airflow
] MoveAIR301
toAIR002
(#16978)airflow
] MoveAIR302
toAIR301
andAIR303
toAIR302
([#17151](https://redirect.github.com/astral-sh/Configuration
📅 Schedule: Branch creation - Between 01:00 AM and 05:59 AM, only on Tuesday ( * 1-5 * * 2 ) 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.