From 0262d3993d1ba59d45b3721a1a67ba57530d795e Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Tue, 26 Sep 2023 10:00:30 +1300 Subject: [PATCH] Update pyproject.toml - requests version https://github.com/pombase/genome_changelog/security/dependabot/2 https://github.com/pombase/genome_changelog/security/dependabot/2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88cabd5..51119c0 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"