Skip to content

Commit

Permalink
chore: update deps and pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
knrdl committed Nov 19, 2023
1 parent 2e66957 commit e7ea774
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
aiosmtplib~=3.0.1
asyncpg~=0.29.0
cryptography~=41.0.5
fastapi~=0.104.1
httpx~=0.25.1
jinja2~=3.1.2
jwcrypto~=1.5.0
pydantic[email]~=2.4.2
pydantic-settings~=2.0.3
uvicorn[standard]~=0.24.0
aiosmtplib==3.0.1
asyncpg==0.29.0
cryptography==41.0.5
fastapi==0.104.1
httpx==0.25.1
jinja2==3.1.2
jwcrypto==1.5.0
pydantic[email]==2.5.1
pydantic-settings==2.1.0
uvicorn[standard]==0.24.0.post1

0 comments on commit e7ea774

Please sign in to comment.