Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa41dd50aa | |||
| 2225da2b4e | |||
| b839c1b8be | |||
| fb429fe2c2 | |||
| 7930fd8a9a | |||
| 198a0c5f8b | |||
| 19db4f7cc8 | |||
| 39b012f26a | |||
| b415c0ba30 |
@@ -14,7 +14,7 @@ jobs:
|
|||||||
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
||||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- uses: buildtool/setup-buildtools-action@v1
|
- uses: buildtool/setup-buildtools-action@v1
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: unset GITEA_TOKEN && build && push
|
run: unset GITEA_TOKEN && build && push
|
||||||
|
|||||||
@@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [7.5.19] - 2026-06-17
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update python docker tag to v3.14.6 (#379)
|
||||||
|
|
||||||
|
## [7.5.18] - 2026-06-15
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency faker to v40.20.0 (#369)
|
||||||
|
- *(deps)* Update dependency faker to v40.21.0 (#371)
|
||||||
|
- *(deps)* Update dependency faker to v40.22.0 (#373)
|
||||||
|
- *(deps)* Update dependency faker to v40.23.0 (#375)
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v20 (#377)
|
||||||
|
|
||||||
## [7.5.17] - 2026-05-25
|
## [7.5.17] - 2026-05-25
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14.5-slim@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97
|
FROM python:3.14.6-slim@sha256:44dd04494ee8f3b538294360e7c4b3acb87c8268e4d0a4828a6500b1eff50061
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
robotframework==7.4.2
|
robotframework==7.4.2
|
||||||
robotframework-browser==19.15.1
|
robotframework-browser==20.0.0
|
||||||
robotframework-seleniumlibrary==6.9.0
|
robotframework-seleniumlibrary==6.9.0
|
||||||
urllib3==2.7.0
|
urllib3==2.7.0
|
||||||
psycopg[binary]==3.3.4
|
psycopg[binary]==3.3.4
|
||||||
@@ -10,5 +10,5 @@ robotframework-httplibrary==0.4.2
|
|||||||
robotframework-http-rabbitmq==1.0.3
|
robotframework-http-rabbitmq==1.0.3
|
||||||
robotframework-requests==0.9.7
|
robotframework-requests==0.9.7
|
||||||
requests==2.34.2
|
requests==2.34.2
|
||||||
faker==40.19.1
|
faker==40.23.0
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user