Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OldPanda committed Aug 10, 2024
1 parent f7f22c2 commit 35cfecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"bitarray==2.8.1",
"mmh3==4.0.1",
"bitarray==2.9.2",
"mmh3==4.1.0",
]
description = "Yet another bloomfilter implementation in Python"
keywords = ["bloomfilter"]
Expand Down

0 comments on commit 35cfecc

Please sign in to comment.