Skip to content

Commit

Permalink
upgrade dependencies (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
OldPanda authored Aug 10, 2024
1 parent 4c05b0a commit 6eedd2d
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 @@ -20,8 +20,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 6eedd2d

Please sign in to comment.