Skip to content

Commit

Permalink
fix: dateutil dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nponsard committed Sep 28, 2023
1 parent a59aec4 commit 58c6614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nethsm/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dynamic = ["version", "description"]
dependencies = [
"urllib3 >=2.0,<2.1",
"typing_extensions ~= 4.3.0",
"python-dateutil ~= 2.8.0",
"python-dateutil",
]

[project.urls]
Expand Down

0 comments on commit 58c6614

Please sign in to comment.