Skip to content

Commit

Permalink
Merge pull request #122 from jond01/dependabot/pip/pandas-2.1.1
Browse files Browse the repository at this point in the history
Bump pandas from 2.1.0 to 2.1.1
  • Loading branch information
jond01 authored Sep 21, 2023
2 parents 91e70f3 + 57d45e7 commit 022a578
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 022a578

Please sign in to comment.