Skip to content

Commit bef649d

Browse files
dependabot[bot]wakonig
authored andcommitted
chore(deps-dev): bump pandas in /bec_lib
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. Updates `pandas` to 3.0.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.0.0...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f95de28 commit bef649d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bec_lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dev = [
5050
"coverage~=7.0",
5151
"fakeredis~=2.23, >=2.23.2",
5252
"isort~=5.13, >=5.13.2",
53-
"pandas~=2.0",
53+
"pandas>=2,<4",
5454
"pylint>=3,<5",
5555
"pytest>=8,<10",
5656
"pytest-random-order~=1.1",

0 commit comments

Comments
 (0)