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

chore(deps): Bump the minor group with 4 updates #50

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps the minor group with 4 updates: boto3, black, moto and mkdocs-material.

Updates boto3 from 1.34.69 to 1.34.84

Changelog

Sourced from boto3's changelog.

1.34.84

  • api-change:cloudformation: [botocore] Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.
  • api-change:config: [botocore] Updates documentation for AWS Config
  • api-change:glue: [botocore] Modifying request for GetUnfilteredTableMetadata for view-related fields.
  • api-change:healthlake: [botocore] Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows.
  • api-change:iotfleethub: [botocore] Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center.
  • api-change:kms: [botocore] This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations.
  • api-change:mediatailor: [botocore] Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched.
  • api-change:neptune-graph: [botocore] Update to API documentation to resolve customer reported issues.
  • api-change:outposts: [botocore] This release adds EXPEDITORS as a valid shipment carrier.
  • api-change:redshift: [botocore] Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.
  • api-change:transfer: [botocore] This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.

1.34.83

  • api-change:batch: [botocore] This release adds the task properties field to attempt details and the name field on EKS container detail.
  • api-change:cloudfront: [botocore] CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins.
  • api-change:cloudwatch: [botocore] This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern.
  • api-change:codebuild: [botocore] Support access tokens for Bitbucket sources
  • api-change:iam: [botocore] For CreateOpenIDConnectProvider API, the ThumbprintList parameter is no longer required.
  • api-change:medialive: [botocore] AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups.
  • api-change:omics: [botocore] This release adds support for retrieval of S3 direct access metadata on sequence stores and read sets, and adds support for SHA256up and SHA512up HealthOmics ETags.
  • api-change:pipes: [botocore] LogConfiguration ARN validation fixes
  • api-change:rds: [botocore] Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.
  • api-change:s3control: [botocore] Documentation updates for Amazon S3-control.

1.34.82

  • api-change:cleanrooms: [botocore] AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts.
  • api-change:connect: [botocore] This release adds new Submit Auto Evaluation Action for Amazon Connect Rules.
  • api-change:networkmonitor: [botocore] Examples were added to CloudWatch Network Monitor commands.
  • api-change:qconnect: [botocore] This release adds a new QiC public API updateSession and updates an existing QiC public API createSession
  • api-change:rekognition: [botocore] Added support for ContentType to content moderation detections.
  • api-change:supplychain: [botocore] This release includes API SendDataIntegrationEvent for AWS Supply Chain
  • api-change:workspaces-thin-client: [botocore] Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs.

1.34.81

  • api-change:codebuild: [botocore] Add new webhook filter types for GitHub webhooks
  • api-change:mediaconvert: [botocore] This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.
  • api-change:pinpoint: [botocore] The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys.
  • api-change:rds: [botocore] This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica.

... (truncated)

Commits
  • 5062f72 Merge branch 'release-1.34.84'
  • 8b3ecff Bumping version to 1.34.84
  • c666870 Add changelog entries from botocore
  • c90f23a Merge branch 'release-1.34.83'
  • 6c60ed0 Merge branch 'release-1.34.83' into develop
  • d2d1dd0 Bumping version to 1.34.83
  • c17a81b Add changelog entries from botocore
  • 12d0d17 Merge branch 'release-1.34.82'
  • acef6a0 Merge branch 'release-1.34.82' into develop
  • 47c03c9 Bumping version to 1.34.82
  • Additional commits viewable in compare view

Updates black from 24.3.0 to 24.4.0

Release notes

Sourced from black's releases.

24.4.0

