dependabot[bot] opened a new pull request, #90:
URL: https://github.com/apache/solr-orbit/pull/90

   Bumps the python-dependencies group with 16 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [certifi](https://github.com/certifi/python-certifi) | `2026.6.17` | 
`2026.7.22` |
   | [ijson](https://github.com/ICRAR/ijson) | `3.5.0` | `3.5.1` |
   | 
[google-resumable-media](https://github.com/googleapis/google-cloud-python) | 
`2.10.0` | `2.10.2` |
   | [google-auth](https://github.com/googleapis/google-cloud-python) | 
`2.55.0` | `2.58.0` |
   | [boto3](https://github.com/boto/boto3) | `1.43.34` | `1.43.94` |
   | [numpy](https://github.com/numpy/numpy) | `2.4.6` | `2.5.3` |
   | [tqdm](https://github.com/tqdm/tqdm) | `4.68.3` | `4.70.1` |
   | [faker](https://github.com/joke2k/faker) | `40.23.0` | `40.39.0` |
   | [pandas](https://github.com/pandas-dev/pandas) | `3.0.3` | `3.0.5` |
   | [dask](https://github.com/dask/dask) | `2026.6.0` | `2026.8.0` |
   | [bokeh](https://github.com/bokeh/bokeh) | `3.9.1` | `3.10.0` |
   | [pydantic](https://github.com/pydantic/pydantic) | `2.13.4` | `2.13.5` |
   | [pydantic-core](https://github.com/pydantic/pydantic) | `2.46.4` | 
`2.46.5` |
   | [ujson](https://github.com/ultrajson/ultrajson) | `5.13.0` | `6.0.0` |
   | [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) | `5.2.3` 
| `5.3.0` |
   | [tox](https://github.com/tox-dev/tox) | `4.55.1` | `4.61.4` |
   
   Updates `certifi` from 2026.6.17 to 2026.7.22
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/certifi/python-certifi/commit/f4bc676bc101fe2235846e37044e8c693d6cbaf4";><code>f4bc676</code></a>
 2026.07.22 (<a 
href="https://redirect.github.com/certifi/python-certifi/issues/428";>#428</a>)</li>
   <li><a 
href="https://github.com/certifi/python-certifi/commit/4c91f9c5f9b4676d40d2930025ba04d80dd536f6";><code>4c91f9c</code></a>
 Bump actions/setup-python from 6.3.0 to 7.0.0 (<a 
href="https://redirect.github.com/certifi/python-certifi/issues/427";>#427</a>)</li>
   <li><a 
href="https://github.com/certifi/python-certifi/commit/01a66c5cf32eadb8f03a0504c24cb44f6d581248";><code>01a66c5</code></a>
 Bump actions/checkout from 7.0.0 to 7.0.1 (<a 
href="https://redirect.github.com/certifi/python-certifi/issues/426";>#426</a>)</li>
   <li><a 
href="https://github.com/certifi/python-certifi/commit/eb355f41cb71f71012ecf1a4d27a57d0ee2b1337";><code>eb355f4</code></a>
 Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (<a 
href="https://redirect.github.com/certifi/python-certifi/issues/425";>#425</a>)</li>
   <li><a 
href="https://github.com/certifi/python-certifi/commit/474e6fc996d55b91632248da0bade702504e62dc";><code>474e6fc</code></a>
 Include tests in the source distribution (<a 
href="https://redirect.github.com/certifi/python-certifi/issues/424";>#424</a>)</li>
   <li><a 
href="https://github.com/certifi/python-certifi/commit/a31ef39bb5906af7dc9729890f7e4e04e75afdae";><code>a31ef39</code></a>
 Bump actions/setup-python from 6.2.0 to 6.3.0 (<a 
href="https://redirect.github.com/certifi/python-certifi/issues/420";>#420</a>)</li>
   <li><a 
href="https://github.com/certifi/python-certifi/commit/98eb2c76a9c7a8519912023dca00f762bbcd59af";><code>98eb2c7</code></a>
 Bump actions/checkout from 6.0.3 to 7.0.0 (<a 
href="https://redirect.github.com/certifi/python-certifi/issues/419";>#419</a>)</li>
   <li>See full diff in <a 
href="https://github.com/certifi/python-certifi/compare/2026.06.17...2026.07.22";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ijson` from 3.5.0 to 3.5.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ICRAR/ijson/blob/master/CHANGELOG.md";>ijson's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[3.5.1]</h2>
   <ul>
   <li>The internal <code>ijson.common.ObjectBuilder</code> no longer creates 
internal reference
   cycles, so discarded builders are freed by reference counting instead
   of waiting for a cyclic garbage collection pass. This lowers peak
   memory usage for code that builds and discards one large object at a
   time. As a side effect, <code>builder.value</code> is now <code>None</code> 
before any
   event is processed (previously accessing it raised 
<code>AttributeError</code>),
   and the undocumented <code>containers</code> attribute holds the in-progress
   containers rather than setter closures.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ICRAR/ijson/commit/d991ad9ed9afdd140f1e234cb653cc12a7439904";><code>d991ad9</code></a>
 Release ijson 3.5.1</li>
   <li><a 
href="https://github.com/ICRAR/ijson/commit/433fc7333bb36e8a4d4468454d67eb58fc6f6aca";><code>433fc73</code></a>
 Actually delete misleading comment</li>
   <li><a 
href="https://github.com/ICRAR/ijson/commit/64a7a813d86839b3a889e31967a26fa5e6176002";><code>64a7a81</code></a>
 * Emphasize that ObjectBuilder is internal.</li>
   <li><a 
href="https://github.com/ICRAR/ijson/commit/8e1d481ebc265f5dc34eab901b61dccc9e9721c5";><code>8e1d481</code></a>
 Test that value is readable during construction</li>
   <li><a 
href="https://github.com/ICRAR/ijson/commit/fef61105d6a82cc059c91c4937bfa0b524d96c19";><code>fef6110</code></a>
 Rebuild ObjectBuilder without setter closures</li>
   <li><a 
href="https://github.com/ICRAR/ijson/commit/3a363b84f1aa4d6f37fa2a05782a73cc07ff23bb";><code>3a363b8</code></a>
 Bump actions/checkout from 6 to 7</li>
   <li><a 
href="https://github.com/ICRAR/ijson/commit/979e0ce95d04df58c3dddd62c775a92a5bb55a6c";><code>979e0ce</code></a>
 Bump pypa/cibuildwheel from 3.4.1 to 4.1.0</li>
   <li><a 
href="https://github.com/ICRAR/ijson/commit/cdbb2f75dac50444b02ab37502b8d596c9e2d8e3";><code>cdbb2f7</code></a>
 Fix invalid CIBW skip option</li>
   <li><a 
href="https://github.com/ICRAR/ijson/commit/a9f5dc6fea446b60a1342fac76c56e15c11baefc";><code>a9f5dc6</code></a>
 Remove cpython-freethreading from cibw enable</li>
   <li><a 
href="https://github.com/ICRAR/ijson/commit/d72a5de082d26a96feb019a39ba875bbc5b7563d";><code>d72a5de</code></a>
 Move cibuildwheel configuration to pyproject.toml</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ICRAR/ijson/compare/v3.5.0...v3.5.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `google-resumable-media` from 2.10.0 to 2.10.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/googleapis/google-cloud-python/releases";>google-resumable-media's
 releases</a>.</em></p>
   <blockquote>
   <h2>google-resumable-media: v2.10.2</h2>
   <h2><a 
href="https://github.com/googleapis/google-cloud-python/compare/google-resumable-media-v2.10.1...google-resumable-media-v2.10.2";>2.10.2</a>
 (2026-08-21)</h2>
   <h3>Documentation</h3>
   <ul>
   <li><strong>handwritten:</strong> centralize CONTRIBUTING.rst pointers (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17642";>#17642</a>)
 (<a 
href="https://github.com/googleapis/google-cloud-python/commit/23b94994bd5251493b81d91657d1f79a5d3c4b97";>23b9499</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md";>google-resumable-media's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <p><a href="https://pypi.org/project/google-cloud-documentai/#history";>PyPI 
History</a></p>
   <h2><a 
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v3.14.0...google-cloud-documentai-v3.15.0";>3.15.0</a>
 (2026-06-02)</h2>
   <h3>Features</h3>
   <ul>
   <li>regenerate google-cloud-d packages (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17092";>#17092</a>)
 (<a 
href="https://github.com/googleapis/google-cloud-python/commit/d49a2b9412b4ee9105125db36104a3e18344e0ad";>d49a2b9412b4ee9105125db36104a3e18344e0ad</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v3.13.0...google-cloud-documentai-v3.14.0";>3.14.0</a>
 (2026-04-02)</h2>
   <h3>Features</h3>
   <ul>
   <li>Update comments for proto fields (<a 
href="https://github.com/googleapis/google-cloud-python/commit/c36aa6169035fdb14bf84b0e56e4f81291600b5a";>c36aa6169035fdb14bf84b0e56e4f81291600b5a</a>)</li>
   <li>Added a fields for image and table annotation output (<a 
href="https://github.com/googleapis/google-cloud-python/commit/c36aa6169035fdb14bf84b0e56e4f81291600b5a";>c36aa6169035fdb14bf84b0e56e4f81291600b5a</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v3.12.0...google-cloud-documentai-v3.13.0";>3.13.0</a>
 (2026-03-26)</h2>
   <h3>Features</h3>
   <ul>
   <li>Allow Protobuf 7.x (<a 
href="https://github.com/googleapis/google-cloud-python/commit/1eb7c268482e55971966e284dac2cbeb903adcbb";>1eb7c268482e55971966e284dac2cbeb903adcbb</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Require Python 3.9 (<a 
href="https://github.com/googleapis/google-cloud-python/commit/1eb7c268482e55971966e284dac2cbeb903adcbb";>1eb7c268482e55971966e284dac2cbeb903adcbb</a>)</li>
   <li>Require google-api-core &gt;= 2.11.0 (<a 
href="https://github.com/googleapis/google-cloud-python/commit/1eb7c268482e55971966e284dac2cbeb903adcbb";>1eb7c268482e55971966e284dac2cbeb903adcbb</a>)</li>
   <li>Improve type checking (<a 
href="https://github.com/googleapis/google-cloud-python/commit/1eb7c268482e55971966e284dac2cbeb903adcbb";>1eb7c268482e55971966e284dac2cbeb903adcbb</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v3.11.0...google-cloud-documentai-v3.12.0";>3.12.0</a>
 (2026-03-23)</h2>
   <h3>Features</h3>
   <ul>
   <li>Add a field for upgrading previous processor version when fine tuning 
(<a 
href="https://github.com/googleapis/google-cloud-python/commit/ee7dd7dc168ecf943440cef38efff348e8eff095";>ee7dd7dc168ecf943440cef38efff348e8eff095</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v3.10.0...google-cloud-documentai-v3.11.0";>3.11.0</a>
 (2026-03-05)</h2>
   <h3>Features</h3>
   <ul>
   <li>Added a field for enabling image and table annotation for layout parser 
processor (<a 
href="https://github.com/googleapis/google-cloud-python/commit/6120fb0db084f5e8d1502fb1bb37594ac9976f6e";>6120fb0db084f5e8d1502fb1bb37594ac9976f6e</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v3.9.0...google-cloud-documentai-v3.10.0";>3.10.0</a>
 (2026-02-12)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/3e29682282ac03d929fbfb93b5f94736fd420249";><code>3e29682</code></a>
 chore: release main (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/18013";>#18013</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/b4d97179f151d5ff37e6c7dbbd190a84c7d936a9";><code>b4d9717</code></a>
 feat: check python and dependency versions in spanner packages (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/18177";>#18177</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/66794a00535b3e39af973e8b47d06bdf3e09eb5e";><code>66794a0</code></a>
 chore(bigtable): Rerouted legacy client row filters to data client row 
filter...</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/b42122e2eed2b8cea3cab6337d52379de7c9c5aa";><code>b42122e</code></a>
 Revert &quot;fix(auth): parse hostname for mTLS and PSC endpoint certifica… 
(<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/18189";>#18189</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/e20796a4ad6c8db70c24bec24851834ea76d7537";><code>e20796a</code></a>
 fix(google-auth-oauthlib): prevent port re-use on windows (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/18166";>#18166</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/b6423734a2470acd01a7081a4133e4373206f325";><code>b642373</code></a>
 fix(auth): parse hostname for mTLS and PSC endpoint certificate rotat… (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/18153";>#18153</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/5bc3899be81702b50efc2b4b67fe7f80c7506242";><code>5bc3899</code></a>
 feat(spanner): add DataBoost and auto_partition_mode support to DBAPI driver 
...</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/2b056ab2788411bb555c6697a94d76c83ca2a863";><code>2b056ab</code></a>
 docs(django-spanner, common-protos): centralize CONTRIBUTING.rst pointers (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/91d5e2a785bda9007a792a6019b26593965b6d2c";><code>91d5e2a</code></a>
 chore(bigtable): added warning to MutationsBatcher (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/18176";>#18176</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/23b94994bd5251493b81d91657d1f79a5d3c4b97";><code>23b9499</code></a>
 docs(handwritten): centralize CONTRIBUTING.rst pointers (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17642";>#17642</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/googleapis/google-cloud-python/compare/google-resumable-media-v2.10.0...google-resumable-media-v2.10.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `google-auth` from 2.55.0 to 2.58.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/googleapis/google-cloud-python/releases";>google-auth's 
releases</a>.</em></p>
   <blockquote>
   <h2>google-auth: v2.58.0</h2>
   <h2><a 
href="https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.57.1...google-auth-v2.58.0";>2.58.0</a>
 (2026-09-09)</h2>
   <h3>Features</h3>
   <ul>
   <li>[aiohttp] Add mTLS reconfiguration logic when certificate mismatch (<a 
href="https://github.com/googleapis/google-cloud-python/commit/906ace77a2a4cfe57954b3da727232e2fd481c22";>906ace7</a>)</li>
   <li><strong>auth:</strong> [aiohttp] Add mTLS reconfiguration logic when 
certificate mismatch for existing credentials &amp; Agent Identity workloads  
(<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/18224";>#18224</a>)
 (<a 
href="https://github.com/googleapis/google-cloud-python/commit/906ace77a2a4cfe57954b3da727232e2fd481c22";>906ace7</a>)</li>
   </ul>
   <h2>google-auth: v2.57.1</h2>
   <h2><a 
href="https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.57.0...google-auth-v2.57.1";>2.57.1</a>
 (2026-09-03)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>auth:</strong> parse hostname for mTLS and PSC endpoint 
certificate rotation (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/18147";>#18147</a>)
 (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/18201";>#18201</a>)
 (<a 
href="https://github.com/googleapis/google-cloud-python/commit/b18bb4cb749d2dd10d0e2f7d8505460d305e54fc";>b18bb4c</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/e0147b1669760a63fcf3b949ff8624a0f01819f3";><code>e0147b1</code></a>
 chore(main): release google-auth 2.58.0 (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/18325";>#18325</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/0766fb69c28973d5d51cffc490f195c60e8eee10";><code>0766fb6</code></a>
 feat: update API sources and regenerate (<a 
href="https://redirect.github.com/googleapis/google-cloud-python/issues/18324";>#18324</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/906ace77a2a4cfe57954b3da727232e2fd481c22";><code>906ace7</code></a>
 feat(auth): [aiohttp] Add mTLS reconfiguration logic when certificate 
mismatc...</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/f55462de2ea192806282065c44133bd768ad80ed";><code>f55462d</code></a>
 fix: bump pytest from 8.4.2 to 9.0.3 in 
/packages/google-cloud-bigquery/sampl...</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/4cc95cb821d220cc5c2498947efc9b263d93f1c6";><code>4cc95cb</code></a>
 fix: bump requests from 2.32.5 to 2.33.0 in 
/packages/google-cloud-bigquery/s...</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/1d796961baf475b4a77edfda06760e07014095b3";><code>1d79696</code></a>
 fix: bump pyasn1 from 0.6.2 to 0.6.4 in 
/packages/google-cloud-bigquery/sampl...</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/b6fe6890582acf73e4163fe83af7024b7782b1a8";><code>b6fe689</code></a>
 fix: bump idna from 3.10 to 3.15 in 
/packages/google-cloud-bigquery/samples/g...</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/f18eb1ec78469e6bf1525c6e3b774e394e834e60";><code>f18eb1e</code></a>
 fix: bump urllib3 from 2.6.3 to 2.7.0 in 
/packages/google-cloud-bigquery/samp...</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/d0045d4da87c7bc606734295b726a4707faa53d3";><code>d0045d4</code></a>
 fix: bump pytest from 8.4.2 to 9.0.3 in 
/packages/google-cloud-bigquery/sampl...</li>
   <li><a 
href="https://github.com/googleapis/google-cloud-python/commit/282ab7039a423fb4e2b781c87cc4b0bca2d9538f";><code>282ab70</code></a>
 fix: bump pyarrow from 21.0.0 to 23.0.1 in 
/packages/google-cloud-bigquery/sa...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.55.0...google-auth-v2.58.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `boto3` from 1.43.34 to 1.43.94
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/boto/boto3/commit/ec50e6e012a25a3be7893b933696c58df5b69a04";><code>ec50e6e</code></a>
 Merge branch 'release-1.43.94'</li>
   <li><a 
href="https://github.com/boto/boto3/commit/e18db43defe70f4850e867686e142dee09a990b9";><code>e18db43</code></a>
 Bumping version to 1.43.94</li>
   <li><a 
href="https://github.com/boto/boto3/commit/a500f54c680e48bf3e75c2a1e1d317b0d3c77c1a";><code>a500f54</code></a>
 Add changelog entries from botocore</li>
   <li><a 
href="https://github.com/boto/boto3/commit/655751ca8806420cddfa90a30e49c48a96dd6b57";><code>655751c</code></a>
 Merge branch 'release-1.43.93'</li>
   <li><a 
href="https://github.com/boto/boto3/commit/373c958c1fd3ccaf4cc59c60f10c5902d87409df";><code>373c958</code></a>
 Merge branch 'release-1.43.93' into develop</li>
   <li><a 
href="https://github.com/boto/boto3/commit/e522bfd211ccd34050443391ed52cf2f22dac5a7";><code>e522bfd</code></a>
 Bumping version to 1.43.93</li>
   <li><a 
href="https://github.com/boto/boto3/commit/9c7d4c3cf10bef2f3f0015f58fa39c01aea446a0";><code>9c7d4c3</code></a>
 Add changelog entries from botocore</li>
   <li><a 
href="https://github.com/boto/boto3/commit/4477cdcb2c710111ca0b74b23522a8ef57021b30";><code>4477cdc</code></a>
 Merge branch 'release-1.43.92'</li>
   <li><a 
href="https://github.com/boto/boto3/commit/a465bee6a00e71a77ca17b8417a4c446eb21c269";><code>a465bee</code></a>
 Merge branch 'release-1.43.92' into develop</li>
   <li><a 
href="https://github.com/boto/boto3/commit/5d8a8ab55c9a53dd2fd5944b8d3760d372d1872a";><code>5d8a8ab</code></a>
 Bumping version to 1.43.92</li>
   <li>Additional commits viewable in <a 
href="https://github.com/boto/boto3/compare/1.43.34...1.43.94";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `numpy` from 2.4.6 to 2.5.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/numpy/numpy/releases";>numpy's releases</a>.</em></p>
   <blockquote>
   <h2>v2.5.3 (Sep 6, 2026)</h2>
   <h1>NumPy 2.5.3 Release Notes</h1>
   <p>The NumPy 2.5.3 is a patch release that fixes bugs discovered after the 
2.5.2
   release. Apart from the usual bug and maintenance work, there are a number of
   StringDType related fixes for problems discovered during the ongoing string
   work in the main branch.</p>
   <p>This release supports Python versions 3.12-3.15</p>
   <h2>Changes</h2>
   <ul>
   <li>
   <p>Casting a fixed-width byte string array (<code>np.bytes_</code>) to 
<code>StringDType</code>
   now raises <code>TypeError</code> when the bytes are not valid UTF-8. 
Previously the
   invalid bytes were stored as-is and later caused undefined behavior in
   string operations.</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/32296";>gh-32296</a>)</p>
   </li>
   <li>
   <p><code>MaskedArray._fill_value</code> would become stale when ufuncs that 
change dtype
   left the result holding a fill_value typed for the old dtype. The mismatch
   was silent until something later called <code>_check_fill_value</code>, such 
as
   <code>.view()</code>, and then a <code>TypeError</code> would be raised. 
Now, when the copied
   fill_value is no longer valid for the new dtype, fall back to the
   default fill_value for that dtype instead of propagating the stale value.
   This may raise a <code>ComplexWarning</code> if the fill_value is complex 
and the
   new dtype is real.</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/32423";>gh-32423</a>)</p>
   </li>
   </ul>
   <h2>Contributors</h2>
   <p>A total of 9 people contributed to this release. People with a 
&quot;+&quot; by their
   names contributed a patch for the first time.</p>
   <ul>
   <li>Charles Harris</li>
   <li>Iason Krommydas</li>
   <li>James Davies +</li>
   <li>Joren Hammudoglu</li>
   <li>Maanas Arora</li>
   <li>Matti Picus</li>
   <li>Nathan Goldbaum</li>
   <li>Shikhar Goel +</li>
   <li>Yeonho Kim +</li>
   </ul>
   <h2>Pull requests merged</h2>
   <p>A total of 27 pull requests were merged for this release.</p>
   <ul>
   <li><a href="https://redirect.github.com/numpy/numpy/pull/32235";>#32235</a>: 
MAINT: Prepare 2.5.x for further development</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/numpy/numpy/commit/dd88c0c19b54ad9ed3533224221285bf0873249a";><code>dd88c0c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/32511";>#32511</a> from 
charris/prepare-2.5.3</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/edcac6acc392f4010933ee83e8a4769a7cfe92c5";><code>edcac6a</code></a>
 REL: Prepare for the NumPy 2.5.3 release</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/fd4d908aff89773ead13f7c6a0ab31153f14439e";><code>fd4d908</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/32509";>#32509</a> from 
charris/backport-32496</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/65bb1da13d0ee784be84d173b86784f0d64bdaca";><code>65bb1da</code></a>
 BUG: fix crash in ufunc.resolve_dtypes with a Python scalar type (<a 
href="https://redirect.github.com/numpy/numpy/issues/32496";>#32496</a>)</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/294956e85dfaea149aada1278c2ed6be0f6f28c8";><code>294956e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/32506";>#32506</a> from 
charris/backport-32503</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/26428d9a3f5ab4f604b326347e3a9c6dcc00c1cb";><code>26428d9</code></a>
 DOC: fix scipy docs links in intersphinx mapping (<a 
href="https://redirect.github.com/numpy/numpy/issues/32507";>#32507</a>)</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/5fab1cbc6aa9e119d9f931243a56c6fbca989476";><code>5fab1cb</code></a>
 DOC: use static scipy doc site for intershpinx (<a 
href="https://redirect.github.com/numpy/numpy/issues/32503";>#32503</a>)</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/7beed2f7e9a24e493a04ff7e2eb1db0d7f9c50e6";><code>7beed2f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/32481";>#32481</a> from 
ngoldbaum/stringdtype-backport</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/8972f70798a2ba1bb4557157982fd6001906f993";><code>8972f70</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/32478";>#32478</a> from 
charris/backport-32466</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/ab1b58902a868d4151ef3cf8dbeb91d8a1924fa4";><code>ab1b589</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/32477";>#32477</a> from 
charris/backport-32423</li>
   <li>Additional commits viewable in <a 
href="https://github.com/numpy/numpy/compare/v2.4.6...v2.5.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tqdm` from 4.68.3 to 4.70.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/tqdm/tqdm/releases";>tqdm's 
releases</a>.</em></p>
   <blockquote>
   <h2>tqdm v4.70.1 stable</h2>
   <ul>
   <li><code>contrib.concurrent</code>: fix no-len iterables (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1830";>#1830</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1828";>#1828</a>)</li>
   <li>tests: major overhaul (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1819";>#1819</a>)</li>
   <li>update AI policy in PR template</li>
   <li>misc lint &amp; tidy</li>
   <li>CI: bump workflow actions &amp; pre-commit hooks</li>
   </ul>
   <h2>tqdm v4.70.0 stable</h2>
   <ul>
   <li><code>contrib.concurrent</code>: major improvements
   <ul>
   <li>support <code>process_map(mp_context, max_tasks_per_child)</code>, 
<code>thread_map(thread_name_prefix)</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1265";>#1265</a>)</li>
   <li>fix <code>total</code> based on shortest iterable length (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1473";>#1473</a>)</li>
   <li>use default <code>max_workers</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1543";>#1543</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1530";>#1530</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1518";>#1518</a>)</li>
   <li>support <code>timeout</code>, <code>buffersize</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1576";>#1576</a>)</li>
   <li>improve ETA (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1708";>#1708</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1161";>#1161</a>)</li>
   <li>update <code>as_completed</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1709";>#1709</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1565";>#1565</a>)</li>
   <li>add <code>tqdm.concurrent.intepreter_map</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1777";>#1777</a>)</li>
   </ul>
   </li>
   <li><code>asyncio</code>: support iterables with only <code>__aiter__</code> 
(<a href="https://redirect.github.com/tqdm/tqdm/issues/1714";>#1714</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1686";>#1686</a>)</li>
   <li>support <code>reset(float(&quot;inf&quot;))</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1783";>#1783</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1781";>#1781</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/651";>#651</a>)</li>
   <li>framework: test &amp; reduce wheel size (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1782";>#1782</a>)</li>
   </ul>
   <h2>tqdm v4.69.1 stable</h2>
   <ul>
   <li><code>contrib.logging</code>: preserve filters (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1775";>#1775</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1581";>#1581</a>)</li>
   <li><code>rich</code>: misc fixes (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1773";>#1773</a>)
   <ul>
   <li>support generators (without <code>len</code>) (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1391";>#1391</a>)</li>
   <li>fix potential <code>AttributeError</code> on exit (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1674";>#1674</a>)</li>
   </ul>
   </li>
   <li>fix <code>total=float('inf')</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1781";>#1781</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/651";>#651</a>)</li>
   <li>fix potential <code>AttributeError</code> on exit (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1778";>#1778</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1668";>#1668</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1537";>#1537</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/261";>#261</a>)</li>
   <li>fix minor docs typos (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1780";>#1780</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1746";>#1746</a>)</li>
   </ul>
   <h2>tqdm v4.69.0 stable</h2>
   <ul>
   <li>add <code>tqdm.asyncio.gather(..., return_exceptions=False)</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1776";>#1776</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1671";>#1671</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1286";>#1286</a>)</li>
   <li>misc minor framework updates
   <ul>
   <li>bump workflow actions &amp; pre-commit hooks</li>
   </ul>
   </li>
   </ul>
   <h2>tqdm v4.68.4 stable</h2>
   <ul>
   <li>trim to <code>ncols</code> even when <code>'{bar}' not in 
bar_format</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1717";>#1717</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1767";>#1767</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1658";>#1658</a>)</li>
   <li>fix <code>tqdm.write</code> when <code>stdout=None</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1768";>#1768</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1654";>#1654</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/9cf5a12b1f955468a17f0ba3c59092b23e4258ac";><code>9cf5a12</code></a>
 Merge pull request <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1830";>#1830</a> from 
eaubin/master</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/24b9e1e08a097f1c30f2d235b63f9eb25ba47974";><code>24b9e1e</code></a>
 misc tidy</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/2a9e4e82ddba07c5dd6d126e23a4745b76ea49c8";><code>2a9e4e8</code></a>
 contrib.concurrent: fix no-len iterables</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/8d6ff8de5a9066de77d0a9df3e80a022a3dcf146";><code>8d6ff8d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1819";>#1819</a> from 
tqdm/devel</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/bed379609c2c8300671c784c8f85a185c8cf6fb3";><code>bed3796</code></a>
 tests: major overhaul</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/4d3d3194d5467e0701bc0f4b836a735273ef0868";><code>4d3d319</code></a>
 AI policy</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/5dcb022b55553b60ed2131b64aa5bf1e65470df1";><code>5dcb022</code></a>
 minor syntax update</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/309effe4244bf45427c5add7f1bcf33f98a7b421";><code>309effe</code></a>
 tests: pre-commit coverage</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/604193aa03b5f5c0ad5f3d441951f0fbb515f1e4";><code>604193a</code></a>
 tests: slight tidy</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/17f1cac07c89943eb0e6082875b3821205308d4f";><code>17f1cac</code></a>
 CI: bump workflow actions</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tqdm/tqdm/compare/v4.68.3...v4.70.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `faker` from 40.23.0 to 40.39.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/joke2k/faker/releases";>faker's releases</a>.</em></p>
   <blockquote>
   <h2>Release v40.39.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.39.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.38.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.38.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.37.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.37.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.36.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.36.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.35.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.35.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.34.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.34.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.33.2</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.33.2/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.33.1</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.33.1/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.33.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.33.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.32.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.32.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.31.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.31.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.30.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.30.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.29.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.29.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.28.1</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.28.1/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.28.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.28.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.27.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.27.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <h2>Release v40.26.0</h2>
   <p>See <a 
href="https://github.com/joke2k/faker/blob/refs/tags/v40.26.0/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/joke2k/faker/blob/master/CHANGELOG.md";>faker's 
changelog</a>.</em></p>
   <blockquote>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.38.0...v40.39.0";>v40.39.0 - 
2026-09-14</a></h3>
   <ul>
   <li>Fix: compute Norwegian MOD11 check digit so <code>no_NO</code> 
<code>iban()</code> passes stdnum validation (<a 
href="https://redirect.github.com/joke2k/faker/issues/2415";>#2415</a>). Thanks 
<a href="https://github.com/CedricConday";><code>@​CedricConday</code></a>.</li>
   </ul>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.37.0...v40.38.0";>v40.38.0 - 
2026-09-01</a></h3>
   <ul>
   <li>Add <code>si_LK</code> (Sinhala, Sri Lanka) person provider (<a 
href="https://redirect.github.com/joke2k/faker/issues/2430";>#2430</a>). Thanks 
<a 
href="https://github.com/RavinduPabasara";><code>@​RavinduPabasara</code></a>.</li>
   </ul>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.36.0...v40.37.0";>v40.37.0 - 
2026-08-20</a></h3>
   <ul>
   <li>Fix: generate structurally valid Irish IBANs for <code>en_IE</code> (<a 
href="https://redirect.github.com/joke2k/faker/issues/2411";>#2411</a>). Thanks 
<a href="https://github.com/CedricConday";><code>@​CedricConday</code></a>.</li>
   <li>Add Pillow as an optional dependency (<a 
href="https://redirect.github.com/joke2k/faker/issues/2442";>#2442</a>). Thanks 
<a href="https://github.com/suliuzh";><code>@​suliuzh</code></a>.</li>
   </ul>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.35.0...v40.36.0";>v40.36.0 - 
2026-07-24</a></h3>
   <ul>
   <li>Fix: correct <code>uk_UA</code> <code>bban_format</code> to 6 digits + 
19 letters so <code>iban()</code> generates valid Ukrainian IBANs (<a 
href="https://redirect.github.com/joke2k/faker/issues/2417";>#2417</a>). Thanks 
<a href="https://github.com/CedricConday";><code>@​CedricConday</code></a>.</li>
   </ul>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.34.0...v40.35.0";>v40.35.0 - 
2026-07-22</a></h3>
   <ul>
   <li>Fix: add correct <code>bban_format</code> so <code>ru_RU</code> 
<code>iban()</code> generates valid Russian IBANs (<a 
href="https://redirect.github.com/joke2k/faker/issues/2416";>#2416</a>). Thanks 
<a href="https://github.com/CedricConday";><code>@​CedricConday</code></a>.</li>
   </ul>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.33.2...v40.34.0";>v40.34.0 - 
2026-07-22</a></h3>
   <ul>
   <li>Fix: correct BBAN length so <code>da_DK</code> <code>iban()</code> 
generates valid Danish IBANs (<a 
href="https://redirect.github.com/joke2k/faker/issues/2409";>#2409</a>). Thanks 
<a href="https://github.com/CedricConday";><code>@​CedricConday</code></a>.</li>
   </ul>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.33.1...v40.33.2";>v40.33.2 - 
2026-07-22</a></h3>
   <ul>
   <li>Validate <code>positive=True</code> against a non-positive 
<code>max_value</code> in <code>pydecimal</code> (<a 
href="https://redirect.github.com/joke2k/faker/issues/2428";>#2428</a>). Thanks 
<a href="https://github.com/Sreekant13";><code>@​Sreekant13</code></a>.</li>
   </ul>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.33.0...v40.33.1";>v40.33.1 - 
2026-07-22</a></h3>
   <ul>
   <li>Make <code>uuid1()</code> and <code>uuid7()</code> reproducible under a 
fixed seed (<a 
href="https://redirect.github.com/joke2k/faker/issues/2427";>#2427</a>). Thanks 
<a href="https://github.com/vidigoat";><code>@​vidigoat</code></a>.</li>
   </ul>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.32.0...v40.33.0";>v40.33.0 - 
2026-07-22</a></h3>
   <ul>
   <li>Add alphanumeric CNPJ support for <code>pt_BR</code> via flag (<a 
href="https://redirect.github.com/joke2k/faker/issues/2402";>#2402</a>). Thanks 
<a href="https://github.com/moohbr";><code>@​moohbr</code></a>.</li>
   </ul>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.31.0...v40.32.0";>v40.32.0 - 
2026-07-20</a></h3>
   <ul>
   <li>Add <code>allowed_path_traversal_elements</code> option to 
<code>file_path()</code> (<a 
href="https://redirect.github.com/joke2k/faker/issues/2397";>#2397</a>). Thanks 
<a 
href="https://github.com/Ayushmann13479";><code>@​Ayushmann13479</code></a>.</li>
   <li>Fix Windows <code>file_path</code> depth=3 test regex. Thanks <a 
href="https://github.com/fcurella";><code>@​fcurella</code></a>.</li>
   </ul>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.30.0...v40.31.0";>v40.31.0 - 
2026-07-14</a></h3>
   <ul>
   <li>Fix: correct BBAN length so <code>pt_BR</code> <code>iban()</code> 
generates valid Brazilian IBANs (<a 
href="https://redirect.github.com/joke2k/faker/issues/2410";>#2410</a>). Thanks 
<a href="https://github.com/CedricConday";><code>@​CedricConday</code></a>.</li>
   </ul>
   <h3><a 
href="https://github.com/joke2k/faker/compare/v40.29.0...v40.30.0";>v40.30.0 - 
2026-07-14</a></h3>
   <ul>
   <li>Fix: generate valid Belgian bank codes in <code>nl_BE</code> 
<code>iban()</code> (<a 
href="https://redirect.github.com/joke2k/faker/issues/2412";>#2412</a>). Thanks 
<a href="https://github.com/CedricConday";><code>@​CedricConday</code></a>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/joke2k/faker/commit/328b648256b651457802235da4259aeeefd1e9c8";><code>328b648</code></a>
 Bump version: 40.38.0 → 40.39.0</li>
   <li><a 
href="https://github.com/joke2k/faker/commit/eb2db2d230c4c123fa4fb3722dd0ccd1c452a60d";><code>eb2db2d</code></a>
 📝 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/joke2k/faker/commit/36485831f8f4b5af85de188c6bdd123d515bddb0";><code>3648583</code></a>
 fix(no_NO): compute Norwegian MOD11 check digit so iban() passes stdnum 
valid...</li>
   <li><a 
href="https://github.com/joke2k/faker/commit/59a6872a547248bb40cdd0f809089a605c68467f";><code>59a6872</code></a>
 Bump version: 40.37.0 → 40.38.0</li>
   <li><a 
href="https://github.com/joke2k/faker/commit/2407c71270aa0fc1b3e7510e1872dc2d232dc238";><code>2407c71</code></a>
 📝 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/joke2k/faker/commit/f6a8427a6481f81d1d45701338acde38c63e75ad";><code>f6a8427</code></a>
 :lipstick: Format code</li>
   <li><a 
href="https://github.com/joke2k/faker/commit/ce50bdef4bdc5f04e25d012566b14faf5fb2ec22";><code>ce50bde</code></a>
 Add step to check for existing issues or PRs</li>
   <li><a 
href="https://github.com/joke2k/faker/commit/4ca9116ec2f9c86bc311aadd0110d3f976bb49a8";><code>4ca9116</code></a>
 Add <code>si_LK</code> (Sinhala, Sri Lanka) person provider (<a 
href="https://redirect.github.com/joke2k/faker/issues/2430";>#2430</a>)</li>
   <li><a 
href="https://github.com/joke2k/faker/commit/c5a00935f1eff78bf0258c8a45fb431747c46b48";><code>c5a0093</code></a>
 mention pull request template in contributing doc</li>
   <li><a 
href="https://github.com/joke2k/faker/commit/4a464c8d7130e26b4c0e9749b039d10b5614c45e";><code>4a464c8</code></a>
 Bump version: 40.36.0 → 40.37.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/joke2k/faker/compare/v40.23.0...v40.39.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pandas` from 3.0.3 to 3.0.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pandas-dev/pandas/releases";>pandas's 
releases</a>.</em></p>
   <blockquote>
   <h2>pandas 3.0.5</h2>
   <p>We are pleased to announce the release of pandas 3.0.5.
   This is a patch release in the 3.0.x series and includes some regression 
fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to 
this version.</p>
   <p>See the <a 
href="https://pandas.pydata.org/docs/whatsnew/v3.0.5.html";>full whatsnew</a> 
for a list of all the changes.</p>
   <p>Pandas 3.0 supports Python 3.11 and higher.
   The release can be installed from PyPI:</p>
   <pre><code>python -m pip install --upgrade pandas==3.0.*
   </code></pre>
   <p>Or from conda-forge</p>
   <pre><code>conda install -c conda-forge pandas=3.0
   </code></pre>
   <p>Please report any issues with the release on the <a 
href="https://github.com/pandas-dev/pandas/issues";>pandas issue tracker</a>.</p>
   <p>Thanks to all the contributors who made this release possible.</p>
   <h2>pandas 3.0.4</h2>
   <p>We are pleased to announce the release of pandas 3.0.4.
   This is a patch release in the 3.0.x series and includes some regression 
fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to 
this version.</p>
   <p>See the <a 
href="https://pandas.pydata.org/docs/whatsnew/v3.0.4.html";>full whatsnew</a> 
for a list of all the changes.</p>
   <p>Pandas 3.0 supports Python 3.11 and higher.
   The release can be installed from PyPI:</p>
   <pre><code>python -m pip install --upgrade pandas==3.0.*
   </code></pre>
   <p>Or from conda-forge</p>
   <pre><code>conda install -c conda-forge pandas=3.0
   </code></pre>
   <p>Please report any issues with the release on the <a 
href="https://github.com/pandas-dev/pandas/issues";>pandas issue tracker</a>.</p>
   <p>Thanks to all the contributors who made this release possible.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/e68db09ecf6427d1b62e565bacf17f2e525a3032";><code>e68db09</code></a>
 RLS: 3.0.5</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/06976235c9608ee530d869a49a98ed6e7f6a799d";><code>0697623</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66428";>#66428</a>: 
DOC: update whatsnew for 3.0.5 (<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66430";>#66430</a>)</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/5d846d0af117fcfd9c746f78ddfe67d37e668478";><code>5d846d0</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66090";>#66090</a> on 
branch 3.0.x (BLD: exclude numpy 2.5.0 when building wh...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/bef7a2bf62bead8b3a44685f846d889866f91427";><code>bef7a2b</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66169";>#66169</a> on 
branch 3.0.x (CI: Fix pyarrow-nightly job (stale nightl...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/8188eb1d65d6250c9916e54a0fa417d46af3296a";><code>8188eb1</code></a>
 RLS: 3.0.4 (<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66079";>#66079</a>)</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/bd35f15b4a3d45457e4567b4c2042ce019834275";><code>bd35f15</code></a>
 [3.0.x] BUG: fix CoW issue in eval() (<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66072";>#66072</a>)</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/6195872a0152c0a169c4d5ab10b79c1eafe61dc4";><code>6195872</code></a>
 [backport 3.0.x] BUG: anchor whole alternation in Series.str.match for 
PyArro...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/70313be3d1f63c8e9cddb0ad16b65c17c7cc056f";><code>70313be</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66051";>#66051</a> on 
branch 3.0.x (BUG: fix regression in DataFrame setitem ...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/57ed3e2fbb858b9ee108079fe20cef74e16623ad";><code>57ed3e2</code></a>
 [backport 3.0.x] Bump pypa/cibuildwheel from 3.4.1 to 4.1.0 (<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/65934";>#65934</a>) 
(<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66026";>#66026</a>)</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/f9693fcf06d78adc46fc34db50ea72ae316d66e4";><code>f9693fc</code></a>
 [backport 3.0.x] BUG(pandas 3.0 regression): drop(index=...) doesn't accept 
N...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pandas-dev/pandas/compare/v3.0.3...v3.0.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `dask` from 2026.6.0 to 2026.8.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/dask/dask/releases";>dask's 
releases</a>.</em></p>
   <blockquote>
   <h2>2026.8.0</h2>
   <h2>Changes</h2>
   <ul>
   <li>docs: fix duplicated-word typos in docstrings <a 
href="https://github.com/Sreekant13";><code>@​Sreekant13</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12516";>#12516</a>)</li>
   <li>Bump scientific-python/issue-from-pytest-log-action from 1.6.0 to 1.6.1 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a> (<a 
href="https://redirect.github.com/dask/dask/issues/12524";>#12524</a>)</li>
   <li>docs: fix broken cross-references in expr-system docs <a 
href="https://github.com/ritsth";><code>@​ritsth</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12494";>#12494</a>)</li>
   <li>Suppress Pandas4Warning in nightly CI caused by PyArrow <a 
href="https://github.com/crusaderky";><code>@​crusaderky</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12498";>#12498</a>)</li>
   <li>Fix pixi compatibility with upstream distributed <a 
href="https://github.com/crusaderky";><code>@​crusaderky</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12497";>#12497</a>)</li>
   <li>Update guidance on AI-assisted PRs <a 
href="https://github.com/crusaderky";><code>@​crusaderky</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12496";>#12496</a>)</li>
   <li>Bump scientific-python/issue-from-pytest-log-action from 1.5.0 to 1.6.0 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a> (<a 
href="https://redirect.github.com/dask/dask/issues/12490";>#12490</a>)</li>
   <li>Bump astral-sh/setup-uv from 8.2.0 to 8.3.0 @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a> (<a 
href="https://redirect.github.com/dask/dask/issues/12491";>#12491</a>)</li>
   </ul>
   <p>See the <a 
href="https://docs.dask.org/en/stable/changelog.html";>Changelog</a> for more 
information.</p>
   <h2>2026.7.1</h2>
   <h2>Changes</h2>
   <ul>
   <li>No changes</li>
   </ul>
   <p>See the <a 
href="https://docs.dask.org/en/stable/changelog.html";>Changelog</a> for more 
information.</p>
   <h2>2026.7.0</h2>
   <h2>Changes</h2>
   <ul>
   <li>Avoid NumPy 2.5 type stubs <a 
href="https://github.com/crusaderky";><code>@​crusaderky</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12483";>#12483</a>)</li>
   <li>Bump prefix-dev/setup-pixi from 0.9.6 to 0.10.0 @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a> (<a 
href="https://redirect.github.com/dask/dask/issues/12478";>#12478</a>)</li>
   <li>Bump actions/cache from 5 to 6 @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a> (<a 
href="https://redirect.github.com/dask/dask/issues/12479";>#12479</a>)</li>
   <li>Avoid graph materialization in is_dask_collection for expr wrappers <a 
href="https://github.com/mrocklin";><code>@​mrocklin</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12476";>#12476</a>)</li>
   <li>Fix randomly failing s3fs checkouts in nightly CI <a 
href="https://github.com/crusaderky";><code>@​crusaderky</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12474";>#12474</a>)</li>
   <li>Bump actions/checkout from 6 to 7 @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a> (<a 
href="https://redirect.github.com/dask/dask/issues/12473";>#12473</a>)</li>
   <li>Pin pandas 3 nightlies <a 
href="https://github.com/crusaderky";><code>@​crusaderky</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12469";>#12469</a>)</li>
   <li>CI: Suppress numpy 'generic' timedelta deprecation from pandas <a 
href="https://github.com/crusaderky";><code>@​crusaderky</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12468";>#12468</a>)</li>
   <li>Free-threading: Use upstream msgpack <a 
href="https://github.com/crusaderky";><code>@​crusaderky</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12467";>#12467</a>)</li>
   <li>Support composite expressions with <code>__dask_exprs__</code> protocol 
<a href="https://github.com/mrocklin";><code>@​mrocklin</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12457";>#12457</a>)</li>
   <li>Pytest 9.1 support <a 
href="https://github.com/crusaderky";><code>@​crusaderky</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12465";>#12465</a>)</li>
   <li>CI: Suppress warning about slow disk <a 
href="https://github.com/crusaderky";><code>@​crusaderky</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12464";>#12464</a>)</li>
   <li>XFAIL <code>test_concat_categorical</code> (again) <a 
href="https://github.com/crusaderky";><code>@​crusaderky</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12463";>#12463</a>)</li>
   <li>Fix release publisher warnings <a 
href="https://github.com/mrocklin";><code>@​mrocklin</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12456";>#12456</a>)</li>
   <li>Bump actions/download-artifact from 7 to 8 @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a> (<a 
href="https://redirect.github.com/dask/dask/issues/12461";>#12461</a>)</li>
   <li>Upgrade pixi <a 
href="https://github.com/mrocklin";><code>@​mrocklin</code></a> (<a 
href="https://redirect.github.com/dask/dask/issues/12460";>#12460</a>)</li>
   </ul>
   <p>See the <a 
href="https://docs.dask.org/en/stable/changelog.html";>Changelog</a> for more 
information.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dask/dask/commit/9dc535daa30d7d36d63d4a003b54342fbc7032db";><code>9dc535d</code></a>
 Version 2026.8.0</li>
   <li><a 
href="https://github.com/dask/dask/commit/817e5ffc1208346630b111860571024b0c6ec9bd";><code>817e5ff</code></a>
 docs: fix duplicated-word typos in docstrings (<a 
href="https://redirect.github.com/dask/dask/issues/12516";>#12516</a>)</li>
   <li><a 
href="https://github.com/dask/dask/commit/ba5045e001d67decd6a83a0f50f666a5e3845250";><code>ba5045e</code></a>
 Bump scientific-python/issue-from-pytest-log-action from 1.6.0 to 1.6.1 (<a 
href="https://redirect.github.com/dask/dask/issues/12524";>#12524</a>)</li>
   <li><a 
href="https://github.com/dask/dask/commit/a54329156cd17a68ef081c83fdc2409ddb423426";><code>a543291</code></a>
 docs: fix broken cross-references in expr-system docs (<a 
href="https://redirect.github.com/dask/dask/issues/12494";>#12494</a>)</li>
   <li><a 
href="https://github.com/dask/dask/commit/aac2ce21714d556d748951814622a8ea76f5a042";><code>aac2ce2</code></a>
 Suppress Pandas4Warning in nightly CI caused by PyArrow (<a 
href="https://redirect.github.com/dask/dask/issues/12498";>#12498</a>)</li>
   <li><a 
href="https://github.com/dask/dask/commit/fc8e30b97ec64932da96d8f482086e969c6feb71";><code>fc8e30b</code></a>
 Fix pixi compatibility with upstream distributed (<a 
href="https://redirect.github.com/dask/dask/issues/12497";>#12497</a>)</li>
   <li><a 
href="https://github.com/dask/dask/commit/b3e7ee14d93c0a75da846b9a04213eafc4040579";><code>b3e7ee1</code></a>
 Update guidance on AI-assisted PRs (<a 
href="https://redirect.github.com/dask/dask/issues/12496";>#12496</a>)</li>
   <li><a 
href="https://github.com/dask/dask/commit/f42727f79859452d3c9c89a37b409024b58b61cd";><code>f42727f</code></a>
 Bump scientific-python/issue-from-pytest-log-action from 1.5.0 to 1.6.0 (<a 
href="https://redirect.github.com/dask/dask/issues/12490";>#12490</a>)</li>
   <li><a 
href="https://github.com/dask/dask/commit/416e177459a78a9bcc1d20f8d21a6bb8d6e28327";><code>416e177</code></a>
 Bump astral-sh/setup-uv from 8.2.0 to 8.3.0 (<a 
href="https://redirect.github.com/dask/dask/issues/12491";>#12491</a>)</li>
   <li><a 
href="https://github.com/dask/dask/commit/e0be88066089296608f6ea9ec2289d0adb3c994d";><code>e0be880</code></a>
 Version 2026.7.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/dask/dask/compare/2026.6.0...2026.8.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `bokeh` from 3.9.1 to 3.10.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/bokeh/bokeh/commit/c215fd3105bf6a52aed95beb92db9eaf22c90523";><code>c215fd3</code></a>
 Deployment updates for release 3.10.0</li>
   <li><a 
href="https://github.com/bokeh/bokeh/commit/508b18ac490fe6518765b4ec9adb79e3f44ed3c1";><code>508b18a</code></a>
 Add click and requests to environment build</li>
   <li><a 
href="https://github.com/bokeh/bokeh/commit/fb4ee90de2fc84857b9cc1b68d3e738aaaded821";><code>fb4ee90</code></a>
 Merge deployment staging branch staging-3.10.0rc2</li>
   <li><a 
href="https://github.com/bokeh/bokeh/commit/eff807f8a2a8fc67947d71ea65dae417d76658fa";><code>eff807f</code></a>
 Deployment updates for release 3.10.0rc2</li>
   <li><a 
href="https://github.com/bokeh/bokeh/commit/26b81b21a528e3dd43405a9578a37b842ea3af77";><code>26b81b2</code></a>
 Update 3.10.0 release notes</li>
   <li><a 
href="https://github.com/bokeh/bokeh/commit/5e02c5582216305ef4735f3b5c654cf241dc0ab1";><code>5e02c55</code></a>
 Tile rendering robustness fixes (<a 
href="https://redirect.github.com/bokeh/bokeh/issues/15346";>#15346</a>)</li>
   <li><a 
href="https://github.com/bokeh/bokeh/commit/dd48bec8d157af24f1412b323ad832ec2e1422bb";><code>dd48bec</code></a>
 Codex/streamlit asgi examples (<a 
href="https://redirect.github.com/bokeh/bokeh/issues/15350";>#15350</a>)</li>
   <li><a 
href="https://github.com/bokeh/bokeh/commit/afa04dcdc29da28e4cda981c02f361eecd063281";><code>afa04dc</code></a>
 Fix binary buffers when repulling sessions (<a 
href="https://redirect.github.com/bokeh/bokeh/issues/15348";>#15348</a>)</li>
   <li><a 
href="https://github.com/bokeh/bokeh/commit/ace319d0c0b1f421487362c51e3e7c626ddeb18c";><code>ace319d</code></a>
 Improve server proxy docs+tests (<a 
href="https://redirect.github.com/bokeh/bokeh/issues/15342";>#15342</a>)</li>
   <li><a 
href="https://github.com/bokeh/bokeh/commit/09f331009834ce1228b8a8cc17e43131fe85a2ad";><code>09f3310</code></a>
 Respect CDSView filters when computing LegendItem labels (<a 
href="https://redirect.github.com/bokeh/bokeh/issues/15329";>#15329</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/bokeh/bokeh/compare/3.9.1...3.10.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pydantic` from 2.13.4 to 2.13.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pydantic/pydantic/releases";>pydantic's 
releases</a>.</em></p>
   <blockquote>
   <h2>v2.13.5 (2026-08-28)</h2>
   <h3>What's Changed</h3>
   <h4>Fixes</h4>
   <ul>
   <li>Allow reuse of validators when plugins are set by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/13535";>#13535</a></li>
   <li>Fix missing GC traversal on some <code>pydantic-core</code> struct 
fields by <a href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/13624";>#13624</a></li>
   <li>Fix missing GC traversal in <code>pydantic-core</code> for 
<code>GeneralFieldsSerializer</code> by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/13629";>#13629</a></li>
   <li>Count validated model fields once in smart unions by <a 
href="https://github.com/tamird";><code>@​tamird</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/13731";>#13731</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md";>pydantic's 
changelog</a>.</em></p>
   <blockquote>
   <h2>v2.13.5 (2026-08-28)</h2>
   <p><a 
href="https://github.com/pydantic/pydantic/releases/tag/v2.13.5";>GitHub 
release</a></p>
   <h3>What's Changed</h3>
   <h4>Fixes</h4>
   <ul>
   <li>Allow reuse of validators when plugins are set by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/13535";>#13535</a></li>
   <li>Fix missing GC traversal on some <code>pydantic-core</code> struct 
fields by <a href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/13624";>#13624</a></li>
   <li>Fix missing GC traversal in <code>pydantic-core</code> for 
<code>GeneralFieldsSerializer</code> by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/13629";>#13629</a></li>
   <li>Count validated model fields once in smart unions by <a 
href="https://github.com/tamird";><code>@​tamird</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/13731";>#13731</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/001dea020e0809844e5b17666432c9135a976f46";><code>001dea0</code></a>
 Bump <code>pypa/gh-action-pypi-publish</code> action to v1.14.2</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/558379fee957fad25858e33596146c72d5674843";><code>558379f</code></a>
 Bump twine to v7.0.0</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/2cfd5d3d2ae721ea882c045f83b7f7a4003aab01";><code>2cfd5d3</code></a>
 Do not check for docs build</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/a735bee5c64e1fe50785c376adaf1275e752b8ac";><code>a735bee</code></a>
 Fix more Clippy lints</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/7eed4a16b87afaced4d0eafae230453de3410d64";><code>7eed4a1</code></a>
 Fix Clippy 0.1.95 warnings</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/b353bbb20a4989b4c033e2be2b4a40d36178b16a";><code>b353bbb</code></a>
 Prepare release v2.13.5</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/63d2cccd6e760da6bbc7fe81a53cb2bde3768f5e";><code>63d2ccc</code></a>
 Count validated model fields once in smart unions</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/a53ec2ed342fda4e6aa3684399d04ea57be9a6e4";><code>a53ec2e</code></a>
 Speed up PyPy CI tests</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/d65e0f96e890ca82f4b66a15d5b3bd65af2c661c";><code>d65e0f9</code></a>
 Workaround circular import error in Mypy</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/47a6dbf8ad6216211bd0df6ec5c2c6c6ed905b72";><code>47a6dbf</code></a>
 Fix missing GC traversal in <code>pydantic-core</code> for 
<code>GeneralFieldsSerializer</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pydantic-core` from 2.46.4 to 2.46.5
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/001dea020e0809844e5b17666432c9135a976f46";><code>001dea0</code></a>
 Bump <code>pypa/gh-action-pypi-publish</code> action to v1.14.2</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/558379fee957fad25858e33596146c72d5674843";><code>558379f</code></a>
 Bump twine to v7.0.0</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/2cfd5d3d2ae721ea882c045f83b7f7a4003aab01";><code>2cfd5d3</code></a>
 Do not check for docs build</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/a735bee5c64e1fe50785c376adaf1275e752b8ac";><code>a735bee</code></a>
 Fix more Clippy lints</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/7eed4a16b87afaced4d0eafae230453de3410d64";><code>7eed4a1</code></a>
 Fix Clippy 0.1.95 warnings</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/b353bbb20a4989b4c033e2be2b4a40d36178b16a";><code>b353bbb</code></a>
 Prepare release v2.13.5</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/63d2cccd6e760da6bbc7fe81a53cb2bde3768f5e";><code>63d2ccc</code></a>
 Count validated model fields once in smart unions</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/a53ec2ed342fda4e6aa3684399d04ea57be9a6e4";><code>a53ec2e</code></a>
 Speed up PyPy CI tests</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/d65e0f96e890ca82f4b66a15d5b3bd65af2c661c";><code>d65e0f9</code></a>
 Workaround circular import error in Mypy</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/47a6dbf8ad6216211bd0df6ec5c2c6c6ed905b72";><code>47a6dbf</code></a>
 Fix missing GC traversal in <code>pydantic-core</code> for 
<code>GeneralFieldsSerializer</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/pydantic/pydantic/compare/core-v2.46.4...core-v2.46.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ujson` from 5.13.0 to 6.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ultrajson/ultrajson/releases";>ujson's 
releases</a>.</em></p>
   <blockquote>
   <h2>6.0.0</h2>
   <h2>Changed</h2>
   <ul>
   <li>Assorted cleanup refactors (<a 
href="https://redirect.github.com/ultrajson/ultrajson/issues/756";>#756</a>) <a 
href="https://github.com/bwoodsend";><code>@​bwoodsend</code></a></li>
   </ul>
   <h2>Removed</h2>
   <ul>
   <li>Reduce bytes-like support to only bytes and bytearray (<a 
href="https://redirect.github.com/ultrajson/ultrajson/issues/755";>#755</a>) <a 
href="https://github.com/bwoodsend";><code>@​bwoodsend</code></a></li>
   </ul>
   <h2>Fixed</h2>
   <ul>
   <li>Allow default handler to handle bytes (<a 
href="https://redirect.github.com/ultrajson/ultrajson/issues/759";>#759</a>) <a 
href="https://github.com/bwoodsend";><code>@​bwoodsend</code></a></li>
   <li>Update build dependencies to avoid warning about missing 
[tool.setuptools_scm] section (<a 
href="https://redirect.github.com/ultrajson/ultrajson/issues/746";>#746</a>) <a 
href="https://github.com/musicinmybrain";><code>@​musicinmybrain</code></a></li>
   <li>Tighten UTF-8 validation for ujson.loads()-ing strings from bytes (<a 
href="https://redirect.github.com/ultrajson/ultrajson/issues/750";>#750</a>) <a 
href="https://github.com/bwoodsend";><code>@​bwoodsend</code></a>, <a 
href="https://github.com/hugovk";><code>@​hugovk</code></a></li>
   <li>Fix memory leak when the <code>default()</code> handler returns 
non-serialisable objects until its recursion limit is hit 
(12492c2deb0e60ac66da40dc15f06ba967ed3e0a) <a 
href="https://github.com/bwoodsend";><code>@​bwoodsend</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ultrajson/ultrajson/commit/12492c2deb0e60ac66da40dc15f06ba967ed3e0a";><code>12492c2</code></a>
 Fix memory leak when default() never returns a serialisable object</li>
   <li><a 
href="https://github.com/ultrajson/ultrajson/commit/95b55fb85b229a3c9ffa22c5aec1ce219c9c16cf";><code>95b55fb</code></a>
 Reduce bytes-like support to only bytes and bytearray</li>
   <li><a 
href="https://github.com/ultrajson/ultrajson/commit/61302996b84e95032a569439fca67a01bc5fafb9";><code>6130299</code></a>
 Update docker/setup-qemu-action action to v4.3.0 (<a 
href="https://redirect.github.com/ultrajson/ultrajson/issues/761";>#761</a>)</li>
   <li><a 
href="https://github.com/ultrajson/ultrajson/commit/8de12152ed04ac4e16aea223f2d6e5cb087d8244";><code>8de1215</code></a>
 Update pypa/cibuildwheel action to v4.2.0 (<a 
href="https://redirect.github.com/ultrajson/ultrajson/issues/760";>#760</a>)</li>
   <li><a 
href="https://github.com/ultrajson/ultrajson/commit/05aabc046ffc1ab7a0e21d4a044fe91d112b5670";><code>05aabc0</code></a>
 Allow default handler to handle bytes</li>
   <li><a 
href="https://github.com/ultrajson/ultrajson/commit/d07af73a10ea54750df4af53aca911ba281b4ed2";><code>d07af73</code></a>
 Update github-actions (<a 
href="https://redirect.github.com/ultrajson/ultrajson/issues/758";>#758</a>)</li>
   <li><a 
href="https://github.com/ultrajson/ultrajson/commit/457a97f7c10a8ef84f91fadbbf3452da668f54e2";><code>457a97f</code></a>
 Remove unused defines/macros</li>
   <li><a 
href="https://github.com/ultrajson/ultrajson/commit/a5cfdc5465d56632cca042050322f60e7c76e18d";><code>a5cfdc5</code></a>
 Unpick the TypeContext vs JSONTypeContext mess</li>
   <li><a 
href="https://github.com/ultrajson/ultrajson/commit/66d3a555c5c54a5c93757cac87ecfa8b0424e3d7";><code>66d3a55</code></a>
 Remove single remaining dllexport</li>
   <li><a 
href="https://github.com/ultrajson/ultrajson/commit/e2ee0a6fa1ff59f3d141a170a4bf06bbc394a9b4";><code>e2ee0a6</code></a>
 Drop custom aliases for sized integers</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ultrajson/ultrajson/compare/5.13.0...6.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br /...
   
   _Description has been truncated_


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to