Skip to content

Commit

Permalink
Update Huey task queue library rockstor#2731
Browse files Browse the repository at this point in the history
Remove prior pin of 2.3.0 and update to 2.5.0 via
`poetry update` to recreate poetry.lock accordingly.
  • Loading branch information
phillxnet committed Nov 11, 2023
1 parent 0f0f422 commit 1ba450c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gunicorn = "*"

# [tool.poetry.group.tools.dependencies]
six = "==1.16.0" # 1.14.0 (15 Jan 2020) Python 2/3 compat lib
huey = "==2.3.0"
huey = "*"
psutil = "==5.9.4"
# mock = "==1.0.1" now part of std lib in Python 3.3 onwards as unittest.mock
# pyzmq requires libzmq5 on system unless in wheel form.
Expand Down

0 comments on commit 1ba450c

Please sign in to comment.