Stable style

  • Fix unwanted crashes caused by AST equivalency check (#4290)

Preview style

  • if guards in case blocks are now wrapped in parentheses when the line is too long. (#4269)
  • Stop moving multiline strings to a new line unless inside brackets (#4289)

Integrations

  • Add a new option use_pyproject to the GitHub Action psf/black. This will read the Black version from pyproject.toml. (#4294)
Changelog

Sourced from black's changelog.

24.4.0

Stable style

  • Fix unwanted crashes caused by AST equivalency check (#4290)

Preview style

  • if guards in case blocks are now wrapped in parentheses when the line is too long. (#4269)
  • Stop moving multiline strings to a new line unless inside brackets (#4289)

Integrations

  • Add a new option use_pyproject to the GitHub Action psf/black. This will read the Black version from pyproject.toml. (#4294)
Commits

Updates moto from 5.0.3 to 5.0.5

Changelog

Sourced from moto's changelog.

5.0.5

Docker Digest for 5.0.5: sha256:b95cf0d65557475f29e7256938028eef352e23acafe8e07c071cd58b67c44708

General:
    * DynamoDB: scan() now returns items in a alphabetical order

New Methods: * SecretsManager: * batch_get_secret_value()

Miscellaneous: * ApplicationAutoscaling: put_scaling_policy() now generates CW alarms for DynamoDB and ECS * DynamoDB: Fix pagination for scan()/query() * DynamoDB: batch_write_item() now validates for duplicate DELETE or PUT requests * Events: put_events() now validates that input-values cannot be empty * IOT: create_topic_rule() now validates name-format * ResourceGroupsTaggingAPI: tag_resources() now supports RDS snapshots * SFN: Fixed a bug where the executionInput was double encoded

5.0.4

Docker Digest for 5.0.4: sha256:e13e917e563bd1e3bb745b0ce914bdcc3bd4577542e13e1468eac5078774b2aa

General:
    * Lambda: The results of a Dockerless invocation can now be configured.
      See http://docs.getmoto.org/en/latest/docs/services/lambda.html
* StepFunctions can now execute the provided StepFunctionMachine (opt-in), instead of returning static data (still the default).
  See http://docs.getmoto.org/en/latest/docs/services/stepfunctions.html

New Service: * ElastiCache: * list_tags_for_resource()

* ResilienceHub:
    * create_app()
    * create_app_version_app_component()
    * create_app_version_resource()
    * create_resiliency_policy()
    * describe_app()
    * describe_resiliency_policy()
    * import_resources_to_draft_app_version()
    * list_app_assessments()
    * list_app_version_app_components()
    * list_app_version_resources()
    * list_app_versions()
    * list_apps()
    * list_resiliency_policies()

... (truncated)

Commits
  • af6bc3a Prep release 5.0.5 (#7574)
  • 32e187f Feature: ResourceGroupsTaggingAPI: add tags for RDS snapshot (#7565)
  • 3f121df ResourceGroupsTaggingAPI: Fix Workspaces access in unsupported region (#7569)
  • 5c1d1d0 fix(cognito-idp): avoid KeyError on unexisting refresh token (#7563)
  • 7fcea4a Admin: Update py-partiql dependency (#7573)
  • 24fe459 IOT: create_topic_rule() now validates name-format (#7572)
  • 5ed366d IOTData: Fix typing (#7568)
  • d6948ff SFN: Input for mock should be the same as input for parser (#7567)
  • cb66217 ApplicationAutoscaling: put_scaling_policy() now generates CW alarms (for som...
  • 7289a6c CloudWatch: Improve typing/docs (#7560)
  • Additional commits viewable in compare view

Updates mkdocs-material from 9.5.15 to 9.5.17

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.17

  • Updated Serbian translations
  • Fixed #7003: Confusing keyboard interaction for palette toggle
  • Fixed #7001: Blog posts now show time by default (9.5.16 regression)
  • Fixed edge case in backport of social plugin font loading logic

Thanks to @​stcksmsh for their contributions.

mkdocs-material-9.5.16

  • Updated Russian translations
  • Improved error handling and reporting in social plugin
  • Improved error handling and reporting in privacy plugin
  • Fixed blog plugin not allowing to use time in format strings
  • Fixed #6983: Social plugin crashes because of Google Fonts API change

Thanks to @​kamilkrzyskow, @​Guts, @​szg-alex-payne and @​natakazakova for their contributions

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.17+insiders-4.53.6 (2024-04-05)

  • Ensure working directory is set for projects when using projects plugin
  • Fixed #6970: Incorrect relative paths in git submodules with projects plugin

mkdocs-material-9.5.17+insiders-4.53.5 (2024-04-02)

  • Fixed social plugin crashing when no colors are specified in palettes

mkdocs-material-9.5.17 (2024-04-02)

  • Updated Serbian translations
  • Fixed #7003: Confusing keyboard interaction for palette toggle
  • Fixed #7001: Blog posts now show time by default (9.5.16 regression)
  • Fixed edge case in backport of social plugin font loading logic

mkdocs-material-9.5.16+insiders-4.53.4 (2024-03-31)

  • Fixed #6973: Escaping issue in tags extra files deprecation helper

mkdocs-material-9.5.16 (2024-03-31)

  • Updated Russian translations
  • Improved error handling and reporting in social plugin
  • Improved error handling and reporting in privacy plugin
  • Fixed blog plugin not allowing to use time in format strings
  • Fixed #6983: Social plugin crashes because of Google Fonts API change

mkdocs-material-9.5.15+insiders-4.53.3 (2024-03-23)

  • Added support for font variants in social plugin
  • Improved resilience of font resolution in social plugin
  • Fixed tag listing sometimes not being auto-populated
  • Fixed tag listing scope not being correctly resolved
  • Fixed #6941: Meta plugin adding duplicate entries
  • Fixed #6928: Social plugin crashes for some fonts

mkdocs-material-9.5.15 (2024-03-23)

  • Reverted fix for transparent iframes (9.5.14)
  • Fixed #6929: Interference of social plugin and auto dark mode
  • Fixed #6938: Giscus shows dark background in light mode (9.5.14 regression)

mkdocs-material-9.5.14+insiders-4.53.2 (2024-03-18)

  • Fixed abort on first non-matching configuration in preview extension
  • Fixed #6914: Meta files take precedence over front matter

mkdocs-material-9.5.14 (2024-03-18)

... (truncated)

Commits
  • 570161a Prepare 9.5.17 release
  • 78e93ac Improved keyboard interactions for palette toggle
  • a3655e8 Updated Serbian translations
  • 1041766 Fixed time sneaking into default post format string
  • e741f80 Documentation
  • 7e13ae6 Fix typos
  • 7d6d8d7 Updated slugify documentation
  • e71f00b Fixed backporting of social plugin font loading logic
  • 8956524 Updated Insiders changelog
  • 0db4e66 Updated changelog
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 4 updates: [boto3](https://github.com/boto/boto3), [black](https://github.com/psf/black), [moto](https://github.com/getmoto/moto) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `boto3` from 1.34.69 to 1.34.84
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.69...1.34.84)

Updates `black` from 24.3.0 to 24.4.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.3.0...24.4.0)

Updates `moto` from 5.0.3 to 5.0.5
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.3...5.0.5)

Updates `mkdocs-material` from 9.5.15 to 9.5.17
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.15...9.5.17)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from timoguin as a code owner April 15, 2024 11:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2024

Superseded by #51.

@dependabot dependabot bot closed this Apr 22, 2024
@dependabot dependabot bot deleted the dependabot/pip/minor-83ef79beba branch April 22, 2024 11:38
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants