Skip to content
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

⬆️(dependencies) update python dependencies #2686

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Pillow (changelog) ==11.0.0 -> ==11.1.0 age adoption passing confidence
PyMuPDF (changelog) ==1.25.1 -> ==1.25.3 age adoption passing confidence
bandit (source, changelog) ==1.8.0 -> ==1.8.3 age adoption passing confidence
black (changelog) ==24.10.0 -> ==25.1.0 age adoption passing confidence
boto3 ==1.35.85 -> ==1.37.4 age adoption passing confidence
cryptography (changelog) ==44.0.0 -> ==44.0.1 age adoption passing confidence
dj-rest-auth ==7.0.0 -> ==7.0.1 age adoption passing confidence
django-cors-headers (changelog) ==4.6.0 -> ==4.7.0 age adoption passing confidence
django-filter (changelog) ==24.3 -> ==25.1 age adoption passing confidence
djangorestframework_simplejwt ==5.3.1 -> ==5.5.0 age adoption passing confidence
factory_boy ==3.3.1 -> ==3.3.3 age adoption passing confidence
flake8 (changelog) ==7.1.1 -> ==7.1.2 age adoption passing confidence
ipython ==8.31.0 -> ==9.0.0 age adoption passing confidence
isort (changelog) ==5.13.2 -> ==6.0.1 age adoption passing confidence
lxml (source, changelog) ==5.3.0 -> ==5.3.1 age adoption passing confidence
playwright (changelog) ==1.49.1 -> ==1.50.0 age adoption passing confidence
psycopg (source, changelog) ==3.2.3 -> ==3.2.5 age adoption passing confidence
pycaption (changelog) ==2.2.15 -> ==2.2.16 age adoption passing confidence
pylint (changelog) ==3.3.2 -> ==3.3.4 age adoption passing confidence
pytest-django (changelog) ==4.9.0 -> ==4.10.0 age adoption passing confidence
pytest-playwright ==0.6.2 -> ==0.7.0 age adoption passing confidence
responses (changelog) ==0.25.3 -> ==0.25.6 age adoption passing confidence
sentry-sdk (changelog) ==2.19.2 -> ==2.22.0 age adoption passing confidence
social-auth-app-django ==5.4.2 -> ==5.4.3 age adoption passing confidence
social-auth-core ==4.5.4 -> ==4.5.6 age adoption passing confidence
tzdata ==2024.2 -> ==2025.1 age adoption passing confidence
urllib3 (changelog) ==2.2.3 -> ==2.3.0 age adoption passing confidence
whitenoise (changelog) ==6.8.2 -> ==6.9.0 age adoption passing confidence

Release Notes

python-pillow/Pillow (Pillow)

v11.1.0

Compare Source

See GitHub Releases:

pymupdf/pymupdf (PyMuPDF)

v1.25.3: PyMuPDF-1.25.3 released

Compare Source

