updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-20 21:58:49 +00:00 committed by GitHub
parent aecb86d3f9
commit d52431c581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Requirements for freqtrade client library # Requirements for freqtrade client library
requests==2.31.0 requests==2.32.0
python-rapidjson==1.17 python-rapidjson==1.17

View File

@ -11,7 +11,7 @@ python-telegram-bot==21.1.1
httpx>=0.24.1 httpx>=0.24.1
humanize==4.9.0 humanize==4.9.0
cachetools==5.3.3 cachetools==5.3.3
requests==2.31.0 requests==2.32.0
urllib3==2.2.1 urllib3==2.2.1
jsonschema==4.22.0 jsonschema==4.22.0
TA-Lib==0.4.28 TA-Lib==0.4.28