Skip to content

Commit 3daa207

Browse files
committed
Bump version; updated rich
1 parent 2e914c1 commit 3daa207

File tree

2 files changed

+49
-27
lines changed

2 files changed

+49
-27
lines changed

poetry.lock

+47-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "malwarebazaar"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "CLI wrapper for malware bazaar API (bazaar.abuse.ch) and YARAify API (yaraify.abuse.ch)"
55
authors = ["3c7 <[email protected]>"]
66
license = "MIT"
@@ -20,7 +20,7 @@ python = "^3.8,<3.12"
2020
requests = "^2.28.1"
2121
PyYAML = "^6.0"
2222
pyzipper = "^0.3.6"
23-
rich = { version = "^12.6.0", optional = true }
23+
rich = { version = "^13.3.2", optional = true }
2424
typer = { version = "^0.7.0", optional = true }
2525
pydantic = "^1.10.4"
2626

0 commit comments

Comments
 (0)