Skip to content

Commit 1417fb1

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # poetry.lock
2 parents fc7c62b + 81c5bce commit 1417fb1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.x'
2020
- name: Install dependencies

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies

.github/workflows/update_docker_description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/checkout@v5
88
- name: Docker Hub Description
9-
uses: peter-evans/dockerhub-description@v4.0.2
9+
uses: peter-evans/dockerhub-description@v5.0.0
1010
env:
1111
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
1212
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ aiomqtt = "*"
4141
prometheus-client = "*"
4242
prometheus_async = "*"
4343
click = "*"
44-
ruamel-yaml-clib = "0.2.12"
44+
ruamel-yaml-clib = "0.2.15"
4545

4646
[tool.poetry.group.test.dependencies]
4747
pytest = "*"

0 commit comments

Comments
 (0)