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
Browse files Browse the repository at this point in the history
Updates the requirements on [iso8601](https://github.com/micktwomey/pyiso8601) to permit the latest version.
- [Release notes](https://github.com/micktwomey/pyiso8601/releases)
- [Commits](micktwomey/pyiso8601@0.1.16...1.0.0)

---
updated-dependencies:
- dependency-name: iso8601
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 8, 2021
1 parent 5c1b4ea commit 3ae6e52
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,<3.0",
"deprecation~=2.1.0",
Expand Down

0 comments on commit 3ae6e52

Please sign in to comment.