Upgraded to Angular 14
This commit is contained in:
2022-07-06 09:04:10 +05:30
parent f637f01954
commit 792ccf923f
46 changed files with 233 additions and 179 deletions

View File

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black

View File

@ -6,15 +6,15 @@ authors = ["tanshu <git@tanshu.com>"]
[tool.poetry.dependencies]
python = "^3.10"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
uvicorn = {extras = ["standard"], version = "^0.18.2"}
fastapi = "^0.78.0"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
psycopg2-binary = "^2.9.3"
SQLAlchemy = "^1.4.36"
SQLAlchemy = "^1.4.39"
python-multipart = "^0.0.5"
PyJWT = "^2.4.0"
alembic = "^1.7.7"
alembic = "^1.8.0"
itsdangerous = "^2.1.2"
python-dotenv = "^0.20.0"
pydantic = {extras = ["dotenv"], version = "^1.9.1"}
@ -26,10 +26,10 @@ gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
black = "^22.3.0"
black = "^22.6.0"
isort = {extras = ["toml"], version = "^5.10.1"}
pre-commit = "^2.19.0"
mypy = "^0.950"
mypy = "^0.961"
[build-system]
requires = ["poetry-core>=1.0.0"]