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 2 updates #10501

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps the dependencies group in /deployer with 2 updates: boto3 and selectolax.

Updates boto3 from 1.34.34 to 1.34.39

Changelog

Sourced from boto3's changelog.

1.34.39

  • api-change:amp: [botocore] Overall documentation updates.
  • api-change:batch: [botocore] This feature allows Batch to support configuration of repository credentials for jobs running on ECS
  • api-change:braket: [botocore] Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.
  • api-change:cost-optimization-hub: [botocore] Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.
  • api-change:ecs: [botocore] Documentation only update for Amazon ECS.
  • api-change:iot: [botocore] This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain.
  • api-change:pricing: [botocore] Add Throttling Exception to all APIs.

1.34.38

  • api-change:codepipeline: [botocore] Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths.
  • api-change:quicksight: [botocore] General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
  • api-change:workspaces: [botocore] This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName".

1.34.37

  • api-change:datasync: [botocore] AWS DataSync now supports manifests for specifying files or objects to transfer.
  • api-change:lexv2-models: [botocore] Update lexv2-models client to latest version
  • api-change:redshift: [botocore] LisRecommendations API to fetch Amazon Redshift Advisor recommendations.

1.34.36

  • api-change:appsync: [botocore] Support for environment variables in AppSync GraphQL APIs
  • api-change:ecs: [botocore] This release is a documentation only update to address customer issues.
  • api-change:es: [botocore] This release adds clear visibility to the customers on the changes that they make on the domain.
  • api-change:logs: [botocore] This release adds a new field, logGroupArn, to the response of the logs:DescribeLogGroups action.
  • api-change:opensearch: [botocore] This release adds clear visibility to the customers on the changes that they make on the domain.
  • api-change:wafv2: [botocore] You can now delete an API key that you've created for use with your CAPTCHA JavaScript integration API.

1.34.35

  • api-change:glue: [botocore] Introduce Catalog Encryption Role within Glue Data Catalog Settings. Introduce SASL/PLAIN as an authentication method for Glue Kafka connections
  • api-change:workspaces: [botocore] Added definitions of various WorkSpace states
Commits
  • 7857384 Merge branch 'release-1.34.39'
  • 6b67463 Bumping version to 1.34.39
  • 1242e19 Add changelog entries from botocore
  • 45aee66 Merge branch 'release-1.34.38'
  • 92042b1 Merge branch 'release-1.34.38' into develop
  • 347c1d6 Bumping version to 1.34.38
  • 1ab7307 Add changelog entries from botocore
  • 9ca4f44 Merge branch 'release-1.34.37'
  • f0d692d Merge branch 'release-1.34.37' into develop
  • 490fd40 Bumping version to 1.34.37
  • Additional commits viewable in compare view

Updates selectolax from 0.3.19 to 0.3.20

Release notes

Sourced from selectolax's releases.

v0.3.20

  • Fixup for max HTML size increase (from 0.3.19 release, #110 )
  • Fix tag order for lexbor backend (#104). Thanks to @​lexborisov
Changelog

Sourced from selectolax's changelog.

Version 0.3.20

Released

  • Fixup for 0.3.19 release
  • Fix tag order for lexbor backend
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 2 updates: [boto3](https://github.com/boto/boto3) and [selectolax](https://github.com/rushter/selectolax).


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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 12, 2024 11:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 12, 2024
@mdn-bot
Copy link
Collaborator

mdn-bot commented Feb 12, 2024

@dependabot squash and merge

@github-actions github-actions bot added the deployer Deployment (currently using AWS S3 and AWS Lambda) label Feb 12, 2024
@dependabot dependabot bot merged commit 06cd562 into main Feb 12, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/pip/deployer/dependencies-20f0049cf7 branch February 12, 2024 11:41
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.

1 participant