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 dependencies group in /deployer with 3 updates #10672

Merged
merged 1 commit into from Mar 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the dependencies group in /deployer with 3 updates: boto3, selectolax and pytest.

Updates boto3 from 1.34.54 to 1.34.59

Changelog

Sourced from boto3's changelog.

1.34.59

  • api-change:batch: [botocore] This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.
  • api-change:bedrock-agent-runtime: [botocore] Documentation update for Bedrock Runtime Agent
  • api-change:cloudtrail: [botocore] Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.
  • api-change:codebuild: [botocore] This release adds support for a new webhook event: PULL_REQUEST_CLOSED.
  • api-change:cognito-idp: [botocore] Add ConcurrentModificationException to SetUserPoolMfaConfig
  • api-change:guardduty: [botocore] Add RDS Provisioned and Serverless Usage types
  • api-change:transfer: [botocore] Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector.

1.34.58

  • api-change:appconfig: [botocore] AWS AppConfig now supports dynamic parameters, which enhance the functionality of AppConfig Extensions by allowing you to provide parameter values to your Extensions at the time you deploy your configuration.
  • api-change:ec2: [botocore] This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation.
  • api-change:grafana: [botocore] Adds support for the new GrafanaToken as part of the Amazon Managed Grafana Enterprise plugins upgrade to associate your AWS account with a Grafana Labs account.
  • api-change:lambda: [botocore] Documentation updates for AWS Lambda
  • api-change:payment-cryptography-data: [botocore] AWS Payment Cryptography EMV Decrypt Feature Release
  • api-change:rds: [botocore] Updates Amazon RDS documentation for io2 storage for Multi-AZ DB clusters
  • api-change:snowball: [botocore] Doc-only update for change to EKS-Anywhere ordering.
  • api-change:wafv2: [botocore] You can increase the max request body inspection size for some regional resources. The size setting is in the web ACL association config. Also, the AWSManagedRulesBotControlRuleSet EnableMachineLearning setting now takes a Boolean instead of a primitive boolean type, for languages like Java.
  • api-change:workspaces: [botocore] Added note for user decoupling

1.34.57

  • api-change:dynamodb: [botocore] Doc only updates for DynamoDB documentation
  • api-change:imagebuilder: [botocore] Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
  • api-change:mwaa: [botocore] Amazon MWAA adds support for Apache Airflow v2.8.1.
  • api-change:rds: [botocore] Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value.
  • api-change:redshift: [botocore] Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.
  • api-change:verifiedpermissions: [botocore] Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.

1.34.56

  • api-change:apigateway: [botocore] Documentation updates for Amazon API Gateway
  • api-change:chatbot: [botocore] Minor update to documentation.
  • api-change:organizations: [botocore] This release contains an endpoint addition
  • api-change:sesv2: [botocore] Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2.

1.34.55

  • api-change:cloudformation: [botocore] Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs

... (truncated)

Commits
  • 6afb8be Merge branch 'release-1.34.59'
  • 7d7b04e Bumping version to 1.34.59
  • 4d2d2d2 Add changelog entries from botocore
  • d4d1f2e Merge branch 'release-1.34.58'
  • 3eb4335 Merge branch 'release-1.34.58' into develop
  • e438496 Bumping version to 1.34.58
  • ce57c75 Add changelog entries from botocore
  • cefe841 Merge branch 'release-1.34.57'
  • cd8e734 Merge branch 'release-1.34.57' into develop
  • 26d5582 Bumping version to 1.34.57
  • Additional commits viewable in compare view

Updates selectolax from 0.3.20 to 0.3.21

Release notes

Sourced from selectolax's releases.

v0.3.21

  • Breaking change: lexbor backend now includes the root node when querying CSS selectors. Same as Modest backend.
  • Fix css_matches and any_css_matches methods for Modest backend on some compilers
Changelog

Sourced from selectolax's changelog.

Version 0.3.21

Released

  • Breaking change: lexbor backend now includes the root node when querying CSS selectors. Same as Modest backend.
  • Fix css_matches and any_css_matches methods for Modest backend on some compilers
