Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Update iso8601 requirement from ~=0.1.16 to >=0.1.16,<1.1.0 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 22, 2022
1 parent 573ec7c commit 9e6152b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
packages=setuptools.find_packages(),
install_requires=[
"requests",
"iso8601~=0.1.16",
"iso8601>=0.1.16,<1.1.0",
"pytz~=2021.1",
"tzlocal>=2.1,<5.0",
"deprecation~=2.1.0",
Expand Down

0 comments on commit 9e6152b

Please sign in to comment.