dependabot[bot] opened a new pull request, #40:
URL: https://github.com/apache/incubator-devlake-terraform/pull/40

   Bumps the deps group with 2 updates in the / directory: 
[github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework)
 and 
[github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing).
   
   Updates `github.com/hashicorp/terraform-plugin-framework` from 1.17.0 to 
1.19.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-framework/releases";>github.com/hashicorp/terraform-plugin-framework's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.19.0</h2>
   <p>NOTES:</p>
   <ul>
   <li>This release moves the <a 
href="https://developer.hashicorp.com/terraform/language/import/generating-configuration";>resource
 configuration generation</a> logic for the <code>-generate-config-out</code> 
flag from Terraform Core to the Framework for Terraform <code>v1.14.0</code> 
and above. There should be no functionality changes for resource configuration 
generation in this release. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1281";>#1281</a>)</li>
   <li>This Go module has been updated to Go 1.25 per the <a 
href="https://golang.org/doc/devel/release.html#policy";>Go support policy</a>. 
Any consumers building on earlier Go versions may experience errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1287";>#1287</a>)</li>
   </ul>
   <h2>v1.18.0</h2>
   <p>NOTES:</p>
   <ul>
   <li>State store support is considered experimental and offered without 
compatibility promises until support for <code>state_store</code> in Terraform 
core is generally available. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>framework: Add support for deprecation messages on attributes and blocks 
in the configuration schema (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276";>#1276</a>)</li>
   <li>statestore: New package for implementing state stores (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   <li>statestore/schema: New package for implementing state store schemas (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>ListValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>MapValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>SetValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>TupleValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>provider: Added <code>ProviderWithStateStores</code> interface for 
implementing state stores (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   <li>provider: Added <code>StateStoreData</code> to 
<code>ConfigureResponse</code>, to pass provider-defined data to 
<code>(statestore.StateStore).Initialize</code> methods (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1262";>#1262</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md";>github.com/hashicorp/terraform-plugin-framework's
 changelog</a>.</em></p>
   <blockquote>
   <h2>1.19.0 (March 10, 2026)</h2>
   <p>NOTES:</p>
   <ul>
   <li>This release moves the <a 
href="https://developer.hashicorp.com/terraform/language/import/generating-configuration";>resource
 configuration generation</a> logic for the <code>-generate-config-out</code> 
flag from Terraform Core to the Framework for Terraform <code>v1.14.0</code> 
and above. There should be no functionality changes for resource configuration 
generation in this release. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1281";>#1281</a>)</li>
   <li>This Go module has been updated to Go 1.25 per the <a 
href="https://golang.org/doc/devel/release.html#policy";>Go support policy</a>. 
Any consumers building on earlier Go versions may experience errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1287";>#1287</a>)</li>
   </ul>
   <h2>1.18.0 (February 27, 2026)</h2>
   <p>NOTES:</p>
   <ul>
   <li>State store support is considered experimental and offered without 
compatibility promises until support for <code>state_store</code> in Terraform 
core is generally available. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>framework: Add support for deprecation messages on attributes and blocks 
in the configuration schema (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276";>#1276</a>)</li>
   <li>statestore: New package for implementing state stores (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   <li>statestore/schema: New package for implementing state store schemas (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>ListValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>MapValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>SetValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>TupleValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>provider: Added <code>ProviderWithStateStores</code> interface for 
implementing state stores (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   <li>provider: Added <code>StateStoreData</code> to 
<code>ConfigureResponse</code>, to pass provider-defined data to 
<code>(statestore.StateStore).Initialize</code> methods (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1262";>#1262</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/c7ac25e86333d194946fb5e3fd1114e7d101fc23";><code>c7ac25e</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/2ee75aa70b8f3b6549bf4f8075c24cc8770dc9c7";><code>2ee75aa</code></a>
 Implement <code>GenerateResourceConfig</code> RPC and existing Terraform 
default logic  ...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/6f149ef02b0b22683ae757703993ff551b945869";><code>6f149ef</code></a>
 [Chore] Upgrade Go version to 1.25 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1287";>#1287</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/e69c6b3a0abad81b63323bd94b9c0b5f69c68f9d";><code>e69c6b3</code></a>
 build(deps): Bump github.com/hashicorp/copywrite in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1285";>#1285</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/c957640a318c5f774bafc672a6db0fee71a638f8";><code>c957640</code></a>
 build(deps): Bump github.com/cloudflare/circl in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1283";>#1283</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/c271e918af964c9fe6621a5adef67fe0280f3daa";><code>c271e91</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/ed8d66cf472b9b3915a35c68600dddac1c78e66c";><code>ed8d66c</code></a>
 feat: add deprecation messages for attributes and blocks in configschema (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276";>#1276</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/60c74cfce0e428a6448b7949f41ba8e1b195489e";><code>60c74cf</code></a>
 build(deps): Bump github.com/hashicorp/terraform-plugin-go (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1280";>#1280</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/7b6eb103b2e8211ae84009ff565e7a4a59686e0d";><code>7b6eb10</code></a>
 Add Validate for StateStore (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1272";>#1272</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/9bd8a09d5996c99e622a8bf85e300001345bdaac";><code>9bd8a09</code></a>
 statestore: Add experimental notes + changelog (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1277";>#1277</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.17.0...v1.19.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github.com/hashicorp/terraform-plugin-go` from 0.29.0 to 0.31.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-go/releases";>github.com/hashicorp/terraform-plugin-go's
 releases</a>.</em></p>
   <blockquote>
   <h2>v0.31.0</h2>
   <p>BREAKING CHANGES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: The <code>GenerateResourceConfig</code> RPC call is 
now required in <code>ResourceServer</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/607";>#607</a>)</li>
   </ul>
   <p>NOTES:</p>
   <ul>
   <li>This Go module has been updated to Go 1.25 per the <a 
href="https://golang.org/doc/devel/release.html#policy";>Go support policy</a>. 
Any consumers building on earlier Go versions may experience errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/612";>#612</a>)</li>
   <li>all: To prevent compilation errors, ensure your Go module is updated to 
at least [email protected], [email protected], 
terraform-plugin-sdk/[email protected], and [email protected] before 
upgrading this dependency. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/607";>#607</a>)</li>
   </ul>
   <h2>v0.30.0</h2>
   <p>NOTES:</p>
   <ul>
   <li>tfprotov6: An upcoming release will require the 
<code>StateStoreServer</code> implementation as part of 
<code>ProviderServer</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/594";>#594</a>)</li>
   <li>The state store protocol definitions are considered experimental and may 
change up until general availability in Terraform core. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563";>#563</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>tfprotov6: Upgraded protocol v6 and added types to support the new state 
store type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563";>#563</a>)</li>
   <li>tfprotov5/tfprotov6: Added DeprecationMessage field to SchemaAttribute 
and SchemaNestedAttribute (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/600";>#600</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md";>github.com/hashicorp/terraform-plugin-go's
 changelog</a>.</em></p>
   <blockquote>
   <h2>0.31.0 (March 10, 2026)</h2>
   <p>BREAKING CHANGES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: The <code>GenerateResourceConfig</code> RPC call is 
now required in <code>ResourceServer</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/607";>#607</a>)</li>
   </ul>
   <p>NOTES:</p>
   <ul>
   <li>This Go module has been updated to Go 1.25 per the <a 
href="https://golang.org/doc/devel/release.html#policy";>Go support policy</a>. 
Any consumers building on earlier Go versions may experience errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/612";>#612</a>)</li>
   <li>all: To prevent compilation errors, ensure your Go module is updated to 
at least [email protected], [email protected], 
terraform-plugin-sdk/[email protected], and [email protected] before 
upgrading this dependency. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/607";>#607</a>)</li>
   </ul>
   <h2>0.30.0 (February 24, 2026)</h2>
   <p>NOTES:</p>
   <ul>
   <li>tfprotov6: An upcoming release will require the 
<code>StateStoreServer</code> implementation as part of 
<code>ProviderServer</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/594";>#594</a>)</li>
   <li>The state store protocol definitions are considered experimental and may 
change up until general availability in Terraform core. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563";>#563</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>tfprotov6: Upgraded protocol v6 and added types to support the new state 
store type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563";>#563</a>)</li>
   <li>tfprotov5/tfprotov6: Added DeprecationMessage field to SchemaAttribute 
and SchemaNestedAttribute (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/600";>#600</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/09a1181b051c53a3700401895ae281afbc91f0fc";><code>09a1181</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/b931e746e52a60517f26396341f51c94488f8cda";><code>b931e74</code></a>
 Add changelog for <code>v0.31.0</code> release (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/614";>#614</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/a6437c6f00a3bcd0e445554854d0c9e2ad6cb2e7";><code>a6437c6</code></a>
 build(deps): Bump the github-actions group across 1 directory with 4 updates 
...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/623c376b2d612b8a4518e3f2fdbcb803ef5096f5";><code>623c376</code></a>
 build(deps): Bump google.golang.org/grpc from 1.79.1 to 1.79.2 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/613";>#613</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/578d45aaa707759b18dcaa63328e0f164161a905";><code>578d45a</code></a>
 [Chore] Upgrade Go version to 1.25 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/612";>#612</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/f856c03df6aa3aa93fab8d298a0e0a3d0104f11d";><code>f856c03</code></a>
 build(deps): Bump github.com/hashicorp/copywrite in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/611";>#611</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/6ee79098f486cb869ba9586bdae23f2e4fbd7aab";><code>6ee7909</code></a>
 Implement <code>GenerateResourceConfig</code> RPC in <code>tfprotov6</code> 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/607";>#607</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/40439b09edd51b421c17cae1c121c0008970a8cf";><code>40439b0</code></a>
 build(deps): Bump github.com/cloudflare/circl in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/608";>#608</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/2d27555485d76d9cb8428685cd99f263a0123cc8";><code>2d27555</code></a>
 build(deps): Bump go.opentelemetry.io/otel/sdk in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/609";>#609</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/e48445ae5a8e743cf97470f7badcc06ce80c0155";><code>e48445a</code></a>
 Add <code>GenerateResourceConfig</code> RPC to Protocol v5 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/578";>#578</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.29.0...v0.31.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github.com/hashicorp/terraform-plugin-testing` from 1.14.0 to 1.15.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-testing/releases";>github.com/hashicorp/terraform-plugin-testing's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.15.0</h2>
   <p>NOTES:</p>
   <ul>
   <li>This Go module has been updated to Go 1.25 per the <a 
href="https://golang.org/doc/devel/release.html#policy";>Go support policy</a>. 
Any consumers building on earlier Go versions may experience errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/629";>#629</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>helper/resource: Added new <code>StateStore</code> testing mode to 
<code>TestStep</code>, which can be used to smoke test Terraform state storage. 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/591";>#591</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>helper/resource: Test steps in <code>Config</code> mode using 
<code>Destroy: true</code> and <code>Check</code> functions will now create an 
additional destroy plan prior to running <code>terraform apply</code> to avoid 
a potential &quot;Saved Plan is Stale&quot; error from Terraform. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/602";>#602</a>)</li>
   <li>helper/resource: Test steps in <code>Config</code> mode using the 
<code>TF_ACC_REFRESH_AFTER_APPLY</code> compatibility flag will not refresh if 
<code>ExpectNonEmptyPlan</code> is true. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/602";>#602</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md";>github.com/hashicorp/terraform-plugin-testing's
 changelog</a>.</em></p>
   <blockquote>
   <h2>1.15.0 (March 10, 2026)</h2>
   <p>NOTES:</p>
   <ul>
   <li>This Go module has been updated to Go 1.25 per the <a 
href="https://golang.org/doc/devel/release.html#policy";>Go support policy</a>. 
Any consumers building on earlier Go versions may experience errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/629";>#629</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>helper/resource: Added new <code>StateStore</code> testing mode to 
<code>TestStep</code>, which can be used to smoke test Terraform state storage. 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/591";>#591</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>helper/resource: Test steps in <code>Config</code> mode using 
<code>Destroy: true</code> and <code>Check</code> functions will now create an 
additional destroy plan prior to running <code>terraform apply</code> to avoid 
a potential &quot;Saved Plan is Stale&quot; error from Terraform. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/602";>#602</a>)</li>
   <li>helper/resource: Test steps in <code>Config</code> mode using the 
<code>TF_ACC_REFRESH_AFTER_APPLY</code> compatibility flag will not refresh if 
<code>ExpectNonEmptyPlan</code> is true. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/602";>#602</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/7d4f9d9fb688a4001418beabcde9c986677d155b";><code>7d4f9d9</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/d112e30d2250dbd7b35d7a622e1a7bb48d8c2756";><code>d112e30</code></a>
 Update downstream dependencies and implement 
<code>GenerateResourceConfig</code> RPC (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/630";>#630</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/72ec2ae272828f2b1cab648dc81755b54de61a99";><code>72ec2ae</code></a>
 [Chore] Upgrade Go version to 1.25 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/629";>#629</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/8d3e8756bbe208be14df8efc6c2c3acec05bf72e";><code>8d3e875</code></a>
 build(deps): Bump github.com/hashicorp/copywrite in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/627";>#627</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/3bd8a60d6f510a661109a2accb640d20bc19ed52";><code>3bd8a60</code></a>
 <code>resource/refreshAfterApply</code>: remove extra refresh (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/628";>#628</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/6fe50f0c272c6c0fe139179463c77fc406def666";><code>6fe50f0</code></a>
 build(deps): Bump github.com/cloudflare/circl in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/624";>#624</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/b7ba5b774415f41b64f883239763e324dd9e5ce3";><code>b7ba5b7</code></a>
 build(deps): Bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/623";>#623</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/09e67ab62f17d2a4cbcca27ed01cc4b83b30405c";><code>09e67ab</code></a>
 <code>querycheck.ExpectResourceKnownValues</code>: Improve readability when 
there are mu...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/c52854029ad3e811c45c612bd3f4384af82dd4f3";><code>c528540</code></a>
 build(deps): Bump the github-actions group across 1 directory with 4 updates 
...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/aaf54da47138b3c01ce88886c3c25794acbea96b";><code>aaf54da</code></a>
 build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/625";>#625</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-testing/compare/v1.14.0...v1.15.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 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
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to