Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Nov 14, 2022
1 parent c60eb6f commit d16ca85
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,33 +166,33 @@ dependencies = [
"apscheduler ==3.9.1",
"argon2_cffi ==21.3.0",
"asgi-babel==0.7.0",
"asyncpg ==0.26.0",
"asyncpg ==0.27.0",
"dramatiq[redis] ==1.12.3",
"fastapi ==0.85.0",
"fastapi-users[sqlalchemy] ==10.1.5",
"fief-client ==0.14.5",
"fastapi ==0.87.0",
"fastapi-users[sqlalchemy] ==10.2.1",
"fief-client ==0.14.6",
"furl ==2.1.3",
"greenlet ==1.1.3",
"gunicorn ==20.1.0",
"httpx-oauth ==0.10.2",
"Jinja2 ==3.1.2",
"jwcrypto ==1.4.2",
"loguru ==0.6.0",
"phonenumbers >=8.12.48,<8.13",
"phonenumbers >=8.12.48,<8.14",
"postmarker ==1.0",
"sendgrid ==6.9.7",
"psycopg2 ==2.9.3",
"psycopg2 ==2.9.5",
"pycountry >=22.3.5,<22.4",
"pydantic[dotenv] ==1.10.2",
"python-slugify ==6.1.2",
"pytz ==2022.2.1",
"rich ==12.5.1",
"rich ==12.6.0",
"sentry_dramatiq ==0.3.2",
"sentry-sdk ==1.9.8",
"sqlalchemy[mypy] ==1.4.41",
"sentry-sdk ==1.10.1",
"sqlalchemy[mypy] ==1.4.44",
"sqlalchemy-utils ==0.38.3",
"typer ==0.6.1",
"uvicorn[standard]==0.18.3",
"typer ==0.7.0",
"uvicorn[standard]==0.19.0",
"WTForms==3.0.1",
]

Expand Down

0 comments on commit d16ca85

Please sign in to comment.