PyMuPDF-1.25.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.25.3 (2025-02-06)

  • Use MuPDF-1.25.4.

  • Fixed issues:

  • Other:

    • In annotations:
      • Added support for subtype FreeTextCallout.
      • Added support for rich text.
    • Added miter_limit arg to insert_text*() to allow supression of spikes caused by long miters.
    • Add Widget Support to Document.insert_pdf().
    • Add bibi to span dicts.
    • Add `synthetic' to char dict.

v1.25.2: PyMuPDF-1.25.2 released

Compare Source

PyMuPDF-1.25.2 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.25.2 (2025-01-17)

  • Fixed issues:

  • Other:

    • Use Python's built-in glyphname <> unicode conversion.
    • Improve speed of pixmap color inversion.
    • Add new char_flags member to span dictionary, for example allows detection of invisible text.
    • Detect image masks in TextPage output.
    • Added Pixmap.pil_image().
PyCQA/bandit (bandit)

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: PyCQA/bandit@1.8.2...1.8.3

v1.8.2

Compare Source

What's Changed

Full Changelog: PyCQA/bandit@1.8.1...1.8.2

v1.8.1

Compare Source

What's Changed

New Contributors

Full Changelog: PyCQA/bandit@1.8.0...1.8.1

psf/black (black)

v25.1.0

Compare Source

Highlights

This release introduces the new 2025 stable style (#​4558), stabilizing
the following changes:

  • Normalize casing of Unicode escape characters in strings to lowercase (#​2916)
  • Fix inconsistencies in whether certain strings are detected as docstrings (#​4095)
  • Consistently add trailing commas to typed function parameters (#​4164)
  • Remove redundant parentheses in if guards for case blocks (#​4214)
  • Add parentheses to if clauses in case blocks when the line is too long (#​4269)
  • Whitespace before # fmt: skip comments is no longer normalized (#​4146)
  • Fix line length computation for certain expressions that involve the power operator (#​4154)
  • Check if there is a newline before the terminating quotes of a docstring (#​4185)
  • Fix type annotation spacing between * and more complex type variable tuple (#​4440)

The following changes were not in any previous release:

  • Remove parentheses around sole list items (#​4312)
  • Generic function definitions are now formatted more elegantly: parameters are
    split over multiple lines first instead of type parameter definitions (#​4553)
Stable style
  • Fix formatting cells in IPython notebooks with magic methods and starting or trailing
    empty lines (#​4484)
  • Fix crash when formatting with statements containing tuple generators/unpacking
    (#​4538)
Preview style
  • Fix/remove string merging changing f-string quotes on f-strings with internal quotes
    (#​4498)
  • Collapse multiple empty lines after an import into one (#​4489)
  • Prevent string_processing and wrap_long_dict_values_in_parens from removing
    parentheses around long dictionary values (#​4377)
  • Move wrap_long_dict_values_in_parens from the unstable to preview style (#​4561)
Packaging
  • Store license identifier inside the License-Expression metadata field, see
    PEP 639. (#​4479)
Performance
  • Speed up the is_fstring_start function in Black's tokenizer (#​4541)
Integrations
  • If using stdin with --stdin-filename set to a force excluded path, stdin won't be
    formatted. (#​4539)
boto/boto3 (boto3)

v1.37.4

Compare Source

======

  • api-change:bedrock-agent: [botocore] This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.
  • api-change:bedrock-data-automation: [botocore] Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.
  • api-change:bedrock-data-automation-runtime: [botocore] Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.
  • api-change:dms: [botocore] Add skipped status to the Result Statistics of an Assessment Run
  • api-change:eks: [botocore] Adding licenses to EKS Anywhere Subscription operations response.
  • api-change:mediaconvert: [botocore] The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.
  • api-change:pricing: [botocore] Update GetProducts and DescribeServices API request input validations.
  • api-change:ssm: [botocore] Systems Manager doc-only updates for Feb. 2025.
  • enhancement:useragent: [botocore] Update user agent string to include client feature use.

v1.37.3

Compare Source

======

  • api-change:bedrock-agent-runtime: [botocore] Introduces Sessions (preview) to enable stateful conversations in GenAI applications.
  • api-change:emr: [botocore] Definition update for EbsConfiguration.
  • api-change:qbusiness: [botocore] This release supports deleting attachments from conversations.
  • api-change:redshift-serverless: [botocore] Add track support for Redshift Serverless workgroup.
  • api-change:sagemaker: [botocore] SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference.
  • api-change:storagegateway: [botocore] This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3.

v1.37.2

Compare Source

======

  • api-change:application-signals: [botocore] This release adds API support for reading Service Level Objectives and Services from monitoring accounts, from SLO and Service-scoped operations, including ListServices and ListServiceLevelObjectives.
  • api-change:batch: [botocore] AWS Batch: Resource Aware Scheduling feature support
  • api-change:chime: [botocore] Removes the Amazon Chime SDK APIs from the "chime" namespace. Amazon Chime SDK APIs continue to be available in the AWS SDK via the dedicated Amazon Chime SDK namespaces: chime-sdk-identity, chime-sdk-mediapipelines, chime-sdk-meetings, chime-sdk-messaging, and chime-sdk-voice.
  • api-change:cloudfront: [botocore] Documentation update for VPC origin config.
  • api-change:ec2: [botocore] Amazon EC2 Fleet customers can now override the Block Device Mapping specified in the Launch Template when creating a new Fleet request, saving the effort of creating and associating new Launch Templates to customize the Block Device Mapping.
  • api-change:iotfleetwise: [botocore] This release adds an optional listResponseScope request parameter in certain list API requests to limit the response to metadata only.
  • api-change:oam: [botocore] This release adds support for sharing AWS::ApplicationSignals::Service and AWS::ApplicationSignals::ServiceLevelObjective resources.
  • api-change:sagemaker: [botocore] AWS SageMaker InferenceComponents now support rolling update deployments for Inference Components.
  • enhancement:Protocol: [botocore] Adds support for the smithy-rpc-v2-cbor protocol. If a service supports smithy-rpc-v2-cbor, this protocol will automatically be used. For more information, see https://smithy.io/2.0/additional-specs/protocols/smithy-rpc-v2.html

v1.37.1

Compare Source

======

  • api-change:codebuild: [botocore] Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build.
  • api-change:devicefarm: [botocore] Add an optional configuration to the ScheduleRun and CreateRemoteAccessSession API to set a device level http/s proxy.
  • api-change:ec2: [botocore] Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe.
  • api-change:iot: [botocore] AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check.
  • api-change:taxsettings: [botocore] PutTaxRegistration API changes for Egypt, Greece, Vietnam countries

v1.37.0

Compare Source

======

  • api-change:bedrock-agent: [botocore] This release improves support for newer models in Amazon Bedrock Flows.
  • api-change:bedrock-agent-runtime: [botocore] Adding support for ReasoningContent fields in Pre-Processing, Post-Processing and Orchestration Trace outputs.
  • api-change:bedrock-runtime: [botocore] This release adds Reasoning Content support to Converse and ConverseStream APIs
  • api-change:elasticache: [botocore] Documentation update, adding clarity and rephrasing.
  • api-change:elastic-inference: [botocore] The elastic-inference client has been removed following the deprecation of the service.
  • feature:Endpoints: [botocore] Generate and use AWS-account-based endpoints for compatible services when the account ID is available. At launch, DynamoDB is the first and only compatible service. The new endpoint URL pattern will be https://<account-id>.ddb.<region>.amazonaws.com. Additional services may be added in the future. See the documentation for details: https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html

v1.36.26

Compare Source

=======

  • api-change:appstream: [botocore] Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.
  • api-change:bedrock-agent: [botocore] Introduce a new parameter which represents the user-agent header value used by the Bedrock Knowledge Base Web Connector.

v1.36.25

Compare Source

=======

  • api-change:codebuild: [botocore] Add webhook status and status message to AWS CodeBuild webhooks
  • api-change:guardduty: [botocore] Reduce the minimum number of required attack sequence signals from 2 to 1
  • api-change:license-manager-user-subscriptions: [botocore] Updates entity to include Microsoft RDS SAL as a valid type of user subscription.
  • api-change:rds: [botocore] CloudWatch Database Insights now supports Amazon RDS.
  • api-change:sagemaker: [botocore] Added new capability in the UpdateCluster operation to remove instance groups from your SageMaker HyperPod cluster.
  • api-change:workspaces-web: [botocore] Add support for toolbar configuration under user settings.

v1.36.24

Compare Source

=======

  • api-change:codepipeline: [botocore] Add environment variables to codepipeline action declaration.
  • api-change:ecs: [botocore] This is a documentation only release for Amazon ECS that supports the CPU task limit increase.
  • api-change:lightsail: [botocore] Documentation updates for Amazon Lightsail.
  • api-change:location: [botocore] Adds support for larger property maps for tracking and geofence positions changes. It increases the maximum number of items from 3 to 4, and the maximum value length from 40 to 150.
  • api-change:mailmanager: [botocore] This release adds additional metadata fields in Mail Manager archive searches to show email source and details about emails that were archived when being sent with SES.
  • api-change:network-firewall: [botocore] This release introduces Network Firewall's Automated Domain List feature. New APIs include UpdateFirewallAnalysisSettings, StartAnalysisReport, GetAnalysisReportResults, and ListAnalysisReports. These allow customers to enable analysis on firewalls to identify and report frequently accessed domain.
  • api-change:sagemaker: [botocore] Adds r8g instance type support to SageMaker Realtime Endpoints
  • api-change:sesv2: [botocore] This release adds the ability for outbound email sent with SES to preserve emails to a Mail Manager archive.

v1.36.23

Compare Source

=======

  • api-change:batch: [botocore] This documentation-only update corrects some typos.
  • api-change:emr-containers: [botocore] EMR on EKS StartJobRun Api will be supporting the configuration of log storage in AWS by using "managedLogs" under "MonitoringConfiguration".
  • api-change:medialive: [botocore] Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources.

v1.36.22

Compare Source

=======

  • api-change:amplify: [botocore] Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications.
  • api-change:dms: [botocore] Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API.
  • api-change:timestream-influxdb: [botocore] This release introduces APIs to manage DbClusters and adds support for read replicas
  • enhancement:Parsers: [botocore] Minor Parser updates to support the new smithy-generated protocol tests. See boto/botocore#3247 <https://github.com/boto/botocore/pull/3247>__ for more details.

v1.36.21

Compare Source

=======

  • api-change:codebuild: [botocore] Added test suite names to test case metadata
  • api-change:connect: [botocore] Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.
  • api-change:dms: [botocore] Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
  • api-change:rds-data: [botocore] Add support for Stop DB feature.
  • api-change:s3: [botocore] Added support for Content-Range header in HeadObject response.
  • api-change:wafv2: [botocore] The WAFv2 API now supports configuring data protection in webACLs.
  • api-change:workspaces-thin-client: [botocore] Update Environment and Device name field definitions

v1.36.20

Compare Source

=======

  • api-change:accessanalyzer: [botocore] This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation.
  • api-change:acm-pca: [botocore] Private Certificate Authority (PCA) documentation updates
  • api-change:ecs: [botocore] This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.
  • api-change:fis: [botocore] Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.
  • api-change:sagemaker: [botocore] Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.
  • api-change:storagegateway: [botocore] This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.

v1.36.19

Compare Source

=======

  • api-change:b2bi: [botocore] Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code
  • api-change:bedrock-agent: [botocore] This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:bedrock-agent-runtime: [botocore] This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:codebuild: [botocore] Add note for the RUNNER_BUILDKITE_BUILD buildType.
  • api-change:fsx: [botocore] Support for in-place Lustre version upgrades
  • api-change:medialive: [botocore] Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.
  • api-change:opensearchserverless: [botocore] Custom OpenSearchServerless Entity ID for SAML Config.
  • api-change:polly: [botocore] Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.
  • enhancement:Protocols: [botocore] Added support for multiple protocols within a service based on performance priority.

v1.36.18

Compare Source

=======

  • api-change:acm-pca: [botocore] Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.
  • api-change:appsync: [botocore] Add support for operation level caching
  • api-change:ec2: [botocore] Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created.
  • api-change:pi: [botocore] Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.

v1.36.17

Compare Source

=======

  • api-change:apigatewayv2: [botocore] Documentation updates for Amazon API Gateway
  • api-change:cloudfront: [botocore] Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.
  • api-change:connect: [botocore] Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.
  • api-change:dms: [botocore] New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS

v1.36.16

Compare Source

=======

  • api-change:ecr: [botocore] Adds support to handle the new basic scanning daily quota.
  • api-change:eks: [botocore] Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API
  • api-change:mediaconvert: [botocore] This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format
  • api-change:pi: [botocore] Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.
  • api-change:transcribe: [botocore] This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.

v1.36.15

Compare Source

=======

  • api-change:cloudformation: [botocore] We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.
  • api-change:connectcases: [botocore] This release adds the ability to conditionally require fields on a template. Check public documentation for more information.
  • api-change:cost-optimization-hub: [botocore] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.
  • api-change:s3: [botocore] Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.
  • enhancement:Eventsteam: [botocore] The SDK no longer validates payload size for eventstreams. This is to facilitate varying payload requirements across AWS services.

v1.36.14

Compare Source

=======

  • api-change:rds: [botocore] Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.

v1.36.13

Compare Source

=======

  • api-change:datasync: [botocore] Doc-only update to provide more information on using Kerberos authentication with SMB locations.
  • api-change:dms: [botocore] Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.
  • api-change:iam: [botocore] This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.
  • api-change:neptune-graph: [botocore] Added argument to list-export to filter by graph ID
  • api-change:qbusiness: [botocore] Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.
  • api-change:sagemaker: [botocore] IPv6 support for Hyperpod clusters

v1.36.12

Compare Source

=======

  • api-change:mediatailor: [botocore] Add support for CloudWatch Vended Logs which allows for delivery of customer logs to CloudWatch Logs, S3, or Firehose.

v1.36.11

Compare Source

=======

  • api-change:amp: [botocore] Add support for sending metrics to cross account and CMCK AMP workspaces through RoleConfiguration on Create/Update Scraper.
  • api-change:bedrock-agent-runtime: [botocore] This change is to deprecate the existing citation field under RetrieveAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferences
  • api-change:codebuild: [botocore] Added support for CodeBuild self-hosted Buildkite runner builds
  • api-change:geo-routes: [botocore] The OptimizeWaypoints API now supports 50 waypoints per request (20 with constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility.
  • api-change:rds: [botocore] Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance log type in the create and modify DB Cluster.
  • api-change:sagemaker: [botocore] This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant.

v1.36.10

Compare Source

=======

  • api-change:appstream: [botocore] Add support for managing admin consent requirement on selected domains for OneDrive Storage Connectors in AppStream2.0.
  • api-change:bedrock-agent-runtime: [botocore] Add a 'reason' field to InternalServerException
  • api-change:ecr: [botocore] Temporarily updating dualstack endpoint support
  • api-change:ecr-public: [botocore] Temporarily updating dualstack endpoint support
  • api-change:mediatailor: [botocore] Adds options for configuring how MediaTailor conditions ads before inserting them into the content stream. Based on the new settings, MediaTailor will either transcode ads to match the content stream as it has in the past, or it will insert ads without first transcoding them.
  • api-change:qbusiness: [botocore] Added APIs to manage QBusiness user subscriptions
  • api-change:s3tables: [botocore] You can now use the CreateTable API operation to create tables with schemas by adding an optional metadata argument.
  • api-change:verifiedpermissions: [botocore] Adds Cedar JSON format support for entities and context data in authorization requests
  • enhancement:AWSCRT: [botocore] Update awscrt version to 0.23.8

v1.36.9

Compare Source

======

  • api-change:bcm-pricing-calculator: [botocore] Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.
  • api-change:ecr: [botocore] Add support for Dualstack and Dualstack-with-FIPS Endpoints
  • api-change:ecr-public: [botocore] Add support for Dualstack Endpoints
  • api-change:mailmanager: [botocore] This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
  • api-change:s3: [botocore] Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.

v1.36.8

Compare Source

======

  • api-change:appsync: [botocore] Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response
  • api-change:datasync: [botocore] AWS DataSync now supports the Kerberos authentication protocol for SMB locations.
  • api-change:deadline: [botocore] feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job
  • api-change:ec2: [botocore] This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempoten

Configuration

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

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

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

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


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 13, 2025
@renovate renovate bot force-pushed the renovate/python-dependencies branch 12 times, most recently from 5be03d5 to e312f60 Compare February 19, 2025 22:18
@renovate renovate bot force-pushed the renovate/python-dependencies branch 7 times, most recently from 2ee8d8b to 15d02e9 Compare February 27, 2025 23:14
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 15d02e9 to 6a1fd04 Compare February 28, 2025 12:32
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 6a1fd04 to 7259343 Compare February 28, 2025 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants