Skip to content

Commit

Permalink
make pinning more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
chadell committed Jan 27, 2023
1 parent 9e61cc8 commit f97f300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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 @@ -24,7 +24,7 @@ include = [
[tool.poetry.dependencies]
python = "^3.7"
click = ">=7.1, <9.0"
pydantic = {version = "~1.10.4", extras = ["dotenv"]}
pydantic = {version = ">= 1.8.0, != 1.9.*, >= 1.10.4", extras = ["dotenv"]}
icalendar = "^5.0.0"
bs4 = "^0.0.1"
lxml = "^4.6.2"
Expand Down

0 comments on commit f97f300

Please sign in to comment.