Compare commits

...

4 Commits

Author SHA1 Message Date
9b9f758c8e Merge pull request 'chore(deps): update node.js to v20.18.0' (#102) from renovate/node-20.x into master
Some checks failed
ci / docker (push) Has been cancelled
Reviewed-on: #102
2024-10-20 04:13:40 +00:00
9aaa5a45bb chore(deps): update node.js to v20.18.0
All checks were successful
ci / docker (push) Successful in 29s
Bump version / create_release_tag (pull_request) Successful in 41s
2024-10-18 08:17:32 +00:00
b3df06cff8 Merge pull request 'chore(deps): update dependency bottle to v0.13.2' (#101) from renovate/bottle-0.x into master
Some checks are pending
ci / docker (push) Has started running
Reviewed-on: #101
2024-10-18 07:20:55 +00:00
56c3cf98b8 chore(deps): update dependency bottle to v0.13.2
All checks were successful
ci / docker (push) Successful in 25s
Bump version / create_release_tag (pull_request) Successful in 2m44s
2024-10-16 22:13:29 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ build:
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
release:
image: node:20.17.0-alpine3.19
image: node:20.18.0-alpine3.19
stage: release
only:
refs:

View File

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