Skip to content

Commit

Permalink
fix python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
waalbert committed Nov 22, 2024
1 parent d529f55 commit 302fa23
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
14 changes: 7 additions & 7 deletions apps/api/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
black==23.11.0
flake8==6.1.0
mypy==1.7.1
pytest==7.4.3
pytest-asyncio==0.23.2
pytest-cov==4.1.0
black==24.10.0
flake8==7.1.0
mypy==1.13.0
pytest==8.3.3
pytest-asyncio==0.24.0
pytest-cov==6.0.0

types-python-jose==3.3.4.8

uvicorn[standard]==0.23.2
uvicorn[standard]==0.32.0
15 changes: 6 additions & 9 deletions apps/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
fastapi==0.104.1
httpx==0.25.2
python-multipart==0.0.5
fastapi==0.115.5
httpx==0.27.2
python-multipart==0.0.12
python3-saml==1.16.0
python-jose[cryptography]==3.3.0
motor==3.3.2
pydantic[email]==2.5.2
motor==3.6.0
pydantic[email]==2.9.2
aiosendgrid==0.1.0
sendgrid==6.11.0
aiogoogle==5.6.0

# To avoid breaking xmlsec for python3-saml
lxml<5.0.0
aiogoogle==5.13.2

0 comments on commit 302fa23

Please sign in to comment.