Skip to content

Commit 845ac30

Browse files
chore(deps): update pandas requirement from 2.3.0 to 2.3.3
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.0...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 851a582 commit 845ac30

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
@@ -33,7 +33,7 @@ classifiers = [
3333
[tool.poetry.dependencies]
3434
python = "^3.9"
3535
numpy = "2.0.2"
36-
pandas = "2.3.0"
36+
pandas = "2.3.3"
3737
typing_extensions = "4.15.0"
3838
beartype = "0.21.0"
3939
docutils = "0.22.2"

0 commit comments

Comments
 (0)