Skip to content

Commit

Permalink
Bump version; updated rich
Browse files Browse the repository at this point in the history
  • Loading branch information
3c7 committed Mar 7, 2023
1 parent 2e914c1 commit 3daa207
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 27 deletions.
72 changes: 47 additions & 25 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "malwarebazaar"
version = "0.2.1"
version = "0.2.2"
description = "CLI wrapper for malware bazaar API (bazaar.abuse.ch) and YARAify API (yaraify.abuse.ch)"
authors = ["3c7 <[email protected]>"]
license = "MIT"
Expand All @@ -20,7 +20,7 @@ python = "^3.8,<3.12"
requests = "^2.28.1"
PyYAML = "^6.0"
pyzipper = "^0.3.6"
rich = { version = "^12.6.0", optional = true }
rich = { version = "^13.3.2", optional = true }
typer = { version = "^0.7.0", optional = true }
pydantic = "^1.10.4"

Expand Down

0 comments on commit 3daa207

Please sign in to comment.