Skip to content

Commit

Permalink
⬆️ Upgrade python-dateutil
Browse files Browse the repository at this point in the history
Resolves calling deprecated `datetime.utcfromtimestamp` method

Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Nov 14, 2024
1 parent b7d27fa commit 02019c3
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 @@ -37,7 +37,7 @@ pydid = "^0.5.1"
pyjwt = "~2.9.0"
pyld = "^2.0.4"
pynacl = "~1.5.0"
python-dateutil = "~2.8.1"
python-dateutil = "^2.9.0"
python-json-logger = "~2.0.7"
pyyaml = "~6.0.2"
qrcode = { version = ">=6.1,<7.0", extras = ["pil"] }
Expand Down

0 comments on commit 02019c3

Please sign in to comment.