Skip to content

Bump the python-dependencies group across 1 directory with 5 updates - #50

Merged
spudone merged 1 commit into
masterfrom
dependabot/uv/python-dependencies-2f71bb019c
Aug 18, 2026
Merged

Bump the python-dependencies group across 1 directory with 5 updates#50
spudone merged 1 commit into
masterfrom
dependabot/uv/python-dependencies-2f71bb019c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-dependencies group with 5 updates in the / directory:

Package From To
holidays 0.101 0.102
pyinstaller 6.21.0 6.22.0
sse-starlette 3.4.6 3.4.8
uvicorn 0.52.0 0.52.3
yfinance 1.5.2 1.6.0

Updates holidays from 0.101 to 0.102

Release notes

Sourced from holidays's releases.

v0.102

Version 0.102

Released August 3, 2026

New Contributors:

Full Changelog: vacanza/holidays@v0.101...v0.102

Changelog

Sourced from holidays's changelog.

Version 0.102

Released August 3, 2026

Commits
  • 7336c39 Merge pull request #3749 from vacanza/dev
  • 3379334 Finalize v0.102
  • b1022e3 Update Ghana holidays (#3746)
  • da81589 Migrate Madagascar tests to new test case standards (#3744)
  • dca5641 Update Latvia holidays: add ru localization (#3748)
  • 17fe283 Update Australia holidays: rename Grand Final Day holiday (VIC) (#3741)
  • 5bfb96b chore: Update snapshots (#3743)
  • 7beece4 Update India holidays: add Remna Ni (Peace Accord Day) for MZ (#3730)
  • 5a483f5 chore: Update snapshots (#3739)
  • ecb870a Update Malaysia holidays: add 2026 additional Hari Raya Aidilfitri public hol...
  • Additional commits viewable in compare view

Updates pyinstaller from 6.21.0 to 6.22.0

Release notes

Sourced from pyinstaller's releases.

v6.22.0

Please see the v6.22.0 section of the changelog for a list of the changes since v6.21.0.

Changelog

Sourced from pyinstaller's changelog.

6.22.0 (2026-08-08)

Features


* Implement support for Tcl/Tk 9 builds with embedded data archives in
  ``tkinter`` hooks and the splash screen. Tcl/Tk 9 with embedded data
  is used, for example, in python.org Windows builds of Python 3.15.0b3.
  (:issue:`9470`)
* Use portable path separators (always forward slashes) in generated spec files.
  (:issue:`8004`)

Bugfix


* (Linux) Fix regression that prevented automatic collection of Wayland
  shared libraries that are bundled with ``pywayland`` binary wheels.
  (:issue:`9430`)
* Fix :class:`ValueError` build error on Windows if :option:`--specpath` is set
  to a different drive. (:issue:`8116`)
* Fix backslash mishandling of some CLI options (``--contents-directory``,
  ``--resource``). (:issue:`9472`)

Hooks


* Add hooks for ``gi.repository.Soup`` and ``gi.repository.Spelling``.
  (:issue:`9491`)
* Rework the standard and run-time hook for ``_tkinter`` so that error
  about missing Tcl/Tk data directories is raised at build time rather
  than at run time. (:issue:`9470`)
* Update the ``matplotlib.backends`` hook to automatically collect dist
  metadata for backends that are discovered via ``matplotlib.backend``
  entry point (Matplotlib >= 3.9). (:issue:`9469`)
* Update the ``matplotlib.backends`` hook to obtain the list of available
  Matplotlib backends from the new backends registry, if available
  (Matplotlib >= 3.9). Fixes compatibility with Matplotlib >= 3.11, which
  removed the old list of available backends that was superseded by the
  backends registry. (:issue:`9467`)
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/70fc17210920bce17f4ab09bbf8104b0dbd45338"><code>70fc172</code></a> Release v6.22.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/138ae1bfe09c21c22f9ed6c847a55026505a94e1"><code>138ae1b</code></a> doc: update yapf version under Coding conventions [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/5b38ee9c5d1bfbe6da7df8559084f6bbd3272b32"><code>5b38ee9</code></a> Tests: Requirements: Scheduled weekly dependency update for week 31 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/9494">#9494</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9fdf5162a2cc2c8f2a4d2a13f78b498a35a1c106"><code>9fdf516</code></a> hooks: Add hooks for libsoup and libspelling (gi.repository) (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/9491">#9491</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/8af799925260c4ea606b1e9235409891c1abbd84"><code>8af7999</code></a> rthooks: gstreamer: fix plugin directory name in GST_PLUGIN_PATH (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/9490">#9490</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/2343e0e94e014094b3b4dfa1b9a70e0cc1257e53"><code>2343e0e</code></a> makespec: Use portable path separators.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/ece7422f7ec49f02cbc3f7100cd5dd77226469b4"><code>ece7422</code></a> Fix ValueError on Windows if --specpath points to a different drive</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/08116e0ce0c1fc7e37d373d1867e17b3ecab0bc8"><code>08116e0</code></a> makespec: Remove <em>variable path</em> substitution.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/fa9f57ae9821068f82948e65943c5e4667436e2a"><code>fa9f57a</code></a> Tests: Requirements: Scheduled weekly dependency update for week 30 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/9489">#9489</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/3e85744ba8f7f550ec51c8b4412af03ebf5c0694"><code>3e85744</code></a> Tests: Requirements: Scheduled weekly dependency update for week 29 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/9486">#9486</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v6.21.0...v6.22.0">compare view</a></li>
</ul>
</details>

&lt;br /&gt;</code></pre>

Updates `sse-starlette` from 3.4.6 to 3.4.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sysid/sse-starlette/releases">sse-starlette's releases</a>.</em></p>
<blockquote>
<h2>v3.4.8</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/sysid/sse-starlette/compare/v3.4.7...v3.4.8">https://github.com/sysid/sse-starlette/compare/v3.4.7...v3.4.8</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sysid/sse-starlette/commit/a815cd3682ce4b01f28e93f4bc59f3d6d5db3d00"><code>a815cd3</code></a> Bump version to 3.4.8</li>
<li><a href="https://github.com/sysid/sse-starlette/commit/79d774507e7cbf1e874fcbc1361332eb5d5398f8"><code>79d7745</code></a> Bump version to 3.4.7</li>
<li><a href="https://github.com/sysid/sse-starlette/commit/5ee7ba55f5d9c3687515be2283593b20b7f8d60c"><code>5ee7ba5</code></a> Merge pull request <a href="https://redirect.github.com/sysid/sse-starlette/issues/205">#205</a> from sysid/dependabot/uv/cryptography-50.0.0</li>
<li><a href="https://github.com/sysid/sse-starlette/commit/ae7c799806afa0d30e717c1e385991fef0dadf09"><code>ae7c799</code></a> Merge pull request <a href="https://redirect.github.com/sysid/sse-starlette/issues/203">#203</a> from sysid/dependabot/uv/pyasn1-0.6.4</li>
<li><a href="https://github.com/sysid/sse-starlette/commit/2cded152f9ba38e60a88486b5be8719d97a8103b"><code>2cded15</code></a> chore(deps): bump cryptography from 48.0.1 to 50.0.0</li>
<li><a href="https://github.com/sysid/sse-starlette/commit/1c41d17cada0e78d889363b6436b5a0ee6eab6b2"><code>1c41d17</code></a> chore(deps): bump pyasn1 from 0.6.3 to 0.6.4</li>
<li>See full diff in <a href="https://github.com/sysid/sse-starlette/compare/v3.4.6...v3.4.8">compare view</a></li>
</ul>
</details>
<br />

Updates `uvicorn` from 0.52.0 to 0.52.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Kludex/uvicorn/releases">uvicorn's releases</a>.</em></p>
<blockquote>
<h2>Version 0.52.3</h2>
<h3>Changed</h3>
<ul>
<li>Update <code>zttp</code> to 0.0.24 and use its combined receive path, improving HTTP/1.1 request parsing performance (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3067">#3067</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Kludex/uvicorn/compare/0.52.2...0.52.3">https://github.com/Kludex/uvicorn/compare/0.52.2...0.52.3</a></p>
<h2>Version 0.52.2</h2>
<h3>Fixed</h3>
<ul>
<li>Update <code>zttp</code> to 0.0.22, fixing bodyless request receives and improving HTTP/1 request parsing performance (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3063">#3063</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Kludex/uvicorn/compare/0.52.1...0.52.2">https://github.com/Kludex/uvicorn/compare/0.52.1...0.52.2</a></p>
<h2>Version 0.52.1</h2>
<h3>Fixed</h3>
<ul>
<li>Complete the closing handshake on server-initiated WebSocket closes in the <code>websockets-sansio</code> and <code>wsproto</code> implementations, waiting for the client's close reply with a 10 second timeout instead of resetting the connection (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3053">#3053</a>)</li>
<li>Add missing write flow control to the <code>websockets-sansio</code> implementation, preventing data truncation on server-initiated closes with large in-flight payloads (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3048">#3048</a>)</li>
<li>Handle connection loss while a WebSocket write is waiting on backpressure (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3050">#3050</a>)</li>
<li>Remove duplicate <code>Content-Type</code> and <code>Content-Length</code> headers from WebSocket denial responses on the <code>websockets-sansio</code> implementation, and deliver non-UTF-8 denial bodies intact (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3041">#3041</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Kludex/uvicorn/compare/0.52.0...0.52.1">https://github.com/Kludex/uvicorn/compare/0.52.0...0.52.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md">uvicorn's changelog</a>.</em></p>
<blockquote>
<h2>0.52.3 (August 13, 2026)</h2>
<h3>Changed</h3>
<ul>
<li>Update <code>zttp</code> to 0.0.24 and use its combined receive path, improving HTTP/1.1 request parsing performance (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3067">#3067</a>)</li>
</ul>
<h2>0.52.2 (August 13, 2026)</h2>
<h3>Fixed</h3>
<ul>
<li>Update <code>zttp</code> to 0.0.22, fixing bodyless request receives and improving HTTP/1 request parsing performance (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3063">#3063</a>)</li>
</ul>
<h2>0.52.1 (August 1, 2026)</h2>
<h3>Fixed</h3>
<ul>
<li>Complete the closing handshake on server-initiated WebSocket closes in the <code>websockets-sansio</code> and <code>wsproto</code> implementations, waiting for the client's close reply with a 10 second timeout instead of resetting the connection (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3053">#3053</a>)</li>
<li>Add missing write flow control to the <code>websockets-sansio</code> implementation, preventing data truncation on server-initiated closes with large in-flight payloads (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3048">#3048</a>)</li>
<li>Handle connection loss while a WebSocket write is waiting on backpressure (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3050">#3050</a>)</li>
<li>Remove duplicate <code>Content-Type</code> and <code>Content-Length</code> headers from WebSocket denial responses on the <code>websockets-sansio</code> implementation, and deliver non-UTF-8 denial bodies intact (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3041">#3041</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Kludex/uvicorn/commit/a68da608147c5f79d962352dce11de8f6e32d972"><code>a68da60</code></a> Version 0.52.3 (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3068">#3068</a>)</li>
<li><a href="https://github.com/Kludex/uvicorn/commit/6e3bb4c5c22531c16d341f2da49f2653307f412f"><code>6e3bb4c</code></a> Use zttp 0.0.24 fast receive path (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3067">#3067</a>)</li>
<li><a href="https://github.com/Kludex/uvicorn/commit/2a5ff183e02e6dce62f363009c85574bd5a23de2"><code>2a5ff18</code></a> Version 0.52.2 (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3066">#3066</a>)</li>
<li><a href="https://github.com/Kludex/uvicorn/commit/1920297df92b9cf5e6befb00327c1e34276db46f"><code>1920297</code></a> Update zttp to 0.0.22 (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3063">#3063</a>)</li>
<li><a href="https://github.com/Kludex/uvicorn/commit/5c560dae6a87f6109d958c6154277f1dc727f704"><code>5c560da</code></a> chore(deps): bump pymdown-extensions from 11.0 to 11.0.1 (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3061">#3061</a>)</li>
<li><a href="https://github.com/Kludex/uvicorn/commit/ee8e45ca472db17b4aef1d539f209539062d002e"><code>ee8e45c</code></a> Version 0.52.1 (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3056">#3056</a>)</li>
<li><a href="https://github.com/Kludex/uvicorn/commit/b57926d3f46348b5773b184cdf53ae8588300b77"><code>b57926d</code></a> Remove duplicate content headers from WebSocket denial responses on websocket...</li>
<li><a href="https://github.com/Kludex/uvicorn/commit/49de1b91d497d038d97a0475f7459fbf66b9b8f9"><code>49de1b9</code></a> chore(deps): bump pymdown-extensions from 10.21.3 to 11.0 (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3042">#3042</a>)</li>
<li><a href="https://github.com/Kludex/uvicorn/commit/2f3fa3ab55b945d34d3933ec267be5b6ca41fc14"><code>2f3fa3a</code></a> Complete server-initiated closes in SansIO WebSocket protocols (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3053">#3053</a>)</li>
<li><a href="https://github.com/Kludex/uvicorn/commit/8c59d55b92b94fd5bee5960d1456ff8cb3072a32"><code>8c59d55</code></a> chore(deps): bump the github-actions group with 5 updates (<a href="https://redirect.github.com/Kludex/uvicorn/issues/3054">#3054</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Kludex/uvicorn/compare/0.52.0...0.52.3">compare view</a></li>
</ul>
</details>
<br />

Updates `yfinance` from 1.5.2 to 1.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ranaroussi/yfinance/releases">yfinance's releases</a>.</em></p>
<blockquote>
<h2>1.6.0</h2>
<p>Main changes:</p>
<ul>
<li>Price repair improvements</li>
<li>Few new fields to Balance Sheet and Screener</li>
<li>Many little fixes</li>
</ul>
<p>Full changelog <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2935">#2935</a></p>
<p>Thanks <a href="https://github.com/foley40"><code>@​foley40</code></a> <a href="https://github.com/dokson"><code>@​dokson</code></a> <a href="https://github.com/vignesh-nagarajan-vn"><code>@​vignesh-nagarajan-vn</code></a> <a href="https://github.com/shanehull"><code>@​shanehull</code></a> <a href="https://github.com/DogInfantry"><code>@​DogInfantry</code></a> <a href="https://github.com/Kaif10"><code>@​Kaif10</code></a> <a href="https://github.com/nyxst4ck"><code>@​nyxst4ck</code></a> <a href="https://github.com/DMZ22"><code>@​DMZ22</code></a> <a href="https://github.com/Aaritp"><code>@​Aaritp</code></a> <a href="https://github.com/etbala"><code>@​etbala</code></a> <a href="https://github.com/aleks-drozy"><code>@​aleks-drozy</code></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst">yfinance's changelog</a>.</em></p>
<blockquote>
<h2>1.6.0</h2>
<p>Features / improvements</p>
<ul>
<li>Add missing balance sheet keys: FixedMaturityInvestments, EquityInves… <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2879">#2879</a> <a href="https://github.com/foley40"><code>@​foley40</code></a></li>
<li>Fix: Screener: add dividendyield and dividendpershare.lasttwelvemonths <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2888">#2888</a> <a href="https://github.com/shanehull"><code>@​shanehull</code></a></li>
<li>Don't claim 'possibly delisted' when Yahoo explains the missing data <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2903">#2903</a> <a href="https://github.com/vignesh-nagarajan-vn"><code>@​vignesh-nagarajan-vn</code></a></li>
<li>Fix error messages showing internal 15m interval for 30m requests <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2900">#2900</a> <a href="https://github.com/vignesh-nagarajan-vn"><code>@​vignesh-nagarajan-vn</code></a>
Fixes:</li>
<li>Fix generic-unit timedelta DeprecationWarning for sub-day intervals (<a href="https://redirect.github.com/ranaroussi/yfinance/issues/2882">#2882</a>) <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2891">#2891</a> <a href="https://github.com/DogInfantry"><code>@​DogInfantry</code></a></li>
<li>fix: read-only 'Adj Close' array crash in dividend-adjust repair <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2897">#2897</a> <a href="https://github.com/Kaif10"><code>@​Kaif10</code></a></li>
<li>Fix AttributeError in Lookup error handling (self.ticker -&gt; self.query) <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2896">#2896</a> <a href="https://github.com/nyxst4ck"><code>@​nyxst4ck</code></a></li>
<li>Fix: handle null result from Yahoo API in _fetch_info <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2906">#2906</a> <a href="https://github.com/foley40"><code>@​foley40</code></a></li>
<li>Fix multi-day interval TypeError and actually silence the numpy&gt;=2.5 Timedelta warning <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2915">#2915</a> <a href="https://github.com/DMZ22"><code>@​DMZ22</code></a>
Price repair:</li>
<li>Price repair fixes &amp; improvements <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2908">#2908</a></li>
<li>Fix: repair=True should not permanently convert GBp/ZAc/ILA prices to main currency <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2907">#2907</a> <a href="https://github.com/foley40"><code>@​foley40</code></a></li>
<li>Price repair improvements <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2943">#2943</a>
Docs / maintenance</li>
<li>Fix pandas 3 timezone assertion in test_download_multi_small_interval <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2901">#2901</a> <a href="https://github.com/vignesh-nagarajan-vn"><code>@​vignesh-nagarajan-vn</code></a></li>
<li>docs: fix grammar and formatting in advanced documentation <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2909">#2909</a> <a href="https://github.com/Aaritp"><code>@​Aaritp</code></a></li>
<li>Re-enable test_no_expensive_calls_introduced without requests_cache <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2911">#2911</a> <a href="https://github.com/dokson"><code>@​dokson</code></a></li>
<li>Pin ruff ruleset for deterministic CI <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2919">#2919</a> <a href="https://github.com/dokson"><code>@​dokson</code></a></li>
<li>Migrate packaging to pyproject.toml <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2920">#2920</a> <a href="https://github.com/dokson"><code>@​dokson</code></a></li>
<li>Fix: NaN equality comparison  <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2933">#2933</a> <a href="https://github.com/foley40"><code>@​foley40</code></a></li>
<li>Migrate to pyproject.toml <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2849">#2849</a> <a href="https://github.com/etbala"><code>@​etbala</code></a></li>
<li>docs: state download()'s actual returned index timezone contract <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2936">#2936</a> <a href="https://github.com/aleks-drozy"><code>@​aleks-drozy</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ranaroussi/yfinance/commit/93eb4c234acc7d0cf9d176e602b8443179546253"><code>93eb4c2</code></a> Update GH actions</li>
<li><a href="https://github.com/ranaroussi/yfinance/commit/0af231f6a47eee5e773290830d228de0c20d5ee1"><code>0af231f</code></a> Version 1.6.0</li>
<li><a href="https://github.com/ranaroussi/yfinance/commit/777dc546a2464ae1f8716fd1991da157d251575c"><code>777dc54</code></a> Merge pull request <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2935">#2935</a> from ranaroussi/dev</li>
<li><a href="https://github.com/ranaroussi/yfinance/commit/9b3fcbcd1a43481611c04daf990e2032275306a5"><code>9b3fcbc</code></a> Merge pull request <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2943">#2943</a> from ranaroussi/price-repair-improvements</li>
<li><a href="https://github.com/ranaroussi/yfinance/commit/8b85f90ff92d6f90c5f31fca4cb21235dfadbfc9"><code>8b85f90</code></a> Price repair improvements</li>
<li><a href="https://github.com/ranaroussi/yfinance/commit/f85430919a8c6f1876e35931aee529ed8ecf8f98"><code>f854309</code></a> Fix regression in PR <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2907">#2907</a> (see last comment)</li>
<li><a href="https://github.com/ranaroussi/yfinance/commit/984a687ac18fb864ffd3cd99b953a47e406d256d"><code>984a687</code></a> Merge pull request <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2936">#2936</a> from aleks-drozy/docs/download-tz-contract</li>
<li><a href="https://github.com/ranaroussi/yfinance/commit/24ee2ff842515d730cac56c847a155981f7c03fe"><code>24ee2ff</code></a> docs: state download()'s actual returned index timezone contract</li>
<li><a href="https://github.com/ranaroussi/yfinance/commit/d611015d485bee175bede120d6638066fef12d05"><code>d611015</code></a> Merge pull request <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2915">#2915</a> from DMZ22/fix-timedelta-deprecations</li>
<li><a href="https://github.com/ranaroussi/yfinance/commit/61780c70e9bf1a8cb896e7ebdf48d22e9679545a"><code>61780c7</code></a> Merge pull request <a href="https://redirect.github.com/ranaroussi/yfinance/issues/2849">#2849</a> from etbala/dependency-management</li>
<li>Additional commits viewable in <a href="https://github.com/ranaroussi/yfinance/compare/1.5.2...1.6.0">compare view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions


</details>

Bumps the python-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [holidays](https://github.com/vacanza/holidays) | `0.101` | `0.102` |
| [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.21.0` | `6.22.0` |
| [sse-starlette](https://github.com/sysid/sse-starlette) | `3.4.6` | `3.4.8` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.52.0` | `0.52.3` |
| [yfinance](https://github.com/ranaroussi/yfinance) | `1.5.2` | `1.6.0` |



Updates `holidays` from 0.101 to 0.102
- [Release notes](https://github.com/vacanza/holidays/releases)
- [Changelog](https://github.com/vacanza/holidays/blob/dev/CHANGES.md)
- [Commits](vacanza/holidays@v0.101...v0.102)

Updates `pyinstaller` from 6.21.0 to 6.22.0
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.21.0...v6.22.0)

Updates `sse-starlette` from 3.4.6 to 3.4.8
- [Release notes](https://github.com/sysid/sse-starlette/releases)
- [Commits](sysid/sse-starlette@v3.4.6...v3.4.8)

Updates `uvicorn` from 0.52.0 to 0.52.3
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.52.0...0.52.3)

Updates `yfinance` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/ranaroussi/yfinance/releases)
- [Changelog](https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst)
- [Commits](ranaroussi/yfinance@1.5.2...1.6.0)

---
updated-dependencies:
- dependency-name: holidays
  dependency-version: '0.102'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pyinstaller
  dependency-version: 6.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: sse-starlette
  dependency-version: 3.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: uvicorn
  dependency-version: 0.52.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: yfinance
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 17, 2026
@spudone
spudone merged commit 693f250 into master Aug 18, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/uv/python-dependencies-2f71bb019c branch August 18, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant