Shadowbroker
38bcc976a4
Merge pull request #140 from BigBodyCobain/dependabot/pip/backend/yfinance-1.3.0
...
Upgrades yfinance from 0.2.54 to 1.3.0 in /backend
2026-05-02 00:26:10 -06:00
Shadowbroker
77b4361ad6
Merge pull request #141 from BigBodyCobain/dependabot/pip/backend/playwright-1.59.0
...
Bump playwright from 1.50.0 to 1.59.0 in /backend
2026-05-02 00:25:23 -06:00
Shadowbroker
c5819d40d1
Merge pull request #138 from BigBodyCobain/dependabot/pip/backend/pydantic-2.13.3
...
Gets pydantic from 2.11.1 to 2.13.3 in /backend
2026-05-02 00:24:54 -06:00
dependabot[bot]
da2a27f92a
chore(deps): bump sgp4 from 2.23 to 2.25 in /backend
...
Bumps [sgp4](https://github.com/brandon-rhodes/python-sgp4 ) from 2.23 to 2.25.
- [Commits](https://github.com/brandon-rhodes/python-sgp4/compare/2.23...2.25 )
---
updated-dependencies:
- dependency-name: sgp4
dependency-version: '2.25'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-02 05:49:04 +00:00
dependabot[bot]
e6bea9dad3
chore(deps): bump playwright from 1.50.0 to 1.59.0 in /backend
...
Bumps [playwright](https://github.com/microsoft/playwright-python ) from 1.50.0 to 1.59.0.
- [Release notes](https://github.com/microsoft/playwright-python/releases )
- [Commits](https://github.com/microsoft/playwright-python/compare/v1.50.0...v1.59.0 )
---
updated-dependencies:
- dependency-name: playwright
dependency-version: 1.59.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-02 05:49:00 +00:00
dependabot[bot]
aebd5f0198
chore(deps): bump yfinance from 0.2.54 to 1.3.0 in /backend
...
Bumps [yfinance](https://github.com/ranaroussi/yfinance ) from 0.2.54 to 1.3.0.
- [Release notes](https://github.com/ranaroussi/yfinance/releases )
- [Changelog](https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/ranaroussi/yfinance/compare/0.2.54...1.3.0 )
---
updated-dependencies:
- dependency-name: yfinance
dependency-version: 1.3.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-02 05:48:56 +00:00
dependabot[bot]
2f70b50f65
chore(deps): bump pydantic from 2.11.1 to 2.13.3 in /backend
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.11.1 to 2.13.3.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.11.1...v2.13.3 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-version: 2.13.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-02 05:48:49 +00:00
BigBodyCobain
4ec1fce53d
ci: unblock v0.9.7 release checks
2026-05-01 23:24:46 -06:00
BigBodyCobain
28b3bd5ebf
release: prepare v0.9.7
2026-05-01 22:56:50 -06:00
anoracleofra-code
81b99c0571
fix: add meshtastic, PyNaCl, vaderSentiment to dependencies
...
Full import audit found these packages used but missing from
pyproject.toml — all silently broken in Docker:
- meshtastic: MQTT protobuf decode (why US/LongFast chat was empty)
- PyNaCl: DM sealed-box encryption
- vaderSentiment: oracle sentiment analysis (unguarded, would crash)
2026-03-26 16:19:24 -06:00
anoracleofra-code
6140e9b7da
fix: pin paho-mqtt to v1.x (v2 broke callback API)
...
paho-mqtt v2 changed Client constructor and on_connect callback
signatures, breaking the Meshtastic MQTT bridge. Pin to <2.0.0
so the existing v1 code works correctly in Docker.
2026-03-26 15:57:14 -06:00
anoracleofra-code
12cf5c0824
fix: add paho-mqtt dependency + improve Infonet sync status labels
...
paho-mqtt was missing from pyproject.toml, causing the Meshtastic MQTT
bridge to silently disable itself in Docker — no live chat messages
could be received. Also improve Infonet node status labels: show
RETRYING when sync fails instead of misleading SYNCING, and WAITING
when node is enabled but no sync has run yet.
2026-03-26 15:45:11 -06:00
anoracleofra-code
fb6d098adf
fix: add missing orjson, beautifulsoup4, cryptography deps to pyproject.toml
...
Docker image was crash-looping with `ModuleNotFoundError: No module named 'orjson'`
because these packages were imported but not declared as dependencies.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-26 08:03:17 -06:00
anoracleofra-code
09e39de4ef
fix: add dev dependency group to pyproject.toml for CI
...
CI runs `uv sync --group dev` but only a `test` group existed.
Renamed to `dev` and added ruff + black so Docker Publish can pass.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-26 06:33:35 -06:00
dependabot[bot]
f3946d9b0d
chore(deps): bump python-dotenv from 1.0.1 to 1.2.2 in /backend
...
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv ) from 1.0.1 to 1.2.2.
- [Release notes](https://github.com/theskumar/python-dotenv/releases )
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.2 )
---
updated-dependencies:
- dependency-name: python-dotenv
dependency-version: 1.2.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-26 11:59:51 +00:00
Orfeo Terkuci
fa2d47ca66
Refactor project structure: separate backend dependencies into pyproject.toml
2026-03-24 20:03:51 +01:00