Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Jul 13, 2020
1 parent 9d28c88 commit 4ba5524
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 44 deletions.
89 changes: 46 additions & 43 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 @@ -22,7 +22,7 @@ include = ["pendulum/py.typed"]
[tool.poetry.dependencies]
python = "~2.7 || ^3.5"
python-dateutil = "^2.6"
pytzdata = ">=2018.3"
pytzdata = ">=2020.1"

# typing is needed for Python < 3.5
typing = { version = "^3.6", python = "<3.5" }
Expand Down

0 comments on commit 4ba5524

Please sign in to comment.