Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
chore: update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Feb 19, 2022
1 parent c7255f7 commit 5889da0
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 56 deletions.
101 changes: 51 additions & 50 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uzen"
version = "0.1.0"
version = "1.0.0"
description = "YARA with Puppeteer"
authors = ["Manabu Niseki <[email protected]>"]
license = "MIT"
Expand All @@ -19,25 +19,25 @@ cached-property = "^1.5.2"
certifi = "^2021.10.8"
dateparser = "^1.1.0"
dnspython = "^2.2.0"
fastapi = "^0.73.0"
fastapi = "^0.74.0"
fastapi-cache2 = {extras = ["redis"], version = "^0.1.3"}
gunicorn = "^20.1.0"
html2text = "^2020.1.16"
httpx = "^0.21.3"
httpx = "^0.22.0"
loguru = "^0.6.0"
minio = "^7.1.3"
niteru = "^0.2.1"
playwright = "^1.18.2"
playwright = "^1.19.0"
playwright-har-tracer = "^0.3.2"
ppdeep = "^20200505"
pyhumps = "^3.5.3"
pyopenssl = "^22.0.0"
python-ulid = "^1.0.3"
sentry-sdk = "^1.5.4"
sentry-sdk = "^1.5.5"
tldextract = "^3.1.2"
tortoise-orm = "^0.18.1"
ujson = "^5.1.0"
uvicorn = {extras = ["standard"], version = "^0.17.4"}
uvicorn = {extras = ["standard"], version = "^0.17.5"}
whois-parser = "^0.1.4"
yara-python = "^4.1.3"

Expand Down

0 comments on commit 5889da0

Please sign in to comment.