Skip to content

Commit e5528f7

Browse files
Bump the general-dependencies group with 4 updates
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas), [build](https://github.com/pypa/build), [ruff](https://github.com/astral-sh/ruff) and [nbconvert](https://github.com/jupyter/nbconvert) to permit the latest version. Updates `pandas` to 3.0.0 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.0...v3.0.0) Updates `build` to 1.4.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.3.0...1.4.0) Updates `ruff` from 0.14.10 to 0.14.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.10...0.14.14) Updates `nbconvert` from 7.16.6 to 7.17.0 - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](jupyter/nbconvert@v7.16.6...v7.17.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production dependency-group: general-dependencies - dependency-name: build dependency-version: 1.4.0 dependency-type: direct:production dependency-group: general-dependencies - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: nbconvert dependency-version: 7.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59e3da4 commit e5528f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sphinx~=9.0.4
22
sphinx-copybutton==0.5.2
33
sphinx_design==0.7.0
44
myst-nb==1.3.0
5-
nbconvert==7.16.6
5+
nbconvert==7.17.0
66
sphinx-notfound-page==1.1.0
77
sphinx-favicon==1.0.1
88
sphinx-book-theme==1.1.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"numpy>=2.1,<3.0",
24-
"pandas>=2.2,<3.0",
24+
"pandas>=2.2,<4.0",
2525
"Shapely>=2.0,<3.0",
2626
"scipy~=1.15,<2.0",
2727
"matplotlib~=3.10,<4.0",

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy>=2.1,<3.0
2-
pandas>=2.2,<3.0
2+
pandas>=2.2,<4.0
33
Shapely>=2.0,<3.0
44
scipy~=1.15,<2.0
55
matplotlib~=3.10,<4.0
@@ -13,10 +13,10 @@ pytest-cov~=7.0
1313
# build tools
1414
setuptools>=78.1.1,<81.0
1515
click~=8.3
16-
build~=1.3
16+
build~=1.4
1717

1818
# ci
1919
mypy==1.19.1
2020
mypy-extensions==1.1.0
21-
ruff==0.14.10
21+
ruff==0.14.14
2222
pre-commit==4.5.1

0 commit comments

Comments
 (0)