Compare commits

...

8 Commits

Author SHA1 Message Date
releaser 2225da2b4e chore(release): prepare for v7.5.19 (#380)
Release / release (push) Successful in 1m3s
robotframework / build (push) Successful in 40s
## [7.5.19] - 2026-06-17

### Chore

- *(deps)* Update python docker tag to v3.14.6 (#379)

<!-- generated by git-cliff -->

---

**Note:** Please use **Squash Merge** when merging this PR.

Reviewed-on: #380
Co-authored-by: Unbound Releaser <releaser@unbound.se>
Co-committed-by: Unbound Releaser <releaser@unbound.se>
2026-06-17 06:44:15 +00:00
renovate b839c1b8be chore(deps): update python docker tag to v3.14.6 (#379)
robotframework / build (push) Successful in 43s
Release / release (push) Successful in 1m0s
2026-06-17 01:18:53 +00:00
releaser fb429fe2c2 chore(release): prepare for v7.5.18 (#378)
Release / release (push) Successful in 55s
robotframework / build (push) Successful in 13m13s
## [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)

<!-- generated by git-cliff -->

---

**Note:** Please use **Squash Merge** when merging this PR.

Reviewed-on: #378
Co-authored-by: Unbound Releaser <releaser@unbound.se>
Co-committed-by: Unbound Releaser <releaser@unbound.se>
2026-06-15 16:12:38 +00:00
renovate 7930fd8a9a chore(deps): update dependency robotframework-browser to v20 (#377)
Release / release (push) Successful in 2m12s
robotframework / build (push) Successful in 6m27s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [robotframework-browser](https://github.com/MarketSquare/robotframework-browser) ([changelog](https://github.com/MarketSquare/robotframework-browser/tree/main/docs/releasenotes)) | `==19.15.1` → `==20.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/robotframework-browser/20.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/robotframework-browser/19.15.1/20.0.0?slim=true) |

---

### Release Notes

<details>
<summary>MarketSquare/robotframework-browser (robotframework-browser)</summary>

### [`v20.0.0`](https://github.com/MarketSquare/robotframework-browser/releases/tag/v20.0.0): Browser library v20.0.0

[Compare Source](https://github.com/MarketSquare/robotframework-browser/compare/v19.15.1...v20.0.0)

Browser library 20.0.0 is a new release with enhancements and bug fixes. There are enhancements to Wait For Request and Get Text keywords, both keywords contains backward incompatible changes. There is bug fix for the Stop Coverage keyword and bug fixes to the library documentation. All issues targeted for Browser library v20.0.0 can be found from the [issue tracker](https://github.com/MarketSquare/robotframework-browser/issues?q=state%3Aclosed%20milestone%3Av20.0.0). Browser library 20.0.0 was released on Sunday June 7, 2026. Browser supports Python 3.10+, Node 22/24 LTS and Robot Framework 6.1+. Library was tested with Playwright 1.60.0

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #377
Co-authored-by: Renovate Bot <renovate@unbound.se>
Co-committed-by: Renovate Bot <renovate@unbound.se>
2026-06-15 14:25:01 +00:00
renovate 198a0c5f8b chore(deps): update dependency faker to v40.23.0 (#375)
robotframework / build (push) Successful in 46s
Release / release (push) Successful in 57s
2026-06-13 21:17:06 +00:00
renovate 19db4f7cc8 chore(deps): update dependency faker to v40.22.0 (#373)
robotframework / build (push) Successful in 50s
Release / release (push) Successful in 58s
2026-06-12 23:16:06 +00:00
renovate 39b012f26a chore(deps): update dependency faker to v40.21.0 (#371)
robotframework / build (push) Successful in 47s
Release / release (push) Successful in 1m2s
2026-06-05 19:16:18 +00:00
renovate b415c0ba30 chore(deps): update dependency faker to v40.20.0 (#369)
robotframework / build (push) Successful in 52s
Release / release (push) Successful in 1m1s
2026-06-05 00:22:24 +00:00
4 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "v7.5.17" "version": "v7.5.19"
} }
+16
View File
@@ -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
View File
@@ -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
View File
@@ -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