Updates Dependencies

This commit is contained in:
2024-05-21 02:42:05 -03:00
parent 83f531c2d7
commit b93faf11b3
2 changed files with 922 additions and 81 deletions

992
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,16 +9,17 @@ packages = [{include = "storage_service"}]
[tool.poetry.dependencies]
python = "^3.12"
pillow = "^10.0.0"
redis = "^5.0.3"
requests = "^2.31.0"
rq = "^1.15.1"
redis = "^5.0.4"
requests = "^2.32.1"
rq = "^1.16.1"
python-dotenv = "^1.0.0"
fastapi = "^0.110.1"
fastapi = "^0.111.0"
uvicorn = "^0.29.0"
boto3 = "^1.28.21"
boto3 = "^1.34.109"
python-multipart = "^0.0.9"
virustotal-python = "^1.0.2"
fastapi-utils = "^0.6.0"
typing-inspect = "^0.9.0"
[tool.poetry.group.dev.dependencies]