Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lauf <[email protected]>
  • Loading branch information
lauft committed Nov 7, 2023
1 parent 1db350f commit 1b8243f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
arrow==1.2.2
arrow==1.3.0
docopt==0.6.2
python-dateutil==2.8.2
six==1.16.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
include_package_data=True,
python_requires=">=3.7, <4",
install_requires=[
"arrow >= 1.2.2",
"arrow >= 1.3.0",
"docopt >= 0.6.2",
"python-dateutil >= 2.8.2",
],
extras_require={
"test": [
"pytest >= 7.1.2",
"pytest >= 7.4.2",
"snapshottest >= 0.6.0",
]
},
Expand Down

0 comments on commit 1b8243f

Please sign in to comment.