Skip to content

Commit

Permalink
build(deps): update python-dateutil requirement from <2.9 to <2.10
Browse files Browse the repository at this point in the history
Updates the requirements on [python-dateutil](https://github.com/dateutil/dateutil) to permit the latest version.
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](dateutil/dateutil@2.1...2.9.0.post0)

---
updated-dependencies:
- dependency-name: python-dateutil
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Mar 18, 2024
1 parent e60e223 commit d7e696a
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 @@ -30,7 +30,7 @@
install_requires=[
"dogpile.cache<1.4",
"importlib-metadata; python_version<'3.8'",
"python-dateutil<2.9",
"python-dateutil<2.10",
"requests>=2.27,<3",
"six<2",
],
Expand Down

0 comments on commit d7e696a

Please sign in to comment.