Skip to content

Commit

Permalink
Bump pandas from 2.1.0 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 91e70f3 commit 57d45e7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
54 changes: 31 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">= 3.11, < 3.12"
pandas = {version = "^2.1.0", extras = ["html"]}
pandas = {version = "^2.1.1", extras = ["html"]}

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.4.0"
Expand Down

0 comments on commit 57d45e7

Please sign in to comment.