Skip to content

Commit

Permalink
Update ciso8601 requirement from <2,>=1.0.2 to >=1.0.2,<3 (#108)
Browse files Browse the repository at this point in the history
Updates the requirements on [ciso8601](https://github.com/closeio/ciso8601) to permit the latest version.
- [Release notes](https://github.com/closeio/ciso8601/releases)
- [Changelog](https://github.com/closeio/ciso8601/blob/master/CHANGELOG.md)
- [Commits](closeio/ciso8601@v1.0.2...v2.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent 7c66176 commit 972a0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
tests_require=["nose", "flake8"],
install_requires=[
"arrow>=0.4.2",
"ciso8601>=1.0.2,<2",
"ciso8601>=1.0.2,<3",
"pytz>=2015.4",
"elasticsearch>=7.0,<7.14",
],
Expand Down

0 comments on commit 972a0a5

Please sign in to comment.