Skip to content

Commit

Permalink
Up python dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
rcschrg committed Jul 20, 2024
1 parent 066e850 commit 56e900b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pyzmq==26.0.3
six==1.15.0
toml==0.10.1
virtualenv==20.0.31
python-dateutil==2.8.2
python-dateutil==2.9.0
dill==0.3.6
msgspec==0.18.6
apipkg>=3.0.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# What packages are required for this module to be executed?
REQUIRED = [
"paho-mqtt==1.5.1",
"python-dateutil>=2.8.2",
"python-dateutil>=2.9.0",
"dill>=0.3.8",
"msgspec>=0.18.6",
"protobuf>=5.27.2",
Expand Down

0 comments on commit 56e900b

Please sign in to comment.