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

Announcement: Changes to service endpoints for DynamoDB #4449

Open
RyanFitzSimmonsAK opened this issue Feb 24, 2025 · 0 comments
Open

Announcement: Changes to service endpoints for DynamoDB #4449

RyanFitzSimmonsAK opened this issue Feb 24, 2025 · 0 comments

Comments

@RyanFitzSimmonsAK
Copy link
Contributor

RyanFitzSimmonsAK commented Feb 24, 2025

In AWS SDK for Python v1.37.0, we will release changes to the DynamoDB client that adopt a new AWS account-based endpoints feature. For more information on account based endpoints, please refer to the official SDK documentation. In SDK releases from this version on, clients will connect to a DynamoDB endpoint in the form of (account-id).ddb.(region).amazonaws.com instead of dynamodb.(region).amazonaws.com.

If your network configuration blocks outgoing traffic to DynamoDB based on DNS names or endpoint URLs, you must adjust your configuration, because the service's DNS name will change. You may also choose to switch to an IP-based configuration. The IP address ranges for DynamoDB, as well as other AWS services, can be found in the AWS documentation.

You may instead disable account-based endpoints for DynamoDB by setting the config setting account_id_endpoint_mode to disabled, as a system property or environment variable. We recommend against this because the DynamoDB service uses account-based endpoints to ensure performance and scalability.

