openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
106 stars 24 forks source link

⬆️(dependencies) update python dependencies #2586

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
PyMuPDF (changelog) ==1.24.2 -> ==1.24.5 age adoption passing confidence
black (changelog) ==24.4.1 -> ==24.4.2 age adoption passing confidence
boto3 ==1.34.91 -> ==1.34.122 age adoption passing confidence
cryptography (changelog) ==42.0.5 -> ==42.0.8 age adoption passing confidence
dj-database-url (changelog) ==2.1.0 -> ==2.2.0 age adoption passing confidence
django-safedelete ==1.3.3 -> ==1.4.0 age adoption passing confidence
django-storages (changelog) ==1.14.2 -> ==1.14.3 age adoption passing confidence
ipython ==8.23.0 -> ==8.25.0 age adoption passing confidence
lxml (source, changelog) ==5.2.1 -> ==5.2.2 age adoption passing confidence
playwright (changelog) ==1.43.0 -> ==1.44.0 age adoption passing confidence
psycopg (source, changelog) ==3.1.18 -> ==3.1.19 age adoption passing confidence
pycaption (changelog) ==2.2.6 -> ==2.2.11 age adoption passing confidence
pylint (changelog) ==3.1.0 -> ==3.2.3 age adoption passing confidence
pytest-playwright ==0.4.4 -> ==0.5.0 age adoption passing confidence
requests (source, changelog) ==2.31.0 -> ==2.32.3 age adoption passing confidence
responses (changelog) ==0.25.0 -> ==0.25.2 age adoption passing confidence
sentry-sdk (changelog) ==2.0.0 -> ==2.5.1 age adoption passing confidence
uvicorn (changelog) ==0.29.0 -> ==0.30.1 age adoption passing confidence

Release Notes

pymupdf/pymupdf (PyMuPDF) ### [`v1.24.5`](https://togithub.com/pymupdf/PyMuPDF/releases/tag/1.24.5): PyMuPDF-1.24.5 released [Compare Source](https://togithub.com/pymupdf/pymupdf/compare/1.24.4...1.24.5) PyMuPDF-1.24.5 has been released. Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example: python -m pip install --upgrade pymupdf \[Linux-aarch64 wheels will be built and uploaded later.] **Changes in version 1.24.5 (2024-05-30)** - Fixed issues: - **Fixed** [#​3479](https://togithub.com/pymupdf/pymupdf/issues/3479) - **Fixed** [#​3488](https://togithub.com/pymupdf/pymupdf/issues/3488) - Other: - Some more fixes to use MuPDF floating formatting. - Removed/disabled some unnecessary diagnostics. - Fixed utils.do_links() crash. - Experimental new functions `pymupdf.apply_pages()` and `pymupdf.get_text()`. - Addresses wrong label generation for label styles "a" and "A". ### [`v1.24.4`](https://togithub.com/pymupdf/PyMuPDF/releases/tag/1.24.4): PyMuPDF-1.24.4 released [Compare Source](https://togithub.com/pymupdf/pymupdf/compare/1.24.3...1.24.4) PyMuPDF-1.24.4 has been released. Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example: python -m pip install --upgrade pymupdf \[Linux-aarch64 wheels will be built and uploaded later.] **Changes in version 1.24.4 (2024-05-16)** - **Fixed** [#​3418](https://togithub.com/pymupdf/pymupdf/issues/3418) - Other: - Fixed sysinstall test failing to remove all of prior installation before new install. - Fixed `utils.do_links()` crash. - Correct `TextPage` creation Code. - Unified various diagnostics. - Fix bug in `page_merge()`. ### [`v1.24.3`](https://togithub.com/pymupdf/PyMuPDF/releases/tag/1.24.3): PyMuPDF-1.24.3 released [Compare Source](https://togithub.com/pymupdf/pymupdf/compare/1.24.2...1.24.3) PyMuPDF-1.24.3 has been released. Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example: python -m pip install --upgrade pymupdf \[Linux-aarch64 wheels will be built and uploaded later.] **Changes in version 1.24.3 (2024-05-09)** - The Python module is now called `pymupdf`. `fitz` is still supported for backwards compatibility. - Use MuPDF-1.24.2. - Fixed issues: - **Fixed** [#​3357](https://togithub.com/pymupdf/pymupdf/issues/3357) - **Fixed** [#​3376](https://togithub.com/pymupdf/pymupdf/issues/3376) - **Fixed** [#​3379](https://togithub.com/pymupdf/pymupdf/issues/3379) - **Fixed** [#​3381](https://togithub.com/pymupdf/pymupdf/issues/3381) - **Fixed** [#​3402](https://togithub.com/pymupdf/pymupdf/issues/3402) - **Fixed** [#​3414](https://togithub.com/pymupdf/pymupdf/issues/3414) - **Fixed** [#​3430](https://togithub.com/pymupdf/pymupdf/issues/3430) - Other: - New/modified methods: - `Page.remove_rotation()`: new, set page rotation to zero while keeping appearance. - Fixed some problems when checking for PDF properties. - Fixed pip builds from sdist (see discussion [#​3360](https://togithub.com/pymupdf/pymupdf/issues/3360)).
psf/black (black) ### [`v24.4.2`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2442) [Compare Source](https://togithub.com/psf/black/compare/24.4.1...24.4.2) This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1. ##### Parser - Fix regression where certain complex f-strings failed to parse ([#​4332](https://togithub.com/psf/black/issues/4332)) ##### Performance - Fix bad performance on certain complex string literals ([#​4331](https://togithub.com/psf/black/issues/4331))
boto/boto3 (boto3) ### [`v1.34.122`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134122) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.121...1.34.122) \======== - api-change:`auditmanager`: \[`botocore`] New feature: common controls. When creating custom controls, you can now use pre-grouped AWS data sources based on common compliance themes. Also, the awsServices parameter is deprecated because we now manage services in scope for you. If used, the input is ignored and an empty list is returned. - api-change:`b2bi`: \[`botocore`] Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership. - api-change:`codepipeline`: \[`botocore`] CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides. - api-change:`sagemaker`: \[`botocore`] This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant. - api-change:`verifiedpermissions`: \[`botocore`] This release adds OpenIdConnect (OIDC) configuration support for IdentitySources, allowing for external IDPs to be used in authorization requests. ### [`v1.34.121`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134121) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.120...1.34.121) \======== - api-change:`account`: \[`botocore`] This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization. - api-change:`alexaforbusiness`: \[`botocore`] The alexaforbusiness client has been removed following the deprecation of the service. - api-change:`firehose`: \[`botocore`] Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations - api-change:`fsx`: \[`botocore`] This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent\_2 file systems or by updating it on demand. - api-change:`glue`: \[`botocore`] This release adds support for creating and updating Glue Data Catalog Views. - api-change:`honeycode`: \[`botocore`] The honeycode client has been removed following the deprecation of the service. - api-change:`iotwireless`: \[`botocore`] Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one. - api-change:`location`: \[`botocore`] Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields. - api-change:`sns`: \[`botocore`] Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates. - api-change:`sqs`: \[`botocore`] Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications. - api-change:`storagegateway`: \[`botocore`] Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy. - enhancement:AWSCRT: \[`botocore`] Update awscrt version to 0.20.11 ### [`v1.34.120`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134120) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.119...1.34.120) \======== - api-change:`globalaccelerator`: \[`botocore`] This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input. - api-change:`glue`: \[`botocore`] AWS Glue now supports native SaaS connectivity: Salesforce connector available now - api-change:`s3`: \[`botocore`] Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality. ### [`v1.34.119`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134119) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.118...1.34.119) \======== - api-change:`ec2`: \[`botocore`] U7i instances with up to 32 TiB of DDR5 memory and 896 vCPUs are now available. C7i-flex instances are launched and are lower-priced variants of the Amazon EC2 C7i instances that offer a baseline level of CPU performance with the ability to scale up to the full compute performance 95% of the time. - api-change:`pipes`: \[`botocore`] This release adds Timestream for LiveAnalytics as a supported target in EventBridge Pipes - api-change:`sagemaker`: \[`botocore`] Extend DescribeClusterNode response with private DNS hostname and IP address, and placement information about availability zone and availability zone ID. - api-change:`taxsettings`: \[`botocore`] Initial release of AWS Tax Settings API ### [`v1.34.118`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134118) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.117...1.34.118) \======== - api-change:`amplify`: \[`botocore`] This doc-only update identifies fields that are specific to Gen 1 and Gen 2 applications. - api-change:`batch`: \[`botocore`] This release adds support for the AWS Batch GetJobQueueSnapshot API operation. - api-change:`eks`: \[`botocore`] Adds support for EKS add-ons pod identity associations integration - api-change:`iottwinmaker`: \[`botocore`] Support RESET_VALUE UpdateType for PropertyUpdates to reset property value to default or null ### [`v1.34.117`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134117) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.116...1.34.117) \======== - api-change:`codebuild`: \[`botocore`] AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise - api-change:`codeguru-security`: \[`botocore`] This release includes minor model updates and documentation updates. - api-change:`elasticache`: \[`botocore`] Update to attributes of TestFailover and minor revisions. - api-change:`launch-wizard`: \[`botocore`] This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations. ### [`v1.34.116`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134116) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.115...1.34.116) \======== - api-change:`acm`: \[`botocore`] add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`bedrock-agent`: \[`botocore`] With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. - api-change:`bedrock-runtime`: \[`botocore`] This release adds Converse and ConverseStream APIs to Bedrock Runtime - api-change:`cloudtrail`: \[`botocore`] CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. - api-change:`connect`: \[`botocore`] Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API - api-change:`emr-serverless`: \[`botocore`] The release adds support for spark structured streaming. - api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation for Aurora Postgres DBname. - api-change:`sagemaker`: \[`botocore`] Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. ### [`v1.34.115`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134115) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.114...1.34.115) \======== - api-change:`athena`: \[`botocore`] Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\` - api-change:`codebuild`: \[`botocore`] AWS CodeBuild now supports manually creating GitHub webhooks - api-change:`connect`: \[`botocore`] This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect. - api-change:`glue`: \[`botocore`] Add optional field JobMode to CreateJob and UpdateJob APIs. - api-change:`securityhub`: \[`botocore`] Add ROOT type for TargetType model ### [`v1.34.114`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134114) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.113...1.34.114) \======== - api-change:`dynamodb`: \[`botocore`] Doc-only update for DynamoDB. Specified the IAM actions needed to authorize a user to create a table with a resource-based policy. - api-change:`ec2`: \[`botocore`] Providing support to accept BgpAsnExtended attribute - api-change:`kafka`: \[`botocore`] Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK - api-change:`swf`: \[`botocore`] This release adds new APIs for deleting activity type and workflow type resources. ### [`v1.34.113`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134113) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.112...1.34.113) \======== - api-change:`dynamodb`: \[`botocore`] Documentation only updates for DynamoDB. - api-change:`iotfleetwise`: \[`botocore`] AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter. - api-change:`managedblockchain`: \[`botocore`] This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks. ### [`v1.34.112`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134112) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.111...1.34.112) \======== - api-change:`emr-serverless`: \[`botocore`] This release adds the capability to run interactive workloads using Apache Livy Endpoint. - api-change:`opsworks`: \[`botocore`] Documentation-only update for OpsWorks Stacks. ### [`v1.34.111`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134111) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.110...1.34.111) \======== - api-change:`chatbot`: \[`botocore`] This change adds support for tagging Chatbot configurations. - api-change:`cloudformation`: \[`botocore`] Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure. - api-change:`kms`: \[`botocore`] This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China. - api-change:`opensearch`: \[`botocore`] This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status. - api-change:`wafv2`: \[`botocore`] You can now use Security Lake to collect web ACL traffic data. ### [`v1.34.110`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134110) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.109...1.34.110) \======== - api-change:`cloudfront`: \[`botocore`] Model update; no change to SDK functionality. - api-change:`glue`: \[`botocore`] Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED. - api-change:`lightsail`: \[`botocore`] This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types. - api-change:`mailmanager`: \[`botocore`] This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control. - api-change:`pi`: \[`botocore`] Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters. - api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation for Db2 license through AWS Marketplace. - api-change:`storagegateway`: \[`botocore`] Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums. ### [`v1.34.109`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134109) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.108...1.34.109) \======== - api-change:`bedrock-agent`: \[`botocore`] This release adds support for using Guardrails with Bedrock Agents. - api-change:`bedrock-agent-runtime`: \[`botocore`] This release adds support for using Guardrails with Bedrock Agents. - api-change:`controltower`: \[`botocore`] Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations. - api-change:`osis`: \[`botocore`] Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs. - api-change:`rds`: \[`botocore`] This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters. - api-change:`secretsmanager`: \[`botocore`] add v2 smoke tests and smithy smokeTests trait for SDK testing ### [`v1.34.108`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134108) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.107...1.34.108) \======== - api-change:`application-autoscaling`: \[`botocore`] add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`codebuild`: \[`botocore`] Aws CodeBuild now supports 36 hours build timeout - api-change:`elbv2`: \[`botocore`] This release adds dualstack-without-public-ipv4 IP address type for ALB. - api-change:`lakeformation`: \[`botocore`] Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal - api-change:`transfer`: \[`botocore`] Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model. ### [`v1.34.107`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134107) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.106...1.34.107) \======== - api-change:`acm-pca`: \[`botocore`] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions - api-change:`connect`: \[`botocore`] Adding Contact Flow metrics to the GetMetricDataV2 API - api-change:`kafka`: \[`botocore`] AWS MSK support for Broker Removal. - api-change:`mwaa`: \[`botocore`] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow. - api-change:`quicksight`: \[`botocore`] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK). - api-change:`sagemaker`: \[`botocore`] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam. - api-change:`secretsmanager`: \[`botocore`] Documentation updates for AWS Secrets Manager - bugfix:retries: \[`botocore`] Fix backoff calculation for truncated binary exponential backoff (`#​3178 `\__) ### [`v1.34.106`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134106) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.105...1.34.106) \======== - api-change:`bedrock-agent-runtime`: \[`botocore`] Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains - api-change:`codebuild`: \[`botocore`] CodeBuild Reserved Capacity VPC Support - api-change:`datasync`: \[`botocore`] Task executions now display a CANCELLING status when an execution is in the process of being cancelled. - api-change:`grafana`: \[`botocore`] This release adds new ServiceAccount and ServiceAccountToken APIs. - api-change:`medical-imaging`: \[`botocore`] Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions. - api-change:`securityhub`: \[`botocore`] Documentation-only update for AWS Security Hub ### [`v1.34.105`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134105) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.104...1.34.105) \======== - api-change:`connect`: \[`botocore`] Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances. - api-change:`s3`: \[`botocore`] Updated a few x-id in the http uri traits ### [`v1.34.104`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134104) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.103...1.34.104) \======== - api-change:`events`: \[`botocore`] Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API. - api-change:`vpc-lattice`: \[`botocore`] This release adds TLS Passthrough support. It also increases max number of target group per rule to 10. ### [`v1.34.103`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134103) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.102...1.34.103) \======== - api-change:`discovery`: \[`botocore`] add v2 smoke tests and smithy smokeTests trait for SDK testing - api-change:`greengrassv2`: \[`botocore`] Mark ComponentVersion in ComponentDeploymentSpecification as required. - api-change:`sagemaker`: \[`botocore`] Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications. - api-change:`sso-oidc`: \[`botocore`] Updated request parameters for PKCE support. ### [`v1.34.102`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134102) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.101...1.34.102) \======== - api-change:`bedrock-agent-runtime`: \[`botocore`] This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock. - api-change:`pinpoint`: \[`botocore`] This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages. - api-change:`route53resolver`: \[`botocore`] Update the DNS Firewall settings to correct a spelling issue. - api-change:`ssm-sap`: \[`botocore`] Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP - api-change:`verifiedpermissions`: \[`botocore`] Adds policy effect and actions fields to Policy API's. ### [`v1.34.101`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134101) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.100...1.34.101) \======== - api-change:`cognito-idp`: \[`botocore`] Add EXTERNAL_PROVIDER enum value to UserStatusType. - api-change:`ec2`: \[`botocore`] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes - api-change:`ecr`: \[`botocore`] This release adds pull through cache rules support for GitLab container registry in Amazon ECR. - api-change:`fms`: \[`botocore`] The policy scope resource tag is always a string value, either a non-empty string or an empty string. - api-change:`polly`: \[`botocore`] Add new engine - generative - that builds the most expressive conversational voices. - api-change:`sqs`: \[`botocore`] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames. ### [`v1.34.100`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134100) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.99...1.34.100) \======== - api-change:`b2bi`: \[`botocore`] Documentation update to clarify the MappingTemplate definition. - api-change:`budgets`: \[`botocore`] This release adds tag support for budgets and budget actions. - api-change:`resiliencehub`: \[`botocore`] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources. - api-change:`route53profiles`: \[`botocore`] Doc only update for Route 53 profiles that fixes some link issues ### [`v1.34.99`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13499) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.98...1.34.99) \======= - api-change:`medialive`: \[`botocore`] AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled. ### [`v1.34.98`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13498) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.97...1.34.98) \======= - api-change:`bedrock-agent`: \[`botocore`] This release adds support for using Provisioned Throughput with Bedrock Agents. - api-change:`connect`: \[`botocore`] This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases. - api-change:`connectcases`: \[`botocore`] This feature supports the release of Files related items - api-change:`datasync`: \[`botocore`] Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations. - api-change:`inspector2`: \[`botocore`] This release adds CSV format to GetCisScanReport for Inspector v2 - api-change:`sagemaker`: \[`botocore`] Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs - api-change:`sesv2`: \[`botocore`] Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2. ### [`v1.34.97`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13497) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.96...1.34.97) \======= - api-change:`dynamodb`: \[`botocore`] This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs. - api-change:`ec2`: \[`botocore`] This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM). - api-change:`personalize`: \[`botocore`] This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group. - api-change:`redshift-serverless`: \[`botocore`] Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name. ### [`v1.34.96`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13496) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.95...1.34.96) \======= - api-change:`bedrock-agent`: \[`botocore`] This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base. - api-change:`ec2`: \[`botocore`] Documentation updates for Amazon EC2. - api-change:`personalize-runtime`: \[`botocore`] This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2. - api-change:`securityhub`: \[`botocore`] Updated CreateMembers API request with limits. - api-change:`sesv2`: \[`botocore`] Fixes ListContacts and ListImportJobs APIs to use POST instead of GET. ### [`v1.34.95`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13495) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.94...1.34.95) \======= - api-change:`chime-sdk-voice`: \[`botocore`] Due to changes made by the Amazon Alexa service, GetSipMediaApplicationAlexaSkillConfiguration and PutSipMediaApplicationAlexaSkillConfiguration APIs are no longer available for use. For more information, refer to the Alexa Smart Properties page. - api-change:`codeartifact`: \[`botocore`] Add support for the Ruby package format. - api-change:`fms`: \[`botocore`] AWS Firewall Manager now supports the network firewall service stream exception policy feature for accounts within your organization. - api-change:`omics`: \[`botocore`] Add support for workflow sharing and dynamic run storage - api-change:`opensearch`: \[`botocore`] This release enables customers to create Route53 A and AAAA alias record types to point custom endpoint domain to OpenSearch domain's dualstack search endpoint. - api-change:`pinpoint-sms-voice-v2`: \[`botocore`] Amazon Pinpoint has added two new features Multimedia services (MMS) and protect configurations. Use the three new MMS APIs to send media messages to a mobile phone which includes image, audio, text, or video files. Use the ten new protect configurations APIs to block messages to specific countries. - api-change:`qbusiness`: \[`botocore`] This is a general availability (GA) release of Amazon Q Business. Q Business enables employees in an enterprise to get comprehensive answers to complex questions and take actions through a unified, intuitive web-based chat experience - using an enterprise's existing content, data, and systems. - api-change:`quicksight`: \[`botocore`] New Q embedding supporting Generative Q\&A - api-change:`route53resolver`: \[`botocore`] Release of FirewallDomainRedirectionAction parameter on the Route 53 DNS Firewall Rule. This allows customers to configure a DNS Firewall rule to inspect all the domains in the DNS redirection chain (default) , such as CNAME, ALIAS, DNAME, etc., or just the first domain and trust the rest. - api-change:`sagemaker`: \[`botocore`] Amazon SageMaker Training now supports the use of attribute-based access control (ABAC) roles for training job execution roles. Amazon SageMaker Inference now supports G6 instance types. - api-change:`signer`: \[`botocore`] Documentation updates for AWS Signer. Adds cross-account signing constraint and definitions for cross-account actions. ### [`v1.34.94`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13494) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.93...1.34.94) \======= - api-change:`amplify`: \[`botocore`] Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100. - api-change:`connectcases`: \[`botocore`] This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's - api-change:`inspector2`: \[`botocore`] Update Inspector2 to include new Agentless API parameters. - api-change:`timestream-query`: \[`botocore`] This change allows users to update and describe account settings associated with their accounts. - api-change:`transcribe`: \[`botocore`] This update provides error messaging for generative call summarization in Transcribe Call Analytics - api-change:`trustedadvisor`: \[`botocore`] This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs. ### [`v1.34.93`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13493) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.92...1.34.93) \======= - api-change:`codepipeline`: \[`botocore`] Add ability to manually and automatically roll back a pipeline stage to a previously successful execution. - api-change:`cognito-idp`: \[`botocore`] Add LimitExceededException to SignUp errors - api-change:`connectcampaigns`: \[`botocore`] This release adds support for specifying if Answering Machine should wait for prompt sound. - api-change:`marketplace-entitlement`: \[`botocore`] Releasing minor endpoint updates. - api-change:`oam`: \[`botocore`] This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account - api-change:`rds`: \[`botocore`] SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database. - api-change:`support`: \[`botocore`] Releasing minor endpoint updates. ### [`v1.34.92`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13492) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.91...1.34.92) \======= - api-change:`appsync`: \[`botocore`] UpdateGraphQLAPI documentation update and datasource introspection secret arn update - api-change:`fms`: \[`botocore`] AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization. - api-change:`ivs`: \[`botocore`] Bug Fix: IVS does not support arns with the `svs` prefix - api-change:`ivs-realtime`: \[`botocore`] Bug Fix: IVS Real Time does not support ARNs using the `svs` prefix. - api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation for setting local time zones for RDS for Db2 DB instances. - api-change:`stepfunctions`: \[`botocore`] Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine.
pyca/cryptography (cryptography) ### [`v42.0.8`](https://togithub.com/pyca/cryptography/compare/42.0.7...42.0.8) [Compare Source](https://togithub.com/pyca/cryptography/compare/42.0.7...42.0.8) ### [`v42.0.7`](https://togithub.com/pyca/cryptography/compare/42.0.6...42.0.7) [Compare Source](https://togithub.com/pyca/cryptography/compare/42.0.6...42.0.7) ### [`v42.0.6`](https://togithub.com/pyca/cryptography/compare/42.0.5...42.0.6) [Compare Source](https://togithub.com/pyca/cryptography/compare/42.0.5...42.0.6)
jazzband/dj-database-url (dj-database-url) ### [`v2.2.0`](https://togithub.com/jazzband/dj-database-url/releases/tag/v2.2.0) [Compare Source](https://togithub.com/jazzband/dj-database-url/compare/v2.1.0...v2.2.0) #### What's Changed - Do not leak `key` loop variable into global namespace by [@​sobolevn](https://togithub.com/sobolevn) in [https://github.com/jazzband/dj-database-url/pull/226](https://togithub.com/jazzband/dj-database-url/pull/226) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/223](https://togithub.com/jazzband/dj-database-url/pull/223) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/227](https://togithub.com/jazzband/dj-database-url/pull/227) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/228](https://togithub.com/jazzband/dj-database-url/pull/228) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/229](https://togithub.com/jazzband/dj-database-url/pull/229) - Add disable_server_side_cursors parameter by [@​fbinz](https://togithub.com/fbinz) in [https://github.com/jazzband/dj-database-url/pull/231](https://togithub.com/jazzband/dj-database-url/pull/231) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/233](https://togithub.com/jazzband/dj-database-url/pull/233) - Enhance Query String Parsing for Server-Side Binding in Django 4.2 with psycopg 3.1.8+ Resolves [#​234](https://togithub.com/jazzband/dj-database-url/issues/234) by [@​truongvan](https://togithub.com/truongvan) in [https://github.com/jazzband/dj-database-url/pull/235](https://togithub.com/jazzband/dj-database-url/pull/235) - OPTIONS cannot be None given our code by [@​palfrey](https://togithub.com/palfrey) in [https://github.com/jazzband/dj-database-url/pull/232](https://togithub.com/jazzband/dj-database-url/pull/232) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/236](https://togithub.com/jazzband/dj-database-url/pull/236) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/237](https://togithub.com/jazzband/dj-database-url/pull/237) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/238](https://togithub.com/jazzband/dj-database-url/pull/238) - Update django 5.0 python compatability by [@​mattseymour](https://togithub.com/mattseymour) in [https://github.com/jazzband/dj-database-url/pull/239](https://togithub.com/jazzband/dj-database-url/pull/239) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/241](https://togithub.com/jazzband/dj-database-url/pull/241) - Allow `currentSchema` option to be used with custom postgresql backends by [@​GertBurger](https://togithub.com/GertBurger) in [https://github.com/jazzband/dj-database-url/pull/243](https://togithub.com/jazzband/dj-database-url/pull/243) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/242](https://togithub.com/jazzband/dj-database-url/pull/242) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/244](https://togithub.com/jazzband/dj-database-url/pull/244) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/jazzband/dj-database-url/pull/245](https://togithub.com/jazzband/dj-database-url/pull/245) - Update README.rst to add postgresql by [@​boxydog](https://togithub.com/boxydog) in [https://github.com/jazzband/dj-database-url/pull/247](https://togithub.com/jazzband/dj-database-url/pull/247) #### New Contributors - [@​fbinz](https://togithub.com/fbinz) made their first contribution in [https://github.com/jazzband/dj-database-url/pull/231](https://togithub.com/jazzband/dj-database-url/pull/231) - [@​truongvan](https://togithub.com/truongvan) made their first contribution in [https://github.com/jazzband/dj-database-url/pull/235](https://togithub.com/jazzband/dj-database-url/pull/235) - [@​GertBurger](https://togithub.com/GertBurger) made their first contribution in [https://github.com/jazzband/dj-database-url/pull/243](https://togithub.com/jazzband/dj-database-url/pull/243) - [@​boxydog](https://togithub.com/boxydog) made their first contribution in [https://github.com/jazzband/dj-database-url/pull/247](https://togithub.com/jazzband/dj-database-url/pull/247) **Full Changelog**: https://github.com/jazzband/dj-database-url/compare/v2.1.0...v2.2.0
makinacorpus/django-safedelete (django-safedelete) ### [`v1.4.0`](https://togithub.com/makinacorpus/django-safedelete/blob/HEAD/CHANGES#140-2024-05-13) \================== - Support Python 3.11 / Django 5.0 - Drop support for Django 3.2 / 4.0 / 4.1
jschneier/django-storages (django-storages) ### [`v1.14.3`](https://togithub.com/jschneier/django-storages/compare/1.14.2...1.14.3) [Compare Source](https://togithub.com/jschneier/django-storages/compare/1.14.2...1.14.3)
ipython/ipython (ipython) ### [`v8.25.0`](https://togithub.com/ipython/ipython/compare/8.24.0...8.25.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.24.0...8.25.0) ### [`v8.24.0`](https://togithub.com/ipython/ipython/compare/8.23.0...8.24.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.23.0...8.24.0)
lxml/lxml (lxml) ### [`v5.2.2`](https://togithub.com/lxml/lxml/blob/HEAD/CHANGES.txt#522-2024--) [Compare Source](https://togithub.com/lxml/lxml/compare/lxml-5.2.1...lxml-5.2.2) \================== ## Bugs fixed - [GH#417](https://togithub.com/GH/lxml/issues/417): The `test_feed_parser` test could fail if `lxml_html_clean` was not installed. It is now skipped in that case. - [LP#2059910](https://togithub.com/LP/lxml/issues/2059910): The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", without SSE 4.2. - If libxml2 uses iconv, the compile time version is available as `etree.ICONV_COMPILED_VERSION`.
Microsoft/playwright-python (playwright) ### [`v1.44.0`](https://togithub.com/microsoft/playwright-python/releases/tag/v1.44.0) [Compare Source](https://togithub.com/Microsoft/playwright-python/compare/v1.43.0...v1.44.0) #### New APIs **Accessibility assertions** - [expect(locator).to_have_accessible_name()](https://playwright.dev/python/docs/api/class-locatorassertions#locator-assertions-to-have-accessible-name) checks if the element has the specified accessible name: ```python locator = page.get_by_role("button") expect(locator).to_have_accessible_name("Submit") ``` - [expect(locator).to_have_accessible_description()](https://playwright.dev/python/docs/api/class-locatorassertions#locator-assertions-to-have-accessible-description) checks if the element has the specified accessible description: ```python locator = page.get_by_role("button") expect(locator).to_have_accessible_description("Upload a photo") ``` - [expect(locator).to_have_role()](https://playwright.dev/python/docs/api/class-locatorassertions#locator-assertions-to-have-role) checks if the element has the specified ARIA role: ```python locator = page.get_by_test_id("save-button") expect(locator).to_have_role("button") ``` **Locator handler** - After executing the handler added with [page.add_locator_handler()](https://playwright.dev/python/docs/api/class-page#page-add-locator-handler), Playwright will now wait until the overlay that triggered the handler is not visible anymore. You can opt-out of this behavior with the new `no_wait_after` option. - You can use new `times` option in [page.add_locator_handler()](https://playwright.dev/python/docs/api/class-page#page-add-locator-handler) to specify maximum number of times the handler should be run. - The handler in [page.add_locator_handler()](https://playwright.dev/python/docs/api/class-page#page-add-locator-handler) now accepts the locator as argument. - New [page.remove_locator_handler()](https://playwright.dev/python/docs/api/class-page#page-remove-locator-handler) method for removing previously added locator handlers. ```python locator = page.get_by_text("This interstitial covers the button") page.add_locator_handler(locator, lambda overlay: overlay.locator("#close").click(), times=3, no_wait_after=True) ### Run your tests that can be interrupted by the overlay. ### ... page.remove_locator_handler(locator) ``` **Miscellaneous options** - [expect(page).to_have_url()](https://playwright.dev/python/docs/api/class-pageassertions#page-assertions-to-have-url) now supports `ignore_case` [option](https://playwright.dev/python/docs/api/class-pageassertions#page-assertions-to-have-url-optio

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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.