Skip to content

Commit 28ea933

Browse files
chore(deps): update pandas requirement in /store/backend (#1050)
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@v1.2.0...v2.3.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1686f68 commit 28ea933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"ipython~=7.19",
2424
"marshmallow~=3.0",
2525
"numpy<2.0.0",
26-
"pandas~=1.2",
26+
"pandas~=2.3",
2727
"psycopg2-binary~=2.8",
2828
"pyld~=2.0",
2929
"python-jose~=3.3",

0 commit comments

Comments
 (0)