Skip to content

Commit baa887c

Browse files
chore(deps): update all dependencies to latest versions
- Used `pur` to bump dependencies in `requirements.txt` and `requirements-dev.txt` to their latest valid versions on PyPI. - Ran `pre-commit autoupdate` to bump versions in `.pre-commit-config.yaml`. - Verified that all unit tests pass with `pytest`. - Verified that the main application still correctly starts up. Co-authored-by: lostcontrol <983305+lostcontrol@users.noreply.github.com>
1 parent 688780b commit baa887c

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
1111
- id: check-added-large-files
1212

1313
- repo: https://github.com/charliermarsh/ruff-pre-commit
14-
rev: v0.11.4
14+
rev: v0.15.22
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r requirements.txt
22

3-
pre-commit==4.2.0
4-
ruff==0.11.3
3+
pre-commit==4.6.0
4+
ruff==0.15.22
55
codecov==2.1.13
6-
pytest==8.3.5
7-
pytest-cov==6.1.0
8-
pytest-mock==3.14.0
9-
freezegun==1.5.1
6+
pytest==9.1.1
7+
pytest-cov==7.1.0
8+
pytest-mock==3.15.1
9+
freezegun==1.5.5

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
paho-mqtt==2.1.0
2-
pykka==4.2.0
2+
pykka==4.4.2
33
pyserial==3.5
4-
transitions==0.9.2
4+
transitions==0.9.3
55
astral==3.2
66
rpi-gpio==0.7.1
7-
adafruit-circuitpython-ads1x15==2.4.2
8-
adafruit-circuitpython-mcp4725==1.4.16
7+
adafruit-circuitpython-ads1x15==3.0.5
8+
adafruit-circuitpython-mcp4725==1.4.21
99
lcdbackpack==1.0.0b1

0 commit comments

Comments
 (0)