Merge branch 'develop' into dependabot/pip/develop/sqlalchemy-2.0.34

This commit is contained in:
Matthias 2024-09-09 13:37:43 +02:00 committed by GitHub
commit 4bc84acac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 15 additions and 15 deletions

View File

@ -32,7 +32,7 @@ jobs:
run: python build_helpers/binance_update_lev_tiers.py
- uses: peter-evans/create-pull-request@v6
- uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
add-paths: freqtrade/exchange/binance_leverage_tiers.json

View File

@ -537,12 +537,12 @@ jobs:
- name: Publish to PyPI (Test)
uses: pypa/gh-action-pypi-publish@v1.10.0
uses: pypa/gh-action-pypi-publish@v1.10.1
with:
repository-url: https://test.pypi.org/legacy/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.10.0
uses: pypa/gh-action-pypi-publish@v1.10.1
deploy-docker:

View File

@ -26,7 +26,7 @@ jobs:
- name: Run auto-update
run: pre-commit autoupdate
- uses: peter-evans/create-pull-request@v6
- uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
add-paths: .pre-commit-config.yaml

View File

@ -16,9 +16,9 @@ repos:
additional_dependencies:
- types-cachetools==5.5.0.20240820
- types-filelock==3.2.7
- types-requests==2.32.0.20240712
- types-requests==2.32.0.20240907
- types-tabulate==0.9.0.20240106
- types-python-dateutil==2.9.0.20240821
- types-python-dateutil==2.9.0.20240906
- SQLAlchemy==2.0.34
# stages: [push]

View File

@ -7,7 +7,7 @@
-r docs/requirements-docs.txt
coveralls==4.0.1
ruff==0.6.3
ruff==0.6.4
mypy==1.11.2
pre-commit==3.8.0
pytest==8.3.2
@ -27,6 +27,6 @@ nbconvert==7.16.4
# mypy types
types-cachetools==5.5.0.20240820
types-filelock==3.2.7
types-requests==2.32.0.20240712
types-requests==2.32.0.20240907
types-tabulate==0.9.0.20240106
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20240906

View File

@ -3,7 +3,7 @@
# Required for freqai-rl
torch==2.2.2; sys_platform == 'darwin' and platform_machine == 'x86_64'
torch==2.4.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
torch==2.4.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
gymnasium==0.29.1
stable_baselines3==2.3.2
sb3_contrib>=2.2.1

View File

@ -5,7 +5,7 @@
# Required for freqai
scikit-learn==1.5.1
joblib==1.4.2
catboost==1.2.5; 'arm' not in platform_machine
catboost==1.2.7; 'arm' not in platform_machine
# Pin Matplotlib - it's depended on by catboost
# Temporary downgrade of matplotlib due to https://github.com/matplotlib/matplotlib/issues/28551
matplotlib==3.9.2

View File

@ -6,4 +6,4 @@ scipy==1.14.1; python_version >= "3.10"
scipy==1.13.1; python_version < "3.10"
scikit-learn==1.5.1
ft-scikit-optimize==0.9.2
filelock==3.15.4
filelock==3.16.0

View File

@ -4,7 +4,7 @@ bottleneck==1.4.0
numexpr==2.10.1
pandas-ta==0.3.14b
ccxt==4.3.93
ccxt==4.3.98
cryptography==42.0.8; platform_machine == 'armv7l'
cryptography==43.0.1; platform_machine != 'armv7l'
aiohttp==3.10.5
@ -41,8 +41,8 @@ orjson==3.10.7
sdnotify==0.3.2
# API Server
fastapi==0.112.2
pydantic==2.8.2
fastapi==0.114.0
pydantic==2.9.0
uvicorn==0.30.6
pyjwt==2.9.0
aiofiles==24.1.0