Skip to content

Commit 360be32

Browse files
committed
allow newer versions of python-dateutil
1 parent c647753 commit 360be32

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flickr_download = "flickr_download.flick_download:main"
1414
[tool.poetry.dependencies]
1515
python = "^3.7"
1616
flickr-api = "^0.7.7"
17-
python-dateutil = "2.8.1"
17+
python-dateutil = "^2.8.1"
1818
PyYAML = "^5.3"
1919
pathvalidate = "^2.5.2"
2020
importlib-metadata = { version = "~4.2.0", python = "<3.8" }

0 commit comments

Comments
 (0)