Chore: Update dependencies
Version Bump v10.1.0
This commit is contained in:
@ -6,29 +6,29 @@ authors = ["tanshu <git@tanshu.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
uvicorn = {extras = ["standard"], version = "^0.15.0"}
|
||||
fastapi = "^0.70.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.17.6"}
|
||||
fastapi = "^0.75.1"
|
||||
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
|
||||
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
|
||||
psycopg2-binary = "^2.9.1"
|
||||
SQLAlchemy = "^1.4.26"
|
||||
psycopg2-binary = "^2.9.3"
|
||||
SQLAlchemy = "^1.4.34"
|
||||
python-multipart = "^0.0.5"
|
||||
PyJWT = "^2.3.0"
|
||||
alembic = "^1.7.4"
|
||||
itsdangerous = "^2.0.1"
|
||||
python-dotenv = "^0.19.1"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
|
||||
starlette = "^0.16.0"
|
||||
alembic = "^1.7.7"
|
||||
itsdangerous = "^2.1.2"
|
||||
python-dotenv = "^0.19.2"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.9.0"}
|
||||
starlette = "^0.17.1"
|
||||
arq = "^0.22"
|
||||
aiohttp = "^3.7.4"
|
||||
cryptography = "^35.0.0"
|
||||
aiohttp = "^3.8.1"
|
||||
cryptography = "^36.0.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
flake8 = "^4.0.1"
|
||||
black = "^21.9b0"
|
||||
isort = {extras = ["toml"], version = "^5.9.3"}
|
||||
pre-commit = "^2.15.0"
|
||||
mypy = "^0.910"
|
||||
black = "^22.3.0"
|
||||
isort = {extras = ["toml"], version = "^5.10.1"}
|
||||
pre-commit = "^2.17.0"
|
||||
mypy = "^0.942"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user