Skip to content

Commit cb8fd74

Browse files
authored
Merge branch 'master' into feat/fire-and-forget-remote
2 parents a4b4acb + 40e84e9 commit cb8fd74

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14.0-alpine
1+
FROM python:3.14.1-alpine
22
ARG VERSION
33

44
WORKDIR .

requirements/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ chacha20poly1305-reuseable==0.13.2
55
ifaddr==0.2.0
66
ifaddr==0.2.0
77
miniaudio==1.61
8-
protobuf==6.31.1
8+
protobuf==6.33.0
99
pydantic==2.11.7
1010
requests==2.32.4
1111
srptools==1.0.1
1212
tabulate==0.9.0
13-
tinytag==2.1.1
13+
tinytag==2.1.2
1414
zeroconf==0.147.0

requirements/requirements_test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==25.1.0
1+
black==25.11.0
22
deepdiff==8.6.1
33
flake8==7.3.0
44
isort==6.0.1
@@ -7,14 +7,14 @@ pyfakefs==5.10.1
77
pylint==3.3.7
88
pytest==8.4.1
99
pytest-asyncio==0.26.0
10-
pytest-cov==6.2.1
10+
pytest-cov==7.0.0
1111
pytest-timeout==2.4.0
1212
pytest-aiohttp==1.0.5
1313
pytest_httpserver==1.1.3
1414
pytest-xdist==3.8.0
1515
pydocstyle==6.3.0
1616
mypy==1.18.2
1717
mypy-protobuf==3.6.0
18-
types-protobuf==6.32.1.20250918
18+
types-protobuf==6.32.1.20251105
1919
types-requests==2.32.4.20250611
2020
types-tabulate==0.9.0.20241207

0 commit comments

Comments
 (0)