Chore: Updated dependencies

This commit is contained in:
Amritanshu Agrawal 2021-10-27 10:30:57 +05:30
parent 124cf4d9ff
commit 0837aebfb8
2 changed files with 45 additions and 45 deletions

View File

@ -6,29 +6,29 @@ authors = ["tanshu <git@tanshu.com>"]
[tool.poetry.dependencies]
python = "^3.8"
uvicorn = {extras = ["standard"], version = "^0.14.0"}
fastapi = "^0.65.2"
uvicorn = {extras = ["standard"], version = "^0.15.0"}
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 = "^1.4.18"
SQLAlchemy = "^1.4.26"
python-multipart = "^0.0.5"
PyJWT = "^2.1.0"
alembic = "^1.6.5"
PyJWT = "^2.3.0"
alembic = "^1.7.4"
itsdangerous = "^2.0.1"
python-dotenv = "^0.17.1"
python-dotenv = "^0.19.1"
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
starlette = "^0.14.2"
arq = "^0.20"
starlette = "^0.16.0"
arq = "^0.22"
aiohttp = "^3.7.4"
aioredis = "^1.3.1"
cryptography = "^35.0.0"
[tool.poetry.dev-dependencies]
flake8 = "^3.9.1"
black = "^20.8b1"
isort = {extras = ["toml"], version = "^5.7.0"}
pre-commit = "^2.12.1"
mypy = "^0.812"
flake8 = "^4.0.1"
black = "^21.9b0"
isort = {extras = ["toml"], version = "^5.9.3"}
pre-commit = "^2.15.0"
mypy = "^0.910"
[build-system]
requires = ["poetry-core>=1.0.0"]

View File

@ -14,43 +14,43 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^12.0.4",
"@angular/cdk": "^12.0.4",
"@angular/common": "^12.0.4",
"@angular/compiler": "^12.0.4",
"@angular/core": "^12.0.4",
"@angular/flex-layout": "^12.0.0-beta.34",
"@angular/forms": "^12.0.4",
"@angular/material": "^12.0.4",
"@angular/material-moment-adapter": "^12.0.4",
"@angular/platform-browser": "^12.0.4",
"@angular/platform-browser-dynamic": "^12.0.4",
"@angular/router": "^12.0.4",
"mathjs": "^9.4.2",
"@angular/animations": "^12.2.11",
"@angular/cdk": "^12.2.11",
"@angular/common": "^12.2.11",
"@angular/compiler": "^12.2.11",
"@angular/core": "^12.2.11",
"@angular/flex-layout": "^12.0.0-beta.35",
"@angular/forms": "^12.2.11",
"@angular/material": "^12.2.11",
"@angular/material-moment-adapter": "^12.2.11",
"@angular/platform-browser": "^12.2.11",
"@angular/platform-browser-dynamic": "^12.2.11",
"@angular/router": "^12.2.11",
"mathjs": "^9.5.1",
"moment": "^2.29.1",
"rxjs": "^6.6.7",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.0.4",
"@angular-eslint/builder": "^12.0.0",
"@angular-eslint/eslint-plugin": "^12.0.0",
"@angular-eslint/eslint-plugin-template": "^12.0.0",
"@angular-eslint/schematics": "^12.0.0",
"@angular-eslint/template-parser": "^12.0.0",
"@angular/cli": "^12.0.4",
"@angular/compiler-cli": "^12.0.4",
"@angular/language-service": "^12.0.4",
"@angular-devkit/build-angular": "~12.2.11",
"@angular-eslint/builder": "^12.6.1",
"@angular-eslint/eslint-plugin": "^12.6.1",
"@angular-eslint/eslint-plugin-template": "^12.6.1",
"@angular-eslint/schematics": "^12.6.1",
"@angular-eslint/template-parser": "^12.6.1",
"@angular/cli": "^12.2.11",
"@angular/compiler-cli": "^12.2.11",
"@angular/language-service": "^12.2.11",
"@types/jasmine": "~3.7.4",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsdoc": "^34.6.1",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.2.0",
"@typescript-eslint/parser": "5.2.0",
"eslint": "^8.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"husky": "^6.0.0",
"husky": "^7.0.4",
"jasmine-core": "^3.7.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.2",
@ -58,9 +58,9 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^4.0.0",
"karma-jasmine-html-reporter": "^1.6.0",
"lint-staged": "^11.0.0",
"lint-staged": "^11.2.6",
"prettier": "^2.3.1",
"standard-version": "^9.3.0",
"standard-version": "^9.3.2",
"ts-node": "^9.1.1",
"typescript": "~4.2.4"
},