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 dev-dependencies group with 16 updates #1037

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the dev-dependencies group with 16 updates:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.8.0 1.8.1
github.com/aws/aws-sdk-go-v2 1.32.8 1.33.0
github.com/aws/aws-sdk-go-v2/service/s3 1.72.2 1.73.2
github.com/aws/aws-sdk-go-v2/feature/ec2/imds 1.16.23 1.16.24
github.com/aws/aws-sdk-go-v2/service/sso 1.24.9 1.24.11
github.com/aws/aws-sdk-go-v2/service/ssooidc 1.28.8 1.28.10
github.com/aws/aws-sdk-go-v2/service/sts 1.33.6 1.33.9
github.com/aws/aws-sdk-go-v2/config 1.28.10 1.29.1
github.com/aws/aws-sdk-go-v2/credentials 1.17.51 1.17.54
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.17.48 1.17.52
github.com/aws/aws-sdk-go-v2/internal/configsources 1.3.27 1.3.28
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 2.6.27 2.6.28
github.com/aws/aws-sdk-go-v2/internal/v4a 1.3.27 1.3.28
github.com/aws/aws-sdk-go-v2/service/internal/checksum 1.4.8 1.5.2
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url 1.12.8 1.12.9
github.com/aws/aws-sdk-go-v2/service/internal/s3shared 1.18.8 1.18.9

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.8.1

1.8.1 (2025-01-15)

Bugs Fixed

  • User credential types inconsistently log access token scopes
  • DefaultAzureCredential skips managed identity in Azure Container Instances
  • Credentials having optional tenant IDs such as AzureCLICredential and InteractiveBrowserCredential require setting AdditionallyAllowedTenants when used with some clients

Other Changes

  • ChainedTokenCredential and DefaultAzureCredential continue to their next credential after ManagedIdentityCredential receives an unexpected response from IMDS, indicating the response is from something else such as a proxy
