dependabot[bot] opened a new pull request, #42671:
URL: https://github.com/apache/superset/pull/42671

   Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.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>
   <h2>pandas 3.0.3</h2>
   <p>We are pleased to announce the release of pandas 3.0.3.
   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.3.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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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/v2.3.3...v3.0.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pandas&package-manager=pip&previous-version=2.3.3&new-version=3.0.5)](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 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>


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