Skip to content

Commit

Permalink
Update black and pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Apr 10, 2024
1 parent 4872d44 commit cc0f6af
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions forklift/poetry.lock

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

4 changes: 2 additions & 2 deletions forklift/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "3.12.3"
prefect = "1.3"
pandas = {extras = ["postgresql"], version = "^2.1.3"}
pandas = {extras = ["postgresql"], version = "^2.2.1"}
duckdb = "^0.10.1"
black = "^23.11.0"
black = "^24.3.0"
isort = "^5.12.0"
coverage = "^7.3.2"
pre-commit = "^3.5.0"
Expand Down

0 comments on commit cc0f6af

Please sign in to comment.