From ff4e994cb84e7b591c8fad61a2c72230b6fbf818 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 7 Apr 2023 13:07:22 +0200 Subject: [PATCH] chore(deps): update python docker tag to v3.11 (master) (#12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://git.endmove.eu/EndMove/WebPicDownloader/pulls/12 Co-authored-by: RenovateBot Co-committed-by: RenovateBot --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8df4677..dfe1059 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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