chore(deps): update python docker tag to v3.11 (master) (#12)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| python | docker | minor | `3.10` -> `3.11` |

---

### Configuration

???? **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzUuMzUuMCJ9-->

Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Reviewed-on: #12
Co-authored-by: RenovateBot <renovate@noreply.endmove.eu>
Co-committed-by: RenovateBot <renovate@noreply.endmove.eu>
This commit is contained in:
RenovateBot 2023-04-07 13:07:22 +02:00 committed by Jérémi N ‘EndMove’
parent b1dfdc4112
commit ff4e994cb8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ trigger:
steps:
# Testing
- name: Testing
image: python:3.10
image: python:3.11
commands:
- pip install -r requirements.txt
- python3 run_tests.py