Update dependencies

This commit is contained in:
Zeva Rose 2024-04-30 09:24:42 -06:00
parent 7515ecbcc1
commit e863f5c077
2 changed files with 445 additions and 443 deletions

865
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,27 +1,26 @@
[tool.poetry]
name = "jarvis-core"
version = "1.0.0"
version = "1.0.1"
description = "JARVIS core"
authors = ["Zevaryx <zevaryx@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.10,<4"
orjson = { version = "^3.6.6" }
motor = "^3.1.1"
PyYAML = { version = "^6.0" }
aiohttp = "^3.8.1"
rich = "^12.3.0"
nanoid = "^2.0.0"
python-dotenv = "^0.21.0"
beanie = "^1.17.0"
orjson = { version = ">=3.6.6,<4" }
motor = ">=3.1.1,<4"
PyYAML = { version = ">=6.0,<7" }
aiohttp = ">=3.8.1,<4"
rich = ">=13.7.1"
nanoid = ">=2.0.0,<3"
python-dotenv = "1.0.1"
beanie = ">=1.17.0,<2"
pydantic = ">=2.3.0,<3"
python-dateutil = "^2.9.0.post0"
setuptools = "^69.2.0"
python-dateutil = ">=2.9.0.post0,<3"
setuptools = ">=69.2.0,<70"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
ipython = "^8.5.0"
rich = "^12.6.0"
mongomock_motor = "^0.0.29"
pytest-asyncio = "^0.23.5.post1"
pytest-cov = "^4.1.0"