Commits
  • d5e09ea Prepare azidentity v1.8.1 for release (#23954)
  • af8249d Increment package version after release of storage/azblob (#23940)
  • 8b21042 Increment package version after release of storage/azdatalake (#23958)
  • a44e152 Release storage stg96 azdatalake preview (#23957)
  • b11c1a5 Relax tenant verification for credentials having optional tenant IDs (#23951)
  • e557039 remove erroneous package inclusion during package-properties evaluation (#23948)
  • 0fb4336 Increment package version after release of messaging/azservicebus (#23950)
  • b1480a2 Updating docs.microsoft.com to learn.microsoft.com (#23934)
  • 786b0be Credential chains continue iterating after unexpected IMDS responses (#23894)
  • 7d4721b add liftr base package dep to emitter dep list (#23938)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.32.8 to 1.33.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.2 to 1.73.2

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.23 to 1.16.24

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sso from 1.24.9 to 1.24.11

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssooidc from 1.28.8 to 1.28.10

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.33.6 to 1.33.9

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.28.10 to 1.29.1

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.51 to 1.17.54

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.48 to 1.17.52

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/configsources from 1.3.27 to 1.3.28

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 from 2.6.27 to 2.6.28

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/v4a from 1.3.27 to 1.3.28

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/checksum from 1.4.8 to 1.5.2

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/internal/checksum's changelog.

Release (2021-10-11)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.6.0
    • Feature: Respect passed in Context Deadline/Timeout. Updates the IMDS Client operations to not override the passed in Context's Deadline or Timeout options. If an Client operation is called with a Context with a Deadline or Timeout, the client will no longer override it with the client's default timeout.
    • Bug Fix: Fix IMDS client's response handling and operation timeout race. Fixes #1253
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/applicationautoscaling: v1.7.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.3.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/backup: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/chime: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.10.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.19.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/efs: v1.8.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/firehose: v1.7.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/frauddetector: v1.10.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.10.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.12.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/grafana: v1.0.0
    • Release: New AWS service client module
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/iotevents: v1.8.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.12.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/kms: v1.7.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/lexmodelsv2: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/lexruntimev2: v1.6.0
    • Feature: API client updated

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/presigned-url from 1.12.8 to 1.12.9

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/s3shared from 1.18.8 to 1.18.9

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/internal/s3shared's changelog.

Release (2023-01-23)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.29.0
    • Feature: Release Lambda RuntimeManagementConfig, enabling customers to better manage runtime updates to their Lambda functions. This release adds two new APIs, GetRuntimeManagementConfig and PutRuntimeManagementConfig, as well as support on existing Create/Get/Update function APIs.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.64.0
    • Feature: Amazon SageMaker Inference now supports P4de instance types.

Release (2023-01-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.80.0
    • Feature: C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.
  • github.com/aws/aws-sdk-go-v2/service/ivs: v1.20.0
    • Feature: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures.
  • github.com/aws/aws-sdk-go-v2/service/quicksight: v1.30.0
    • Feature: This release adds support for data bars in QuickSight table and increases pivot table field well limit.

Release (2023-01-19)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.24.0
    • Feature: Adding support for Salesforce Pardot connector in Amazon AppFlow.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.20.0
    • Feature: Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue.
  • github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.15.0
    • Feature: Documentation updates for CodeArtifact
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.45.0
    • Feature: Amazon Connect Chat introduces Persistent Chat, allowing customers to resume previous conversations with context and transcripts carried over from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.
  • github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.15.0
    • Feature: This release updates Amazon Connect Participant's GetTranscript api to provide transcripts of past chats on a persistent chat session.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.79.0
    • Feature: Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value.
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.40.0
    • Feature: Release Glue Studio Hudi Data Lake Format for SDK/CLI
  • github.com/aws/aws-sdk-go-v2/service/groundstation: v1.16.0
    • Feature: Add configurable prepass and postpass times for DataflowEndpointGroup. Add Waiter to allow customers to wait for a contact that was reserved through ReserveContact
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.29.0
    • Feature: AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds.
  • github.com/aws/aws-sdk-go-v2/service/opensearch: v1.13.0
    • Feature: This release adds the enhanced dry run option, that checks for validation errors that might occur when deploying configuration changes and provides a summary of these errors, if any. The feature will also indicate whether a blue/green deployment will be required to apply a change.
  • github.com/aws/aws-sdk-go-v2/service/panorama: v1.11.0
    • Feature: Added AllowMajorVersionUpdate option to OTAJobConfig to make appliance software major version updates opt-in.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.63.0
    • Feature: HyperParameterTuningJobs now allow passing environment variables into the corresponding TrainingJobs

Release (2023-01-18)

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
@versity-github
Copy link
Collaborator

This won't automatically run in continuous integration without approval. A member of the Versity organization must allow it.

Bumps the dev-dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.8.0` | `1.8.1` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.8` | `1.33.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.72.2` | `1.73.2` |
| [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2) | `1.16.23` | `1.16.24` |
| [github.com/aws/aws-sdk-go-v2/service/sso](https://github.com/aws/aws-sdk-go-v2) | `1.24.9` | `1.24.11` |
| [github.com/aws/aws-sdk-go-v2/service/ssooidc](https://github.com/aws/aws-sdk-go-v2) | `1.28.8` | `1.28.10` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.33.6` | `1.33.9` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.28.10` | `1.29.1` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.51` | `1.17.54` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.48` | `1.17.52` |
| [github.com/aws/aws-sdk-go-v2/internal/configsources](https://github.com/aws/aws-sdk-go-v2) | `1.3.27` | `1.3.28` |
| [github.com/aws/aws-sdk-go-v2/internal/endpoints/v2](https://github.com/aws/aws-sdk-go-v2) | `2.6.27` | `2.6.28` |
| [github.com/aws/aws-sdk-go-v2/internal/v4a](https://github.com/aws/aws-sdk-go-v2) | `1.3.27` | `1.3.28` |
| [github.com/aws/aws-sdk-go-v2/service/internal/checksum](https://github.com/aws/aws-sdk-go-v2) | `1.4.8` | `1.5.2` |
| [github.com/aws/aws-sdk-go-v2/service/internal/presigned-url](https://github.com/aws/aws-sdk-go-v2) | `1.12.8` | `1.12.9` |
| [github.com/aws/aws-sdk-go-v2/service/internal/s3shared](https://github.com/aws/aws-sdk-go-v2) | `1.18.8` | `1.18.9` |


Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.8.0...sdk/azidentity/v1.8.1)

Updates `github.com/aws/aws-sdk-go-v2` from 1.32.8 to 1.33.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.32.8...v1.33.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.72.2 to 1.73.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.72.2...service/s3/v1.73.2)

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.23 to 1.16.24
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ram/v1.16.23...service/ram/v1.16.24)

Updates `github.com/aws/aws-sdk-go-v2/service/sso` from 1.24.9 to 1.24.11
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/fsx/v1.24.9...service/sso/v1.24.11)

Updates `github.com/aws/aws-sdk-go-v2/service/ssooidc` from 1.28.8 to 1.28.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.8...config/v1.28.10)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.33.6 to 1.33.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/sfn/v1.33.6...service/sns/v1.33.9)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.10 to 1.29.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.10...config/v1.29.1)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.51 to 1.17.54
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.51...credentials/v1.17.54)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.48 to 1.17.52
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.48...credentials/v1.17.52)

Updates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.3.27 to 1.3.28
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@internal/ini/v1.3.27...internal/ini/v1.3.28)

Updates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.6.27 to 2.6.28
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@internal/endpoints/v2.6.27...internal/endpoints/v2.6.28)

Updates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.3.27 to 1.3.28
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@internal/ini/v1.3.27...internal/ini/v1.3.28)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/checksum` from 1.4.8 to 1.5.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/mq/v1.5.2/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.4.8...service/mq/v1.5.2)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/presigned-url` from 1.12.8 to 1.12.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/fis/v1.12.8...service/fis/v1.12.9)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/s3shared` from 1.18.8 to 1.18.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.9/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.8...config/v1.18.9)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sso
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssooidc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/configsources
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/v4a
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/checksum
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/s3shared
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@benmcclelland benmcclelland force-pushed the dependabot/go_modules/dev-dependencies-7e6576a5bb branch from 4f62081 to 8bf4ea6 Compare January 20, 2025 22:22
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.

1 participant