Compare commits

..

1 Commits

Author SHA1 Message Date
f8a9a4c7bb chore(deps): update dependency bottle to v0.13.3
All checks were successful
ci / docker (push) Successful in 28s
2025-04-21 13:02:27 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ jobs:
# - name: Build and push
# uses: docker/build-push-action@v6.16.0
# uses: docker/build-push-action@v6.15.0
# with:
# context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }}

View File

@@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v6.16.0
uses: docker/build-push-action@v6.15.0
with:
context: ./Docker/
push: true

View File

@@ -1,3 +1,3 @@
paho-mqtt==2.1.0
bottle==0.13.2
bottle==0.13.3
defusedxml==0.7.1