Compare commits
34
Commits
v7.3.11
...
a7a5b39b83
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7a5b39b83 | ||
|
|
b053a7d247
|
||
|
|
99dd71a56f | ||
|
|
79db3015f3 | ||
|
|
a2f88a4d5d | ||
|
|
2f7bc76a13 | ||
|
|
884ff1ca8f | ||
|
|
d430157bf4 | ||
|
|
f72e408920 | ||
|
|
4fb8bd8ca7 | ||
|
|
e8c6bf3040 | ||
|
|
45afe14a7a | ||
|
|
3337bfe9dc | ||
|
|
0c8468d8c0 | ||
|
|
5b438d6cbb | ||
|
|
68b6de7da1 | ||
|
|
eecff5ce9e | ||
|
|
3ce26870c6 | ||
|
|
5703975802 | ||
|
|
654bee677b | ||
|
|
ca940da216 | ||
|
|
3fdaee7434 | ||
|
|
f3eb98e275 | ||
|
|
dd2e02dc9f | ||
|
|
2f144dbe66 | ||
|
|
7d774e3733 | ||
|
|
dd63964fa6 | ||
|
|
a05e34ed21 | ||
|
|
c56b05df4d | ||
|
|
67932a64da | ||
|
|
c9b5e70557 | ||
|
|
f7bc77413b | ||
|
|
6b7e540618 | ||
|
|
d658db6d11 |
@@ -0,0 +1,19 @@
|
|||||||
|
name: robotframework
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
||||||
|
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: buildtool/setup-buildtools-action@v1
|
||||||
|
- name: Build and push
|
||||||
|
run: unset GITEA_TOKEN && build && push
|
||||||
@@ -2,6 +2,43 @@
|
|||||||
|
|
||||||
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.3.17] - 2025-12-29
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency faker to v40
|
||||||
|
|
||||||
|
## [7.3.16] - 2025-12-29
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency faker to v39.1.0
|
||||||
|
|
||||||
|
## [7.3.15] - 2025-12-25
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework to v7.4.1
|
||||||
|
|
||||||
|
## [7.3.14] - 2025-12-17
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency faker to v39
|
||||||
|
|
||||||
|
## [7.3.13] - 2025-12-16
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework-appiumlibrary to v3.2.1
|
||||||
|
|
||||||
|
## [7.3.12] - 2025-12-13
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update python:3.14.2-slim docker digest to 2751cbe
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v19.12.3
|
||||||
|
|
||||||
## [7.3.11] - 2025-12-12
|
## [7.3.11] - 2025-12-12
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14.2-slim@sha256:10f5458f950e21b5ebe9ef12f75d8b9fc6adef232b0f0fc782ef71be59c2b871
|
FROM python:3.14.2-slim@sha256:3955a7dd66ccf92b68d0232f7f86d892eaf75255511dc7e98961bdc990dc6c9b
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
+4
-4
@@ -1,14 +1,14 @@
|
|||||||
robotframework==7.4
|
robotframework==7.4.1
|
||||||
robotframework-browser==19.12.0
|
robotframework-browser==19.12.3
|
||||||
robotframework-seleniumlibrary==6.8.0
|
robotframework-seleniumlibrary==6.8.0
|
||||||
urllib3==2.6.2
|
urllib3==2.6.2
|
||||||
psycopg[binary]==3.3.2
|
psycopg[binary]==3.3.2
|
||||||
PyMySQL==1.1.2
|
PyMySQL==1.1.2
|
||||||
robotframework-appiumlibrary==3.1
|
robotframework-appiumlibrary==3.2.1
|
||||||
robotframework-databaselibrary==2.4.0
|
robotframework-databaselibrary==2.4.0
|
||||||
robotframework-httplibrary==0.4.2
|
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.32.5
|
requests==2.32.5
|
||||||
faker==38.2.0
|
faker==40.1.0
|
||||||
python-dotenv==1.2.1
|
python-dotenv==1.2.1
|
||||||
|
|||||||
Reference in New Issue
Block a user