Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 914283dae5 chore(deps): bump torch from 2.11.0 to 2.12.0
Bumps [torch](https://github.com/pytorch/pytorch) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-25 07:26:22 +00:00
6 changed files with 13 additions and 13 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
@@ -7,7 +7,7 @@
-r docs/requirements-docs.txt
ruff==0.15.12
mypy==2.1.0
mypy==2.0.0
pre-commit==4.6.0
pytest==9.0.3
pytest-asyncio==1.3.0
@@ -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
+1 -1
View File
@@ -2,7 +2,7 @@
-r requirements-freqai.txt
# Required for freqai-rl
torch==2.11.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
torch==2.12.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
gymnasium==1.2.3
# SB3 >=2.5.0 depends on torch 2.3.0 - which implies it dropped support x86 macos
stable-baselines3==2.8.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
+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