Skip to content

Commit

Permalink
chore(deps): bump minimum required version of parsy
Browse files Browse the repository at this point in the history
The `default={}` is throwing errors with `parsy==1.3.0` bumping up to
require parsy>= 2.0

BREAKING CHANGE: the minimum version of `parsy` is now 2.0
  • Loading branch information
gforsyth authored and cpcloud committed Jan 30, 2023
1 parent 71e2570 commit 22020cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion 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 @@ -28,7 +28,7 @@ atpublic = ">=2.3,<4"
multipledispatch = ">=0.6,<1"
numpy = ">=1,<2"
pandas = ">=1.2.5,<2"
parsy = ">=1.3.0,<3"
parsy = ">=2,<3"
python-dateutil = ">=2.8.2,<3"
pytz = ">=2022.7"
rich = ">=12.4.4,<14"
Expand Down

0 comments on commit 22020cb

Please sign in to comment.