Skip to content

Commit 0a9e883

Browse files
chore(deps): bump pandas-stubs from 2.3.2.250827 to 2.3.2.250926 (#200)
Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 2.3.2.250827 to 2.3.2.250926. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pandas-dev/pandas-stubs/commit/fc5ab16adfb2b11060f0aa9ee2113ade4b15da19"><code>fc5ab16</code></a> Version 2.3.2.250926</li> <li><a href="https://github.com/pandas-dev/pandas-stubs/commit/7ac98f279dacad533bbfba01ca523c44964b66ee"><code>7ac98f2</code></a> refactor(series)!: ⏱️ drop TimedeltaSeries (<a href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/1273">#1273</a>)</li> <li><a href="https://github.com/pandas-dev/pandas-stubs/commit/2f633544659a83d94cb7f527de21a5667d8a62c6"><code>2f63354</code></a> Fix <a href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/849">#849</a>: Update converters type in read_excel for better Pyright compatibili...</li> <li><a href="https://github.com/pandas-dev/pandas-stubs/commit/8e5c7543262397bbc581bf639cdef58c003e1cff"><code>8e5c754</code></a> fix(series): <a href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/1372">#1372</a> 🧱✖️ cumprod (<a href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/1374">#1374</a>)</li> <li><a href="https://github.com/pandas-dev/pandas-stubs/commit/c98adb3d47cd590902365e5bdcf94e5a983c5dde"><code>c98adb3</code></a> GH1358 Relax index type from DataFrame.from_records (<a href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/1375">#1375</a>)</li> <li><a href="https://github.com/pandas-dev/pandas-stubs/commit/d413f0e1a05aac41973cb746e7d7bcabcfc5f143"><code>d413f0e</code></a> FIX: DatetimeIndex.array should return DatetimeArray instead of ExtensionArra...</li> <li><a href="https://github.com/pandas-dev/pandas-stubs/commit/57682145f30d654cd9379d36efd4e3e85033e9d4"><code>5768214</code></a> refactor(series)!: 🕰️ drop TimestampSeries (<a href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/1274">#1274</a>)</li> <li><a href="https://github.com/pandas-dev/pandas-stubs/commit/c38b6a3cbf029361d88bafa89e87e4263f0b0982"><code>c38b6a3</code></a> fix(pyright): <a href="https://redirect.github.com/microsoft/pyright/issues/10924">microsoft/pyright#10924</a> ignore (<a href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/1370">#1370</a>)</li> <li><a href="https://github.com/pandas-dev/pandas-stubs/commit/5099a1a5ea6c9609ec310794b7ef06aed279f03a"><code>5099a1a</code></a> Type <code>NAType</code> (<a href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/1348">#1348</a>)</li> <li><a href="https://github.com/pandas-dev/pandas-stubs/commit/2106e8b4c68e734a4ca56ffc437bd18f16f868f1"><code>2106e8b</code></a> Minor test cleanup to adopt check assert_type framework (<a href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/1369">#1369</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pandas-dev/pandas-stubs/compare/v2.3.2.250827...v2.3.2.250926">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pandas-stubs&package-manager=pip&previous-version=2.3.2.250827&new-version=2.3.2.250926)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 78835cd + b3cebc2 commit 0a9e883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dev-mkdocs = [
8282
dev-mypy = [
8383
"mypy == 1.17.1",
8484
"grpc-stubs == 1.53.0.6",
85-
"pandas-stubs == 2.3.2.250827",
85+
"pandas-stubs == 2.3.2.250926",
8686
"types-Markdown == 3.8.0.20250809",
8787
"types-protobuf == 6.30.2.20250822",
8888
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)