Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 51f35cbfee chore(deps-dev): bump ruff from 0.15.12 to 0.15.13
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.12 to 0.15.13.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.12...0.15.13)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-25 07:46:19 +00:00
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ jobs:
persist-credentials: false
- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
+3 -3
View File
@@ -20,11 +20,11 @@ repos:
- id: mypy
exclude: build_helpers
additional_dependencies:
- types-cachetools==7.0.0.20260518
- types-cachetools==7.0.0.20260503
- types-filelock==3.2.7
- types-requests==2.33.0.20260518
- types-requests==2.33.0.20260508
- types-tabulate==0.10.0.20260508
- types-python-dateutil==2.9.0.20260518
- types-python-dateutil==2.9.0.20260508
- scipy-stubs==1.17.1.4
- SQLAlchemy==2.0.49
# stages: [push]
+1 -1
View File
@@ -1,3 +1,3 @@
# Requirements for freqtrade client library
requests==2.34.2
requests==2.33.1
python-rapidjson==1.23
+4 -4
View File
@@ -6,7 +6,7 @@
-r requirements-freqai-rl.txt
-r docs/requirements-docs.txt
ruff==0.15.12
ruff==0.15.13
mypy==2.1.0
pre-commit==4.6.0
pytest==9.0.3
@@ -24,11 +24,11 @@ nbconvert==7.17.1
# mypy types
scipy-stubs==1.17.1.4 # keep in sync with `scipy` in `requirements-hyperopt.txt`
types-cachetools==7.0.0.20260518
types-cachetools==7.0.0.20260503
types-filelock==3.2.7
types-requests==2.33.0.20260518
types-requests==2.33.0.20260508
types-tabulate==0.10.0.20260508
types-python-dateutil==2.9.0.20260518
types-python-dateutil==2.9.0.20260508
pip-audit==2.10.0
# For build step in CI
build==1.5.0
+3 -3
View File
@@ -1,5 +1,5 @@
numpy==2.4.5
pandas==3.0.3
pandas==3.0.2
bottleneck==1.6.0
numexpr==2.14.1
# Indicator libraries
@@ -16,7 +16,7 @@ python-telegram-bot==22.7
httpx>=0.24.1
humanize==4.15.0
cachetools==7.1.2
requests==2.34.2
requests==2.33.1
urllib3==2.7.0
certifi==2026.4.22
jsonschema==4.26.0
@@ -39,7 +39,7 @@ sdnotify==0.3.2
# API Server
fastapi==0.136.1
pydantic==2.13.4
uvicorn==0.47.0
uvicorn==0.46.0
pyjwt==2.12.1
aiofiles==25.1.0
psutil==7.2.2