Skip to content

Commit df11e47

Browse files
authored
CM-31729 - Support arrow dependency since the first stable version (#205)
1 parent 3c217c4 commit df11e47

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

poetry.lock

Lines changed: 9 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pyyaml = ">=6.0,<7.0"
3434
marshmallow = ">=3.15.0,<3.21.0"
3535
pathspec = ">=0.11.1,<0.12.0"
3636
gitpython = ">=3.1.30,<3.2.0"
37-
arrow = ">=0.17.0,<1.3.0"
37+
arrow = ">=1.0.0,<1.3.0"
3838
binaryornot = ">=0.4.4,<0.5.0"
3939
texttable = ">=1.6.7,<1.8.0"
4040
requests = ">=2.24,<3.0"

0 commit comments

Comments
 (0)