Chore: Updated dependencies

This commit is contained in:
2021-11-08 07:48:52 +05:30
parent 2d2a6a785b
commit 40d5914684
2 changed files with 39 additions and 40 deletions

View File

@ -7,23 +7,23 @@ authors = ["tanshu <git@tanshu.com>"]
[tool.poetry.dependencies]
python = "^3.8"
uvicorn = {extras = ["standard"], version = "^0.15.0"}
fastapi = "^0.68.1"
fastapi = "^0.70.0"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
psycopg2-binary = "^2.9.1"
SQLAlchemy = {extras = ["mypy"], version = "^1.4.26"}
python-multipart = "^0.0.5"
PyJWT = "^2.1.0"
alembic = "^1.7.1"
PyJWT = "^2.3.0"
alembic = "^1.7.4"
itsdangerous = "^2.0.1"
python-dotenv = "^0.19.0"
python-dotenv = "^0.19.1"
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
starlette = "^0.14.2"
starlette = "^0.16.0"
[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"
black = "^21.8b0"
isort = {extras = ["toml"], version = "^5.9.3"}
flake8 = "^4.0.1"
black = "^21.10b0"
isort = {extras = ["toml"], version = "^5.10.0"}
pre-commit = "^2.15.0"
mypy = "^0.910"