Skip to content

Commit

Permalink
Update pyproject.toml - requests version (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford authored Sep 26, 2023
1 parent 3e4f769 commit 53250a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ openpyxl = "^3.0.10"
fastapi = "^0.87.0"
uvicorn = {extras = ["standard"], version = "^0.19.0"}
regex = "^2022.10.31"
requests = "^2.28.2"
requests = "^2.31.0"
httpx = "^0.24.0"
transvar = "^2.5.10.20211024"
tqdm = "^4.65.1"
Expand Down

0 comments on commit 53250a2

Please sign in to comment.