From d27fef7b2c1158b97a9beee7b39864f0d20c1fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:27:46 -0400 Subject: [PATCH] Update Python to v3.12.4 (#15136) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python](https://togithub.com/containerbase/python-prebuild) | dependencies | patch | `3.12.1` -> `3.12.4` | --- ### Release Notes
containerbase/python-prebuild (python) ### [`v3.12.4`](https://togithub.com/containerbase/python-prebuild/releases/tag/3.12.4) [Compare Source](https://togithub.com/containerbase/python-prebuild/compare/3.12.3...3.12.4) ##### Bug Fixes - **deps:** update dependency python to v3.12.4 ### [`v3.12.3`](https://togithub.com/containerbase/python-prebuild/releases/tag/3.12.3) [Compare Source](https://togithub.com/containerbase/python-prebuild/compare/3.12.2...3.12.3) ##### Bug Fixes - **deps:** update dependency python to v3.12.3 ### [`v3.12.2`](https://togithub.com/containerbase/python-prebuild/releases/tag/3.12.2) [Compare Source](https://togithub.com/containerbase/python-prebuild/compare/3.12.1...3.12.2) ##### Bug Fixes - **deps:** update dependency python to v3.12.2
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, 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 --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- script/update_top_ranking_issues/poetry.lock | 4 ++-- script/update_top_ranking_issues/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/update_top_ranking_issues/poetry.lock b/script/update_top_ranking_issues/poetry.lock index 01a981d5bc..e6d4b30b5d 100644 --- a/script/update_top_ranking_issues/poetry.lock +++ b/script/update_top_ranking_issues/poetry.lock @@ -529,5 +529,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "^3.11" -content-hash = "c8cbcfeae85fbc095998877c78ca7ea750b268c824ab56b58d87c55e8f547c31" +python-versions = "3.12.4" +content-hash = "9115a7d7c6e75ab0ec1b338a80a6a7461efe794295b5ee89ca1e17f62fc1a910" diff --git a/script/update_top_ranking_issues/pyproject.toml b/script/update_top_ranking_issues/pyproject.toml index b9e96e03e9..a2d70967f0 100644 --- a/script/update_top_ranking_issues/pyproject.toml +++ b/script/update_top_ranking_issues/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] mypy = "1.6.0" PyGithub = "1.55" -python = "3.12.1" +python = "3.12.4" pytz = "2022.1" typer = "0.9.0" types-pytz = "2023.3.1.1"