Compare commits

..

11 Commits

Author SHA1 Message Date
Unbound Release f1b1b57670 chore(release): prepare for v7.2.5 2025-01-26 18:40:49 +00:00
Renovate 50ad27f389 chore(deps): update dependency robotframework-browser to v19.2.0 2025-01-26 15:08:48 +00:00
argoyle c83e0e83ed fix(docker): update python version to 3.13.1-slim
Updates the base Python version in the Dockerfile to 3.13.1-slim. 
This change ensures that the latest bug fixes and improvements 
are included, enhancing stability and performance.
2025-01-25 00:11:09 +01:00
Renovate bccaeef235 chore(deps): update python:3.13-slim docker digest to 026dd41 2025-01-24 22:17:12 +00:00
Unbound Release 173a80661d chore(release): prepare for v7.2.4 2025-01-17 12:26:25 +00:00
Renovate d38c2f2023 chore(deps): update python:3.13-slim docker digest to 23a81be 2025-01-14 17:28:49 +00:00
Renovate 53ec6e8575 chore(deps): update dependency robotframework to v7.2 2025-01-14 14:52:54 +00:00
Renovate e2dd679d59 chore(deps): update python:3.13-slim docker digest to eeb2d1a 2025-01-14 13:09:26 +00:00
Renovate d4c6d8a0a8 chore(deps): update python:3.13-slim docker digest to 31e0d1a 2025-01-14 11:09:47 +00:00
Renovate 7286e287c6 chore(deps): update python:3.13-slim docker digest to e4bf662 2025-01-14 07:31:13 +00:00
Renovate eddfb35307 chore(deps): update python:3.13-slim docker digest to a324f72 2025-01-14 05:04:31 +00:00
3 changed files with 25 additions and 3 deletions
+22
View File
@@ -2,6 +2,28 @@
All notable changes to this project will be documented in this file.
## [7.2.5] - 2025-01-26
### 🐛 Bug Fixes
- *(docker)* Update python version to 3.13.1-slim
### Chore
- *(deps)* Update python:3.13-slim docker digest to 026dd41
- *(deps)* Update dependency robotframework-browser to v19.2.0
## [7.2.4] - 2025-01-17
### Chore
- *(deps)* Update python:3.13-slim docker digest to a324f72
- *(deps)* Update python:3.13-slim docker digest to e4bf662
- *(deps)* Update python:3.13-slim docker digest to 31e0d1a
- *(deps)* Update python:3.13-slim docker digest to eeb2d1a
- *(deps)* Update dependency robotframework to v7.2
- *(deps)* Update python:3.13-slim docker digest to 23a81be
## [7.2.3] - 2025-01-06
### Chore
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13-slim@sha256:1127090f9fff0b8e7c3a1367855ef8a3299472d2c9ed122948a576c39addeaf1
FROM python:3.13.1-slim@sha256:026dd417a88d0be8ed5542a05cff5979d17625151be8a1e25a994f85c87962a5
ARG TARGETOS
ARG TARGETARCH
+2 -2
View File
@@ -1,5 +1,5 @@
robotframework==7.1.1
robotframework-browser==19.1.2
robotframework==7.2
robotframework-browser==19.2.0
robotframework-seleniumlibrary==6.7.0
urllib3==2.3.0
psycopg2-binary==2.9.10