Skip to content

Commit

Permalink
chore:update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jan 2, 2025
1 parent a7518a9 commit b82de2e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 35 deletions.
72 changes: 39 additions & 33 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions test/test_hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@ def build_zstore(command, dest, sources, weights, aggregate):
)

bad_commands = (
# redis-py splits the command on spaces, and hangs if that ends up
# being an empty list
# redis-py splits the command on spaces, and hangs if that ends up being an empty list
commands(st.text().filter(lambda x: bool(x.split())), st.lists(st.binary() | st.text()))
)

Expand Down

0 comments on commit b82de2e

Please sign in to comment.