Commits

Updates pytest from 8.1.0 to 8.1.1

Release notes

Sourced from pytest's releases.

8.1.1

pytest 8.1.1 (2024-03-08)

::: {.note} ::: {.title} Note :::

This release is not a usual bug fix release -- it contains features and improvements, being a follow up to 8.1.0, which has been yanked from PyPI. :::

Features

  • #11475: Added the new consider_namespace_packages{.interpreted-text role="confval"} configuration option, defaulting to False.

    If set to True, pytest will attempt to identify modules that are part of namespace packages when importing modules.

  • #11653: Added the new verbosity_test_cases{.interpreted-text role="confval"} configuration option for fine-grained control of test execution verbosity. See Fine-grained verbosity <pytest.fine_grained_verbosity>{.interpreted-text role="ref"} for more details.

Improvements

  • #10865: pytest.warns{.interpreted-text role="func"} now validates that warnings.warn{.interpreted-text role="func"} was called with a [str]{.title-ref} or a [Warning]{.title-ref}. Currently in Python it is possible to use other types, however this causes an exception when warnings.filterwarnings{.interpreted-text role="func"} is used to filter those warnings (see [CPython #103577](python/cpython#103577) for a discussion). While this can be considered a bug in CPython, we decided to put guards in pytest as the error message produced without this check in place is confusing.

  • #11311: When using --override-ini for paths in invocations without a configuration file defined, the current working directory is used as the relative directory.

    Previoulsy this would raise an AssertionError{.interpreted-text role="class"}.

  • #11475: --import-mode=importlib <import-mode-importlib>{.interpreted-text role="ref"} now tries to import modules using the standard import mechanism (but still without changing :pysys.path{.interpreted-text role="data"}), falling back to importing modules directly only if that fails.

    This means that installed packages will be imported under their canonical name if possible first, for example app.core.models, instead of having the module name always be derived from their path (for example .env310.lib.site_packages.app.core.models).

  • #11801: Added the iter_parents() <_pytest.nodes.Node.iter_parents>{.interpreted-text role="func"} helper method on nodes. It is similar to listchain <_pytest.nodes.Node.listchain>{.interpreted-text role="func"}, but goes from bottom to top, and returns an iterator, not a list.

  • #11850: Added support for sys.last_exc{.interpreted-text role="data"} for post-mortem debugging on Python>=3.12.

  • #11962: In case no other suitable candidates for configuration file are found, a pyproject.toml (even without a [tool.pytest.ini_options] table) will be considered as the configuration file and define the rootdir.

  • #11978: Add --log-file-mode option to the logging plugin, enabling appending to log-files. This option accepts either "w" or "a" and defaults to "w".

    Previously, the mode was hard-coded to be "w" which truncates the file before logging.

... (truncated)

Commits

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 will merge this PR once CI passes on it, as requested by @mdn-bot.


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 dependencies group in /deployer with 3 updates: [boto3](https://github.com/boto/boto3), [selectolax](https://github.com/rushter/selectolax) and [pytest](https://github.com/pytest-dev/pytest).


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

Updates `selectolax` from 0.3.20 to 0.3.21
- [Release notes](https://github.com/rushter/selectolax/releases)
- [Changelog](https://github.com/rushter/selectolax/blob/master/CHANGES.rst)
- [Commits](rushter/selectolax@v0.3.20...v0.3.21)

Updates `pytest` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.1.0...8.1.1)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: selectolax
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 11, 2024 11:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 11, 2024
@mdn-bot
Copy link
Collaborator

mdn-bot commented Mar 11, 2024

@dependabot squash and merge

@github-actions github-actions bot added the deployer Deployment (currently using AWS S3 and AWS Lambda) label Mar 11, 2024
@dependabot dependabot bot merged commit 96023a7 into main Mar 11, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/pip/deployer/dependencies-e8a6ab89b8 branch March 11, 2024 11:32
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 deployer Deployment (currently using AWS S3 and AWS Lambda) python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant