From 87c3efd312e720586a65e6c1b3c320a1c56eee6c Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 20 Jun 2024 12:37:11 -0700 Subject: [PATCH 1/2] switch to 3.12.3 --- .github/actions/setup-project/action.yml | 4 ++-- poetry.lock | 4 ++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index 859254091..db1540fad 100644 --- a/.github/actions/setup-project/action.yml +++ b/.github/actions/setup-project/action.yml @@ -9,10 +9,10 @@ runs: sudo apt-get update \ && sudo apt-get install -y --no-install-recommends \ libcurl4-openssl-dev - - name: Set up Python 3.12.2 + - name: Set up Python 3.12.3 uses: actions/setup-python@v4 with: - python-version: "3.12.2" + python-version: "3.12.3" - name: Install poetry shell: bash run: pip install poetry diff --git a/poetry.lock b/poetry.lock index b48a5c53e..f77b03707 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3111,5 +3111,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "==3.12.2" -content-hash = "13525f32422aad8324a3bcb3629d326cc847029800d5518e1efd047b887afa8b" +python-versions = "^3.12.2" +content-hash = "b45f2c38493f81bd7fc9d4bfd294b001d71e4082380eb0851d4f3ea8dcdb949c" diff --git a/pyproject.toml b/pyproject.toml index fbeb26903..4dd46365a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" package-mode = false [tool.poetry.dependencies] -python = "==3.12.2" +python = "^3.12.2" ago = "~=0.0.95" beautifulsoup4 = "^4.12.3" blinker = "~=1.8" From 31cd55725fc26ab3cd27434282a30a17f2bf271d Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Thu, 20 Jun 2024 18:28:26 -0400 Subject: [PATCH 2/2] Update runtime.txt to reference Python 3.12.3 Signed-off-by: Carlo Costino --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 6e797d468..4ddc7cd66 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.12.2 +python-3.12.3