Skip to content

Bump the python-packages group across 1 directory with 5 updates#198

Merged
d33bs merged 1 commit intomainfrom
dependabot/pip/python-packages-d0e88c6e7f
Mar 3, 2026
Merged

Bump the python-packages group across 1 directory with 5 updates#198
d33bs merged 1 commit intomainfrom
dependabot/pip/python-packages-d0e88c6e7f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Updates the requirements on ome-arrow, pandas, httpcore, isort and poethepoet to permit the latest version.
Updates ome-arrow to 0.0.8

Release notes

Sourced from ome-arrow's releases.

v0.0.8

Changes

Commits
  • 2a7a994 Add lazy read capabilities (#43)
  • a096c02 Provide tensor-friendly methods for torch and jax through `OMEArrow.to_dl...
  • 22ebbe6 Bump the uv group across 1 directory with 3 updates (#39)
  • d9a235d Bump pillow from 12.1.0 to 12.1.1 (#37)
  • a38e502 Bump nbconvert from 7.16.6 to 7.17.0 (#36)
  • 5f2f33c Bump the uv group with 4 updates (#35)
  • 8a6803e Add pixel chunking to specification (#24)
  • d30d507 Bump the uv group with 20 updates (#32)
  • 03b2ce3 Bump jupyterlab from 4.4.2 to 4.4.8 (#31)
  • 3043441 Bump requests from 2.32.3 to 2.32.4 (#30)
  • Additional commits viewable in compare view

Updates pandas to 3.0.1

Release notes

Sourced from pandas's releases.

pandas 3.0.1

We are pleased to announce the release of pandas 3.0.1. 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.

See the full whatsnew for a list of all the changes.

Pandas 3.0.0 supports Python 3.11 and higher. The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • e04b26f RLS: 3.0.1 (#64206)
  • 47909e6 [backport 3.0.x] ENH: Add item() method to ExtensionArray class (#64134) (#64...
  • a061bfd Backport PR #64199 on branch 3.0.x (DOC: cleanup 3.0.1 whatsnew) (#64201)
  • 085a385 [backport 3.0.x] BUG: Fix read_hdf failing on generic datetime64 dtype (#6400...
  • 5f17047 [backport 3.0.x] BUG: use fill_null fallback for bug in pyarrow 21 on Windows...
  • 0d3a8cb Backport PR #64122 on branch 3.0.x (REG: Allow RE2 syntax in str.contains and...
  • 78e1917 Backport PR #64185 on branch 3.0.x (TST: remove fixed xfail for PyArrow 23.0....
  • 75a42ca Backport PR #64168 on branch 3.0.x (TST: add legacy file generation and tests...
  • 46d443f Backport PR #64092 on branch 3.0.x (BUG: DataFrame.loc fills b'' instead of N...
  • 9d67932 Backport PR #64068 on branch 3.0.x (BUG: fixed to_timedelta with list of int ...
  • Additional commits viewable in compare view

Updates httpcore to 1.0.9

Release notes

Sourced from httpcore's releases.

Version 1.0.9 (April 24th, 2025)

Changelog

Sourced from httpcore's changelog.

Version 1.0.9 (April 24th, 2025)

Version 1.0.8 (April 11th, 2025)

  • Fix AttributeError when importing on Python 3.14. (#1005)

Version 1.0.7 (November 15th, 2024)

  • Support proxy=… configuration on ConnectionPool(). (#974)

Version 1.0.6 (October 1st, 2024)

  • Relax trio dependency pinning. (#956)
  • Handle trio raising NotImplementedError on unsupported platforms. (#955)
  • Handle mapping ssl.SSLError to httpcore.ConnectError. (#918)

1.0.5 (March 27th, 2024)

  • Handle EndOfStream exception for anyio backend. (#899)
  • Allow trio 0.25.* series in package dependancies. (#903)

1.0.4 (February 21st, 2024)

  • Add target request extension. (#888)
  • Fix support for connection Upgrade and CONNECT when some data in the stream has been read. (#882)

1.0.3 (February 13th, 2024)

  • Fix support for async cancellations. (#880)
  • Fix trace extension when used with socks proxy. (#849)
  • Fix SSL context for connections using the "wss" scheme (#869)

1.0.2 (November 10th, 2023)

  • Fix float("inf") timeouts in Event.wait function. (#846)

1.0.1 (November 3rd, 2023)

  • Fix pool timeout to account for the total time spent retrying. (#823)
  • Raise a neater RuntimeError when the correct async deps are not installed. (#826)
  • Add support for synchronous TLS-in-TLS streams. (#840)

1.0.0 (October 6th, 2023)

From version 1.0 our async support is now optional, as the package has minimal dependencies by default.

For async support use either pip install 'httpcore[asyncio]' or pip install 'httpcore[trio]'.

... (truncated)

Commits

Updates isort to 8.0.1

Changelog

Sourced from isort's changelog.

Changelog

NOTE: isort follows the semver versioning standard. Find out more about isort's release policy here.

Unreleased

8.0.0 February 19 2026

  • Removed --old-finders and --magic-placement flags and old_finders configuration option. The legacy finder logic that relied on environment introspection has been removed (#2445) @​joao-faria-dev
  • Update the plone profile to not clash with black (#2456) @​ale-rt

6.1.0 October 1 2025

6.0.1 Febuary 26 2025

6.0.0 January 27 2025

5.13.2 December 13 2023

5.13.1 December 11 2023

5.13.0 December 9 2023

... (truncated)

Commits
  • a333737 Merge pull request #2463 from FinlayTheBerry/issue/2461
  • 878ba7e Added compression to stdlibs for Python 3.14 in isort/stdlibs/py314.py
  • b5f06a7 Merge pull request #2459 from Fridayai700/fix-unindented-comment-corruption
  • 3459bde Merge pull request #2460 from PyCQA/DanielNoord-patch-1
  • 6e70bb6 Update CHANGELOG for version 8.0.0
  • fd2514b Fix unindented comments being corrupted in indented blocks
  • b0f2dab Merge pull request #2458 from skv0zsneg/issue/1882
  • 313797b Fix lint.
  • 7d3a6f5 Add ignore for cyclomatic complexity check.
  • 6b9f895 Remove debug prints.
  • Additional commits viewable in compare view

Updates poethepoet to 0.42.1

Release notes

Sourced from poethepoet's releases.

0.42.1

Enhancements

Completion script fixes

[!IMPORTANT] You must follow the instructions to (re)install the completion script for your preferred shell environment to benefit from the completion script fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.42.0...v0.42.1

Commits
  • 4979272 Bump version to 0.42.1
  • 1f40807 fix: completion script edge case handling (#366)
  • c67a858 feat(uv): add exact option for uv executor (#365)
  • 8f4d5c4 fix: isolate zsh completion task options from global options (#364)
  • b1589da Bump version to 0.42.0
  • 0646d44 feat: powershell completions (#358)
  • 56293a4 chore: support Python 3.14 (#362)
  • 804c675 Add cache TTL and max hits to zsh completion caching (#360)
  • b15e96e feat: Full shell completions for global and task argument in zsh and bash (#355)
  • 58aaa8b docs: correct invalid docs for uv executor options
  • Additional commits viewable in compare view

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 commands and options

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

Updates the requirements on [ome-arrow](https://github.com/wayscience/ome-arrow), [pandas](https://github.com/pandas-dev/pandas), [httpcore](https://github.com/encode/httpcore), [isort](https://github.com/PyCQA/isort) and [poethepoet](https://github.com/nat-n/poethepoet) to permit the latest version.

Updates `ome-arrow` to 0.0.8
- [Release notes](https://github.com/wayscience/ome-arrow/releases)
- [Commits](WayScience/ome-arrow@v0.0.3...v0.0.8)

Updates `pandas` to 3.0.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.2...v3.0.1)

Updates `httpcore` to 1.0.9
- [Release notes](https://github.com/encode/httpcore/releases)
- [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md)
- [Commits](encode/httpcore@0.18.0...1.0.9)

Updates `isort` to 8.0.1
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.13.2...8.0.1)

Updates `poethepoet` to 0.42.1
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.37.0...v0.42.1)

---
updated-dependencies:
- dependency-name: ome-arrow
  dependency-version: 0.0.8
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pandas
  dependency-version: 3.0.1
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: httpcore
  dependency-version: 1.0.9
  dependency-type: direct:development
  dependency-group: python-packages
- dependency-name: isort
  dependency-version: 8.0.1
  dependency-type: direct:development
  dependency-group: python-packages
- dependency-name: poethepoet
  dependency-version: 0.42.1
  dependency-type: direct:development
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 3, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 3, 2026
@d33bs d33bs merged commit 6460f56 into main Mar 3, 2026
8 checks passed
@dependabot dependabot bot deleted the dependabot/pip/python-packages-d0e88c6e7f branch March 3, 2026 22: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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant