1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-07-05 14:03:27 +02:00

Update dependency requests-cache to v1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
renovate[bot]
2023-05-29 19:25:58 +00:00
committed by GitHub
parent 17d089cc6e
commit 3632ae0fc9
2 changed files with 10 additions and 21 deletions

View File

@ -15,7 +15,7 @@ python = "^3.9"
pandas = {version = "^2.0.2", extras = ["feather", "performance"]}
python-stdnum = "^1.18"
requests = "^2.28.2"
requests-cache = "^0.9.8"
requests-cache = "^1.0.0"
langid = "^1.1.6"
colorama = "^0.4.6"
ftfy = "^6.1.1"