From 8fcae651713604d7af29836e5e682c3bfed20043 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Mar 2026 15:39:43 +0000 Subject: [PATCH] chore(deps): update dependency faker to v40.11.0 (#302) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [faker](https://github.com/joke2k/faker) ([changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)) | `==40.8.0` → `==40.11.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/faker/40.11.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/faker/40.8.0/40.11.0?slim=true) | --- ### Release Notes
joke2k/faker (faker) ### [`v40.11.0`](https://github.com/joke2k/faker/blob/HEAD/CHANGELOG.md#v40110---2026-03-13) [Compare Source](https://github.com/joke2k/faker/compare/v40.10.0...v40.11.0) - Add major Swiss banks to `de_CH` bank provider. Thanks [@​raphael-s](https://github.com/raphael-s). ### [`v40.10.0`](https://github.com/joke2k/faker/blob/HEAD/CHANGELOG.md#v40100---2026-03-13) [Compare Source](https://github.com/joke2k/faker/compare/v40.9.0...v40.10.0) - Fix: mixed-gender names in `es_MX` locale. Thanks [@​rodrigobnogueira](https://github.com/rodrigobnogueira). ### [`v40.9.0`](https://github.com/joke2k/faker/blob/HEAD/CHANGELOG.md#v4090---2026-03-13) [Compare Source](https://github.com/joke2k/faker/compare/v40.8.1...v40.9.0) - Fix `pt_PT` `postalcode` format in address provider. Thanks [@​filipemattar](https://github.com/filipemattar). ### [`v40.8.1`](https://github.com/joke2k/faker/blob/HEAD/CHANGELOG.md#v4081---2026-03-13) [Compare Source](https://github.com/joke2k/faker/compare/v40.8.0...v40.8.1) - Fix mutable default providers. Thanks [@​Dhi13man](https://github.com/Dhi13man).
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.unbound.se/unboundsoftware/robotframework/pulls/302 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3aba8f7..04e57ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ robotframework-httplibrary==0.4.2 robotframework-http-rabbitmq==1.0.3 robotframework-requests==0.9.7 requests==2.32.5 -faker==40.8.0 +faker==40.11.0 python-dotenv==1.2.2