From 0385e6a4e358b723d924a95076310b4629851577 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 20 Jun 2024 12:20:20 -0700 Subject: [PATCH 1/3] pin python to 3.12.3 --- .github/actions/setup-project/action.yml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index 560c5c3f3..c095bd595 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 --upgrade poetry diff --git a/pyproject.toml b/pyproject.toml index 5f0016c5e..b0d952504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] -python = "==3.12.2" +python = "==3.12.3" alembic = "==1.13.1" amqp = "==5.2.0" beautifulsoup4 = "==4.12.3" From 5b39b77ca1994eb0f407b28310554dff692988c4 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 20 Jun 2024 12:25:22 -0700 Subject: [PATCH 2/3] move github to 3.12.3 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 094cc4dce..29222296c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4747,5 +4747,5 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" -python-versions = "==3.12.2" -content-hash = "baa97f6f154c63af1c9a727fc8245a36e182190eaa65c77ebd95effc693e576c" +python-versions = "^3.12.2" +content-hash = "122fe6459adad8b8105d12739e4db159ae39fc32e969d02c7c24436ed3fb85b1" diff --git a/pyproject.toml b/pyproject.toml index b0d952504..ff5d6a959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] -python = "==3.12.3" +python = "^3.12.2" alembic = "==1.13.1" amqp = "==5.2.0" beautifulsoup4 = "==4.12.3" From 1c64c80038533302a0ca8991f2e63e622cae063a Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Thu, 20 Jun 2024 17:58:47 -0400 Subject: [PATCH 3/3] Update runtime.txt to match Python 3.12.3 for the cloud.gov python buildpak Signed-off-by: Carlo Costino --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 64f28603a..4ddc7cd66 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.12.x +python-3.12.3