Merge branch 'develop' into dependabot/pip/develop/sqlalchemy-2.0.35
This commit is contained in:
@@ -537,12 +537,12 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: Publish to PyPI (Test)
|
- name: Publish to PyPI (Test)
|
||||||
uses: pypa/gh-action-pypi-publish@v1.10.1
|
uses: pypa/gh-action-pypi-publish@v1.10.2
|
||||||
with:
|
with:
|
||||||
repository-url: https://test.pypi.org/legacy/
|
repository-url: https://test.pypi.org/legacy/
|
||||||
|
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@v1.10.1
|
uses: pypa/gh-action-pypi-publish@v1.10.2
|
||||||
|
|
||||||
|
|
||||||
deploy-docker:
|
deploy-docker:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
markdown==3.7
|
markdown==3.7
|
||||||
mkdocs==1.6.1
|
mkdocs==1.6.1
|
||||||
mkdocs-material==9.5.34
|
mkdocs-material==9.5.36
|
||||||
mdx_truly_sane_lists==1.3
|
mdx_truly_sane_lists==1.3
|
||||||
pymdown-extensions==10.9
|
pymdown-extensions==10.9
|
||||||
jinja2==3.1.4
|
jinja2==3.1.4
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
-r docs/requirements-docs.txt
|
-r docs/requirements-docs.txt
|
||||||
|
|
||||||
coveralls==4.0.1
|
coveralls==4.0.1
|
||||||
ruff==0.6.5
|
ruff==0.6.7
|
||||||
mypy==1.11.2
|
mypy==1.11.2
|
||||||
pre-commit==3.8.0
|
pre-commit==3.8.0
|
||||||
pytest==8.3.3
|
pytest==8.3.3
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ scipy==1.14.1; python_version >= "3.10"
|
|||||||
scipy==1.13.1; python_version < "3.10"
|
scipy==1.13.1; python_version < "3.10"
|
||||||
scikit-learn==1.5.2
|
scikit-learn==1.5.2
|
||||||
ft-scikit-optimize==0.9.2
|
ft-scikit-optimize==0.9.2
|
||||||
filelock==3.16.0
|
filelock==3.16.1
|
||||||
|
|||||||
+4
-4
@@ -1,5 +1,5 @@
|
|||||||
numpy==1.26.4
|
numpy==1.26.4
|
||||||
pandas==2.2.2
|
pandas==2.2.3
|
||||||
bottleneck==1.4.0
|
bottleneck==1.4.0
|
||||||
numexpr==2.10.1
|
numexpr==2.10.1
|
||||||
pandas-ta==0.3.14b
|
pandas-ta==0.3.14b
|
||||||
@@ -9,7 +9,7 @@ cryptography==42.0.8; platform_machine == 'armv7l'
|
|||||||
cryptography==43.0.1; platform_machine != 'armv7l'
|
cryptography==43.0.1; platform_machine != 'armv7l'
|
||||||
aiohttp==3.10.5
|
aiohttp==3.10.5
|
||||||
SQLAlchemy==2.0.35
|
SQLAlchemy==2.0.35
|
||||||
python-telegram-bot==21.5
|
python-telegram-bot==21.6
|
||||||
# can't be hard-pinned due to telegram-bot pinning httpx with ~
|
# can't be hard-pinned due to telegram-bot pinning httpx with ~
|
||||||
httpx>=0.24.1
|
httpx>=0.24.1
|
||||||
humanize==4.10.0
|
humanize==4.10.0
|
||||||
@@ -42,7 +42,7 @@ sdnotify==0.3.2
|
|||||||
|
|
||||||
# API Server
|
# API Server
|
||||||
fastapi==0.114.2
|
fastapi==0.114.2
|
||||||
pydantic==2.9.1
|
pydantic==2.9.2
|
||||||
uvicorn==0.30.6
|
uvicorn==0.30.6
|
||||||
pyjwt==2.9.0
|
pyjwt==2.9.0
|
||||||
aiofiles==24.1.0
|
aiofiles==24.1.0
|
||||||
@@ -59,7 +59,7 @@ pytz==2024.2
|
|||||||
schedule==1.2.2
|
schedule==1.2.2
|
||||||
|
|
||||||
#WS Messages
|
#WS Messages
|
||||||
websockets==13.0.1
|
websockets==13.1
|
||||||
janus==1.0.0
|
janus==1.0.0
|
||||||
|
|
||||||
ast-comments==1.2.2
|
ast-comments==1.2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user