Skip to content

Commit

Permalink
Merge pull request #719 from dbt-labs/pandas-1.5.x
Browse files Browse the repository at this point in the history
Update Pandas dependency to 1.5.x
  • Loading branch information
tlento authored Aug 16, 2023
2 parents 24cb500 + ebde675 commit ecfcc49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230810-112855.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Update pandas to 1.5.x
time: 2023-08-10T11:28:55.086363-07:00
custom:
Author: tlento
PR: "719"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"jsonschema==3.2.0",
"more-itertools==8.10.0",
"numpy>=1.22.2",
"pandas~=1.3.0",
"pandas~=1.5.0",
"pydantic~=1.10.0",
"python-dateutil==2.8.2",
"rapidfuzz==3.0.0",
Expand Down

0 comments on commit ecfcc49

Please sign in to comment.