Update python Docker tag to v3.9.20 #106

Open
renovate-bot wants to merge 1 commits from renovate/minor-3.9-python into main
Member

This PR contains the following updates:

Package Type Update Change
python minor 3.8.20 -> 3.9.20
python docker minor 3.8.20-alpine -> 3.9.20-alpine
python final minor 3.8.20-alpine -> 3.9.20-alpine
python stage minor 3.8.20-alpine -> 3.9.20-alpine

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | python | | minor | `3.8.20` -> `3.9.20` | | python | docker | minor | `3.8.20-alpine` -> `3.9.20-alpine` | | python | final | minor | `3.8.20-alpine` -> `3.9.20-alpine` | | python | stage | minor | `3.8.20-alpine` -> `3.9.20-alpine` | --- ### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-08-28 14:36:47 +02:00
Update python Docker tag to v3.9.19
Some checks failed
continuous-integration/drone/pr Build is failing
3fae0b925d
renovate-bot force-pushed renovate/minor-3.9-python from 3fae0b925d to b44a3c0b8c 2024-09-04 11:35:53 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from b44a3c0b8c to 35523c0eb2 2024-09-04 14:35:49 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 35523c0eb2 to 529572290f 2024-09-04 17:36:15 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 529572290f to ece2b2f468 2024-09-04 23:35:31 +02:00 Compare
Brain added a new dependency 2024-09-05 11:48:36 +02:00
renovate-bot force-pushed renovate/minor-3.9-python from ece2b2f468 to 76af74d1a5 2024-09-07 05:36:11 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 76af74d1a5 to 8d01e0c530 2024-09-07 14:36:06 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 8d01e0c530 to 9d5d07213b 2024-09-07 17:35:35 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 9d5d07213b to 91c75a2465 2024-09-08 08:35:33 +02:00 Compare
renovate-bot changed title from Update python Docker tag to v3.9.19 to Update python Docker tag to v3.9.20 2024-09-09 20:36:04 +02:00
renovate-bot force-pushed renovate/minor-3.9-python from 91c75a2465 to 9af78f46af 2024-09-09 20:36:07 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 9af78f46af to dcc0b86327 2024-09-09 23:36:08 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from dcc0b86327 to b1b37a6f64 2024-09-10 02:36:06 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from b1b37a6f64 to 4904fe596f 2024-09-10 05:35:32 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 4904fe596f to 4cdfc037fb 2024-09-10 13:36:09 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 4cdfc037fb to 95be6e5bd5 2024-09-10 15:35:38 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 95be6e5bd5 to 929977e13f 2024-09-10 16:37:08 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 929977e13f to be44d06438 2024-09-13 02:36:10 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from be44d06438 to 9d2ec7ab58 2024-09-13 05:36:12 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 9d2ec7ab58 to 827c0ac615 2024-09-13 08:35:38 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 827c0ac615 to 6fe58c6053 2024-09-13 11:35:52 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 6fe58c6053 to 690c5c0b0a 2024-09-13 13:35:35 +02:00 Compare
Owner

In diesem Zuge sollte

/usr/local/lib/python3.8/unittest/case.py:1215: DeprecationWarning: assertDictContainsSubset is deprecated

gelöst werden.

Siehe auch https://stackoverflow.com/questions/20050913/python-unittests-assertdictcontainssubset-recommended-alternative

In diesem Zuge sollte ``` /usr/local/lib/python3.8/unittest/case.py:1215: DeprecationWarning: assertDictContainsSubset is deprecated ``` gelöst werden. Siehe auch https://stackoverflow.com/questions/20050913/python-unittests-assertdictcontainssubset-recommended-alternative
renovate-bot force-pushed renovate/minor-3.9-python from 690c5c0b0a to f8607e3dc5 2024-10-19 05:36:18 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from f8607e3dc5 to 855de80c5f 2024-10-19 08:36:13 +02:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 855de80c5f to bfd0f4de9d 2024-11-12 05:36:48 +01:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from bfd0f4de9d to dd943b118b 2024-11-12 08:36:47 +01:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from dd943b118b to e221e5ba87 2024-11-12 17:37:26 +01:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from e221e5ba87 to 7a45af62d0 2024-11-13 02:36:49 +01:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 7a45af62d0 to 2545a2b2a4 2024-11-13 08:36:46 +01:00 Compare
renovate-bot force-pushed renovate/minor-3.9-python from 2545a2b2a4 to a324212822 2024-11-13 17:36:07 +01:00 Compare
Some checks failed
continuous-integration/drone/pr Build is failing
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/minor-3.9-python:renovate/minor-3.9-python
git checkout renovate/minor-3.9-python
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks
#115 Update dependency pre-commit to v3
kompetenzinventar/ki-backend
Reference: kompetenzinventar/ki-backend#106
No description provided.