Skip to content

Commit

Permalink
⬆️ Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
otytlandsvik committed Oct 15, 2023
1 parent c15255f commit 376d9ce
Show file tree
Hide file tree
Showing 3 changed files with 666 additions and 588 deletions.
29 changes: 14 additions & 15 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,24 @@ flake8 = "*"
pylint = "*"

[packages]
pyjwt = "==2.6.0"
Werkzeug = "==2.2.3"
pyjwt = "==2.8.0"
Werkzeug = "==3.0.0"
"fastapi[all]" = "==0.103.2"
pymongo = "==4.3.3"
uvicorn = "==0.20.0"
pymongo = "==4.5.0"
uvicorn = "==0.23.2"
email-validator = "2.0.0"
python-multipart = "0.0.5"
aiofiles = "22.1.0"
python-multipart = "0.0.6"
aiofiles = "23.2.1"
pytest = "7.4.2"
google-api-python-client = "2.66.0"
google-auth-httplib2 = "0.1.0"
google-auth-oauthlib = "0.7.1"
google-api-python-client = "2.103.0"
google-auth-httplib2 = "0.1.1"
google-auth-oauthlib = "1.1.0"
qrcode = "7.4.2"
fpdf2 = "2.6.1"
fpdf2 = "2.7.6"
# python sdk for docker
docker="6.0.1"
pandas = "1.5.2"
numpy = "1.23.5"
openpyxl = "3.0.9"
xlsxwriter = "3.0.3"
docker="6.1.2"
pandas = "2.1.1"
numpy = "1.26.0"
xlsxwriter = "3.1.7"
[requires]
python_version = "3.11"
Loading

0 comments on commit 376d9ce

Please sign in to comment.