Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 98b329c497 | |||
| 74d6746cc7 | |||
| 1951e840d8 | |||
| 8e1a832163 | |||
| 68789dd00d | |||
| b163919f04 |
@@ -2,6 +2,20 @@
|
|||||||
|
|
||||||
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.8] - 2025-11-29
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v19.12.0
|
||||||
|
|
||||||
|
## [7.3.7] - 2025-11-23
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update python:3.14.0-slim docker digest to 0aecac0
|
||||||
|
- *(deps)* Update dependency psycopg to v3.2.13
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v19.11.0
|
||||||
|
|
||||||
## [7.3.6] - 2025-11-19
|
## [7.3.6] - 2025-11-19
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14.0-slim@sha256:119fd5bd9c01a9283d0be29d31218fb04f4575c67b3e89151417d61f6e1a6f58
|
FROM python:3.14.0-slim@sha256:0aecac02dc3d4c5dbb024b753af084cafe41f5416e02193f1ce345d671ec966e
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
robotframework==7.3.2
|
robotframework==7.3.2
|
||||||
robotframework-browser==19.10.1
|
robotframework-browser==19.12.0
|
||||||
robotframework-seleniumlibrary==6.8.0
|
robotframework-seleniumlibrary==6.8.0
|
||||||
urllib3==2.5.0
|
urllib3==2.5.0
|
||||||
psycopg[binary]==3.2.12
|
psycopg[binary]==3.2.13
|
||||||
PyMySQL==1.1.2
|
PyMySQL==1.1.2
|
||||||
robotframework-appiumlibrary==3.1
|
robotframework-appiumlibrary==3.1
|
||||||
robotframework-databaselibrary==2.3.3
|
robotframework-databaselibrary==2.3.3
|
||||||
|
|||||||
Reference in New Issue
Block a user