Skip to content

Commit

Permalink
Update arrow requirement from ~=1.2.3 to ~=1.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow](https://github.com/arrow-py/arrow) to permit the latest version.
- [Release notes](https://github.com/arrow-py/arrow/releases)
- [Changelog](https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst)
- [Commits](arrow-py/arrow@1.2.3...1.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kdeldycke committed Jul 4, 2024
1 parent 8a754ce commit ad805b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ classifiers = [
'Typing :: Typed',
]
dependencies = [
"arrow ~= 1.2.3",
"arrow ~= 1.3.0",
"boltons ~= 24.0.0",
"click-extra ~= 4.8.3",
"tabulate [widechars] ~= 0.9",
Expand Down

0 comments on commit ad805b1

Please sign in to comment.