Skip to content

Commit 6460f56

Browse files
Bump the python-packages group across 1 directory with 5 updates (#198)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 576fd7d commit 6460f56

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies = [
2727
"ipywidgets>=8.1.7,<9",
2828
"matplotlib>=3.9.3,<4",
2929
"nest-asyncio>=1.6,<2",
30-
"ome-arrow>=0.0.3,<0.0.7",
30+
"ome-arrow>=0.0.3,<0.0.9",
3131
"opencv-python>=4.10.0.84,<5",
32-
"pandas>=2.2.2,<3",
32+
"pandas>=2.2.2,<4",
3333
"pyarrow>=16",
3434
"pyvista>=0.46.4",
3535
"pywavelets>1.4.1",
@@ -45,12 +45,12 @@ dev = [
4545
"cosmicqc>=1.0.1; python_version<'3.13' and python_version>='3.10'",
4646
"coverage>=7.6,<8",
4747
"duckdb>=1.1.3,<2",
48-
"httpcore>=0.18,<0.19",
49-
"isort>=5.13.2,<8",
48+
"httpcore>=0.18,<1.1",
49+
"isort>=5.13.2,<9",
5050
"jupyterlab>=4.3,<5",
5151
"jupyterlab-code-formatter>=3.0.2,<4",
5252
"jupytext>=1.16.4,<2",
53-
"poethepoet>=0.37,<0.42",
53+
"poethepoet>=0.37,<0.43",
5454
"pytest>=8.3.3,<10",
5555
"pytest-cov>=5,<8",
5656
"sqlalchemy>=1.3.6,<3",

0 commit comments

Comments
 (0)