@RyanFitzSimmonsAK RyanFitzSimmonsAK added feature-request This issue requests a feature. needs-triage This issue or PR still needs to be triaged. and removed feature-request This issue requests a feature. needs-triage This issue or PR still needs to be triaged. labels Feb 24, 2025
@RyanFitzSimmonsAK RyanFitzSimmonsAK self-assigned this Feb 24, 2025
@RyanFitzSimmonsAK RyanFitzSimmonsAK pinned this issue Feb 24, 2025
@RyanFitzSimmonsAK RyanFitzSimmonsAK removed their assignment Feb 24, 2025
github-actions bot added a commit to mirumee/aws_secrets_cache that referenced this issue Mar 3, 2025
Bumps [moto](https://github.com/getmoto/moto) from 5.1.0 to 5.1.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getmoto/moto/blob/master/CHANGELOG.md">moto's
changelog</a>.</em></p>
<blockquote>
<h2>5.1.1</h2>
<p>Docker Digest for 5.1.1:
<em>sha256:a4c04c53a892ad81741a2e006b85d0f98eab42ad988efb360429cb4ba6818323</em></p>
<pre><code>* General:
* Compatible with the new Account-based endpoint for DynamoDB (see
boto/boto3#4449)
    * Removed dependency on typing_extensions (introduced in 5.1.0)
<ul>
<li>
<p>New Methods:</p>
<ul>
<li>
<p>CognitoIDP:</p>
<ul>
<li>delete_identity_pool()</li>
</ul>
</li>
<li>
<p>Glue:</p>
<ul>
<li>create_connection()</li>
<li>get_connection()</li>
<li>get_connections()</li>
</ul>
</li>
<li>
<p>GuardDuty:</p>
<ul>
<li>get_administrator_account()</li>
</ul>
</li>
</ul>
</li>
<li>
<p>Miscellaneous:</p>
<ul>
<li>ResourceGroupsTaggingAPI: get_resources() now supports
EventBusses</li>
<li>RDS: create_db_instance() now throws an error when referencing a
non-existent DBCluster<br />
</code></pre></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getmoto/moto/commit/401269d076d7628329a021e1b960c79f90c3aaff"><code>401269d</code></a>
Pre-Release: Up Version Number</li>
<li><a
href="https://github.com/getmoto/moto/commit/f0e258f459c0b1bc4363829d3b55d6c03a0e991e"><code>f0e258f</code></a>
Prep release 5.1.1 (<a
href="https://redirect.github.com/getmoto/moto/issues/8623">#8623</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/93521319e7c9acd43e2b9b6e13e8d8fd7c246162"><code>9352131</code></a>
chore: update IAM Managed Policies (<a
href="https://redirect.github.com/getmoto/moto/issues/8640">#8640</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/1e2dd1526b0f7d943eb57666d3b95ff7143d06ab"><code>1e2dd15</code></a>
chore: update SSM default parameters (<a
href="https://redirect.github.com/getmoto/moto/issues/8647">#8647</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/0224977538667d4ed6d93a259ba155bd5188b939"><code>0224977</code></a>
chore: update SSM default AMI's (<a
href="https://redirect.github.com/getmoto/moto/issues/8642">#8642</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/19342fdcc1790d510c448539584dab0a9de12dec"><code>19342fd</code></a>
chore: update EC2 Instance Offerings (<a
href="https://redirect.github.com/getmoto/moto/issues/8646">#8646</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/32679cbcc79da00f362bbdf1218f9b8470be60e6"><code>32679cb</code></a>
chore: update SSM Optimized AMI's (<a
href="https://redirect.github.com/getmoto/moto/issues/8643">#8643</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/b78bc26bd33c367616a4492ef685e47ed2de229f"><code>b78bc26</code></a>
chore: update Config Managed Rules (<a
href="https://redirect.github.com/getmoto/moto/issues/8639">#8639</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/f476634ff679ac4091ed045df7fdd89a9d34b427"><code>f476634</code></a>
RDS: Raise error when trying to add DBInstance to non-existent DBCluster
(<a
href="https://redirect.github.com/getmoto/moto/issues/8645">#8645</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/e1c53bab28e23a3d5b12e5b4c14ea0fe1b81e897"><code>e1c53ba</code></a>
Bump the java-deps group in /other_langs/tests_java with 6 updates (<a
href="https://redirect.github.com/getmoto/moto/issues/8644">#8644</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getmoto/moto/compare/5.1.0...5.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moto&package-manager=pip&previous-version=5.1.0&new-version=5.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
github-merge-queue bot pushed a commit to meltano/meltano that referenced this issue Mar 3, 2025
…ectory with 4 updates (#9124)

Bumps the development-dependencies group with 4 updates in the /
directory: [boto3-stubs](https://github.com/youtype/mypy_boto3_builder),
[mock](https://github.com/testing-cabal/mock),
[moto](https://github.com/getmoto/moto) and
[pytest](https://github.com/pytest-dev/pytest).

Updates `boto3-stubs` from 1.36.26 to 1.37.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/youtype/mypy_boto3_builder/releases">boto3-stubs's
releases</a>.</em></p>
<blockquote>
<h2>8.8.0 - Python 3.8 runtime is back</h2>
<h3>Changed</h3>
<ul>
<li><code>[services]</code> <code>install_requires</code> section is
calculated based on dependencies in use, so
<code>typing-extensions</code> version is set properly</li>
<li><code>[all]</code> Replaced <code>typing</code> imports with
<code>collections.abc</code> with a fallback to <code>typing</code> for
Python &lt;3.9</li>
<li><code>[all]</code> Added aliases for <code>builtins.list</code>,
<code>builtins.set</code>, <code>builtins.dict</code>, and
<code>builtins.type</code>, so Python 3.8 runtime should work as
expected again (reported by <a
href="https://github.com/YHallouard"><code>@​YHallouard</code></a> in <a
href="https://redirect.github.com/youtype/mypy_boto3_builder/issues/340">#340</a>
and <a
href="https://github.com/Omri-Ben-Yair"><code>@​Omri-Ben-Yair</code></a>
in <a
href="https://redirect.github.com/youtype/mypy_boto3_builder/issues/336">#336</a>)</li>
<li><code>[all]</code> Unions use the same type annotations as the rest
of the structures due to proper fallbacks</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><code>[services]</code> Universal input/output shapes were not
replaced properly in service subresources</li>
<li><code>[docs]</code> Simplified doc links rendering for services</li>
<li><code>[services]</code> Cleaned up unnecessary imports in
<code>client.pyi</code></li>
<li><code>[builder]</code> Import records with fallback are always
rendered</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/youtype/mypy_boto3_builder/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `mock` from 5.1.0 to 5.2.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst">mock's
changelog</a>.</em></p>
<blockquote>
<h2>5.2.0</h2>
<p>This is release is <code>in memory of Michael Foord</code>__, who
originally authored the <code>mock</code> package
and passed away in January 2025.</p>
<p>__ <a
href="https://discuss.python.org/t/in-memoriam-michael-foord-1974-2025/78317">https://discuss.python.org/t/in-memoriam-michael-foord-1974-2025/78317</a></p>
<ul>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/65454">gh-65454</a>:
:func:<code>unittest.mock.Mock.attach_mock</code> no longer triggers a
call
to a <code>PropertyMock</code> being attached.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/117765">gh-117765</a>:
Improved documentation for
:func:<code>unittest.mock.patch.dict</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/124176">gh-124176</a>:
Add support for :func:<code>dataclasses.dataclass</code> in
:func:<code>unittest.mock.create_autospec</code>. Now
<code>create_autospec</code> will check
for potential dataclasses and use :func:<code>dataclasses.fields</code>
function to
retrieve the spec information.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/123934">gh-123934</a>:
Fix :class:<code>unittest.mock.MagicMock</code> reseting magic methods
return values after <code>.reset_mock(return_value=True)</code> was
called.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/90848">gh-90848</a>:
Fixed :func:<code>unittest.mock.create_autospec</code> to configure
parent
mock with keyword arguments.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/113569">gh-113569</a>:
Indicate if there were no actual calls in unittest
:meth:<code>~unittest.mock.Mock.assert_has_calls</code> failure.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/122858">gh-122858</a>:
Deprecate :func:<code>!asyncio.iscoroutinefunction</code> in favor of
:func:<code>inspect.iscoroutinefunction</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/104745">gh-104745</a>:
Limit starting a patcher (from :func:<code>unittest.mock.patch</code> or
:func:<code>unittest.mock.patch.object</code>) more than once without
stopping it</p>
</li>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/75988">gh-75988</a>:
Fixed :func:<code>unittest.mock.create_autospec</code> to pass the call
through to the wrapped object to return the real result.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/119600">gh-119600</a>:
Fix :func:<code>unittest.mock.patch</code> to not read attributes of the
target when <code>new_callable</code> is set. Patch by Robert
Collins.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/113407">gh-113407</a>:
Fix import of :mod:<code>unittest.mock</code> when CPython is built
without docstrings.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/testing-cabal/mock/issues/120732">gh-120732</a>:
Fix <code>name</code> passing to :class:<code>unittest.mock.Mock</code>
object when
using :func:<code>unittest.mock.create_autospec</code>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testing-cabal/mock/commit/0f5df822bde4729cb2190819ad01a8728ddc9de3"><code>0f5df82</code></a>
In memoriam: Michael Foord 1974-2025</li>
<li><a
href="https://github.com/testing-cabal/mock/commit/3c737e2454dad995d0397e0d05c8a7a3a41f484d"><code>3c737e2</code></a>
Preparing for 5.2.0 release.</li>
<li><a
href="https://github.com/testing-cabal/mock/commit/563f3115652a4d889e93a4751d1e04dc20dd5d0a"><code>563f311</code></a>
latest sync point</li>
<li><a
href="https://github.com/testing-cabal/mock/commit/4fc238eb1c612a148e198e743bba0b200896417c"><code>4fc238e</code></a>
<code>unittest.mock</code> test and coverage fixup (<a
href="https://redirect.github.com/testing-cabal/mock/issues/130787">#130787</a>)</li>
<li><a
href="https://github.com/testing-cabal/mock/commit/aee44ede42c4cb4d529701352445806e730e62f8"><code>aee44ed</code></a>
Backport-specific code coverage fixes</li>
<li><a
href="https://github.com/testing-cabal/mock/commit/9081bbe8183c83f84309abd61dc879c2d9510abc"><code>9081bbe</code></a>
Fix bug in backporting docs</li>
<li><a
href="https://github.com/testing-cabal/mock/commit/fdacaa2b68e3bb06851bfb991ecd8ed063b49f3e"><code>fdacaa2</code></a>
Add set_event_loop_policy to backports</li>
<li><a
href="https://github.com/testing-cabal/mock/commit/4221c21ff6a373e4bdf566e014f234b7d67dd946"><code>4221c21</code></a>
Revert &quot;<a
href="https://redirect.github.com/testing-cabal/mock/issues/71339">gh-71339</a>:
Add additional assertion methods for unittest (<a
href="https://redirect.github.com/testing-cabal/mock/issues/128707">GH-128707</a>)&quot;</li>
<li><a
href="https://github.com/testing-cabal/mock/commit/45d2d494c645cdd6cbe005591ab5cc28fc33dd58"><code>45d2d49</code></a>
<a
href="https://redirect.github.com/testing-cabal/mock/issues/71339">gh-71339</a>:
Add additional assertion methods for unittest (<a
href="https://redirect.github.com/testing-cabal/mock/issues/128707">GH-128707</a>)</li>
<li><a
href="https://github.com/testing-cabal/mock/commit/9e3f49cd664d32f9241aaf2ae96e527ae95312a3"><code>9e3f49c</code></a>
<a
href="https://redirect.github.com/testing-cabal/mock/issues/127949">gh-127949</a>:
deprecate <code>asyncio.set_event_loop_policy</code> (<a
href="https://redirect.github.com/testing-cabal/mock/issues/128024">#128024</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/testing-cabal/mock/compare/5.1.0...5.2.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `moto` from 5.1.0 to 5.1.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getmoto/moto/blob/master/CHANGELOG.md">moto's
changelog</a>.</em></p>
<blockquote>
<h2>5.1.1</h2>
<p>Docker Digest for 5.1.1:
<em>sha256:a4c04c53a892ad81741a2e006b85d0f98eab42ad988efb360429cb4ba6818323</em></p>
<pre><code>* General:
* Compatible with the new Account-based endpoint for DynamoDB (see
boto/boto3#4449)
    * Removed dependency on typing_extensions (introduced in 5.1.0)
<ul>
<li>
<p>New Methods:</p>
<ul>
<li>
<p>CognitoIDP:</p>
<ul>
<li>delete_identity_pool()</li>
</ul>
</li>
<li>
<p>Glue:</p>
<ul>
<li>create_connection()</li>
<li>get_connection()</li>
<li>get_connections()</li>
</ul>
</li>
<li>
<p>GuardDuty:</p>
<ul>
<li>get_administrator_account()</li>
</ul>
</li>
</ul>
</li>
<li>
<p>Miscellaneous:</p>
<ul>
<li>ResourceGroupsTaggingAPI: get_resources() now supports
EventBusses</li>
<li>RDS: create_db_instance() now throws an error when referencing a
non-existent DBCluster<br />
</code></pre></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getmoto/moto/commit/401269d076d7628329a021e1b960c79f90c3aaff"><code>401269d</code></a>
Pre-Release: Up Version Number</li>
<li><a
href="https://github.com/getmoto/moto/commit/f0e258f459c0b1bc4363829d3b55d6c03a0e991e"><code>f0e258f</code></a>
Prep release 5.1.1 (<a
href="https://redirect.github.com/getmoto/moto/issues/8623">#8623</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/93521319e7c9acd43e2b9b6e13e8d8fd7c246162"><code>9352131</code></a>
chore: update IAM Managed Policies (<a
href="https://redirect.github.com/getmoto/moto/issues/8640">#8640</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/1e2dd1526b0f7d943eb57666d3b95ff7143d06ab"><code>1e2dd15</code></a>
chore: update SSM default parameters (<a
href="https://redirect.github.com/getmoto/moto/issues/8647">#8647</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/0224977538667d4ed6d93a259ba155bd5188b939"><code>0224977</code></a>
chore: update SSM default AMI's (<a
href="https://redirect.github.com/getmoto/moto/issues/8642">#8642</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/19342fdcc1790d510c448539584dab0a9de12dec"><code>19342fd</code></a>
chore: update EC2 Instance Offerings (<a
href="https://redirect.github.com/getmoto/moto/issues/8646">#8646</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/32679cbcc79da00f362bbdf1218f9b8470be60e6"><code>32679cb</code></a>
chore: update SSM Optimized AMI's (<a
href="https://redirect.github.com/getmoto/moto/issues/8643">#8643</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/b78bc26bd33c367616a4492ef685e47ed2de229f"><code>b78bc26</code></a>
chore: update Config Managed Rules (<a
href="https://redirect.github.com/getmoto/moto/issues/8639">#8639</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/f476634ff679ac4091ed045df7fdd89a9d34b427"><code>f476634</code></a>
RDS: Raise error when trying to add DBInstance to non-existent DBCluster
(<a
href="https://redirect.github.com/getmoto/moto/issues/8645">#8645</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/e1c53bab28e23a3d5b12e5b4c14ea0fe1b81e897"><code>e1c53ba</code></a>
Bump the java-deps group in /other_langs/tests_java with 6 updates (<a
href="https://redirect.github.com/getmoto/moto/issues/8644">#8644</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getmoto/moto/compare/5.1.0...5.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `pytest` from 8.3.4 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>8.3.5</h2>
<h1>pytest 8.3.5 (2025-03-02)</h1>
<h2>Bug fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/11777">#11777</a>:
Fixed issue where sequences were still being shortened even with
<code>-vv</code> verbosity.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12888">#12888</a>:
Fixed broken input when using Python 3.13+ and a <code>libedit</code>
build of Python, such as on macOS or with uv-managed Python binaries
from the <code>python-build-standalone</code> project. This could
manifest e.g. by a broken prompt when using <code>Pdb</code>, or seeing
empty inputs with manual usage of <code>input()</code> and suspended
capturing.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13026">#13026</a>:
Fixed <code>AttributeError</code>{.interpreted-text
role=&quot;class&quot;} crash when using
<code>--import-mode=importlib</code> when top-level directory same name
as another module of the standard library.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13053">#13053</a>:
Fixed a regression in pytest 8.3.4 where, when using
<code>--import-mode=importlib</code>, a directory containing py file
with the same name would cause an <code>ImportError</code></li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13083">#13083</a>:
Fixed issue where pytest could crash if one of the collected directories
got removed during collection.</li>
</ul>
<h2>Improved documentation</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12842">#12842</a>:
Added dedicated page about using types with pytest.</p>
<p>See <code>types</code>{.interpreted-text role=&quot;ref&quot;} for
detailed usage.</p>
</li>
</ul>
<h2>Contributor-facing changes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13112">#13112</a>:
Fixed selftest failures in <code>test_terminal.py</code> with Pygments
&gt;= 2.19.0</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13256">#13256</a>:
Support for Towncrier versions released in 2024 has been re-enabled
when building Sphinx docs -- by <code>webknjaz</code>{.interpreted-text
role=&quot;user&quot;}.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/b55ab2aabb68c0ce94c3903139b062d0c2790152"><code>b55ab2a</code></a>
Prepare release version 8.3.5</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/e217726d2a0edfaf58eae95bf835b85834b96da3"><code>e217726</code></a>
Added dedicated page about using types with pytest <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12842">#12842</a>
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12963">#12963</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13260">#13260</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/2fa3f8306c3da4aad7f7349a4947ac37ba6c652f"><code>2fa3f83</code></a>
Add more resources and studies to flaky tests page in docs (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13250">#13250</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13259">#13259</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/e5c2efe3c36199731b41fd68bbf4df5e21404a8b"><code>e5c2efe</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/13256">#13256</a>
from webknjaz/maintenance/towncrier-bump (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13258">#13258</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/3419674225a3a7b7d6f93650d75f6de52fe637d5"><code>3419674</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/13187">#13187</a>
from pytest-dev/patchback/backports/8.3.x/b4009b319...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/b75cfb162dbb927739698effa3fbcf279655da49"><code>b75cfb1</code></a>
Add readline workaround for libedit (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13176">#13176</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/edbfff72a4051ed9c5f3d9b5d6f316b407cb6961"><code>edbfff7</code></a>
doc: Clarify capturing .readouterr() return value (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13222">#13222</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13225">#13225</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/2ebba0063c66b77a7bd171221de059f3b3e47b86"><code>2ebba00</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/13199">#13199</a>
from jakkdl/tox_docs_no_fetch (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13200">#13200</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/eb6496b79759f9acde581ed9d7a0777a49b5f820"><code>eb6496b</code></a>
doc: Change training to remote only (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13196">#13196</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13197">#13197</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/78cf1f67f707fc07372a89775fd10d2065b5f17a"><code>78cf1f6</code></a>
ci: Bump build-and-inspect-python-package (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13188">#13188</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5">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 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


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kevinjqliu pushed a commit to apache/iceberg-python that referenced this issue Mar 3, 2025
Bumps [moto](https://github.com/getmoto/moto) from 5.1.0 to 5.1.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getmoto/moto/blob/master/CHANGELOG.md">moto's
changelog</a>.</em></p>
<blockquote>
<h2>5.1.1</h2>
<p>Docker Digest for 5.1.1:
<em>sha256:a4c04c53a892ad81741a2e006b85d0f98eab42ad988efb360429cb4ba6818323</em></p>
<pre><code>* General:
* Compatible with the new Account-based endpoint for DynamoDB (see
boto/boto3#4449)
    * Removed dependency on typing_extensions (introduced in 5.1.0)
<ul>
<li>
<p>New Methods:</p>
<ul>
<li>
<p>CognitoIDP:</p>
<ul>
<li>delete_identity_pool()</li>
</ul>
</li>
<li>
<p>Glue:</p>
<ul>
<li>create_connection()</li>
<li>get_connection()</li>
<li>get_connections()</li>
</ul>
</li>
<li>
<p>GuardDuty:</p>
<ul>
<li>get_administrator_account()</li>
</ul>
</li>
</ul>
</li>
<li>
<p>Miscellaneous:</p>
<ul>
<li>ResourceGroupsTaggingAPI: get_resources() now supports
EventBusses</li>
<li>RDS: create_db_instance() now throws an error when referencing a
non-existent DBCluster<br />
</code></pre></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getmoto/moto/commit/401269d076d7628329a021e1b960c79f90c3aaff"><code>401269d</code></a>
Pre-Release: Up Version Number</li>
<li><a
href="https://github.com/getmoto/moto/commit/f0e258f459c0b1bc4363829d3b55d6c03a0e991e"><code>f0e258f</code></a>
Prep release 5.1.1 (<a
href="https://redirect.github.com/getmoto/moto/issues/8623">#8623</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/93521319e7c9acd43e2b9b6e13e8d8fd7c246162"><code>9352131</code></a>
chore: update IAM Managed Policies (<a
href="https://redirect.github.com/getmoto/moto/issues/8640">#8640</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/1e2dd1526b0f7d943eb57666d3b95ff7143d06ab"><code>1e2dd15</code></a>
chore: update SSM default parameters (<a
href="https://redirect.github.com/getmoto/moto/issues/8647">#8647</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/0224977538667d4ed6d93a259ba155bd5188b939"><code>0224977</code></a>
chore: update SSM default AMI's (<a
href="https://redirect.github.com/getmoto/moto/issues/8642">#8642</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/19342fdcc1790d510c448539584dab0a9de12dec"><code>19342fd</code></a>
chore: update EC2 Instance Offerings (<a
href="https://redirect.github.com/getmoto/moto/issues/8646">#8646</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/32679cbcc79da00f362bbdf1218f9b8470be60e6"><code>32679cb</code></a>
chore: update SSM Optimized AMI's (<a
href="https://redirect.github.com/getmoto/moto/issues/8643">#8643</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/b78bc26bd33c367616a4492ef685e47ed2de229f"><code>b78bc26</code></a>
chore: update Config Managed Rules (<a
href="https://redirect.github.com/getmoto/moto/issues/8639">#8639</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/f476634ff679ac4091ed045df7fdd89a9d34b427"><code>f476634</code></a>
RDS: Raise error when trying to add DBInstance to non-existent DBCluster
(<a
href="https://redirect.github.com/getmoto/moto/issues/8645">#8645</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/e1c53bab28e23a3d5b12e5b4c14ea0fe1b81e897"><code>e1c53ba</code></a>
Bump the java-deps group in /other_langs/tests_java with 6 updates (<a
href="https://redirect.github.com/getmoto/moto/issues/8644">#8644</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getmoto/moto/compare/5.1.0...5.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moto&package-manager=pip&previous-version=5.1.0&new-version=5.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant