upgrade to python 3.12.7

This commit is contained in:
Kenneth Kehl
2025-06-26 07:16:07 -07:00
parent 3e93d6c9c6
commit c3bc9e52ca
4 changed files with 9 additions and 9 deletions

View File

@@ -9,10 +9,10 @@ runs:
sudo apt-get update \ sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \ && sudo apt-get install -y --no-install-recommends \
libcurl4-openssl-dev libcurl4-openssl-dev
- name: Set up Python 3.12.2 - name: Set up Python 3.12.7
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.12.2" python-version: "3.12.7"
- name: Install poetry - name: Install poetry
shell: bash shell: bash
run: pip install poetry==2.1.3 run: pip install poetry==2.1.3

View File

@@ -260,12 +260,12 @@ git clone git@github.com:GSA/notifications-api.git
Now go into the project directory (`notifications-api` by default), create a Now go into the project directory (`notifications-api` by default), create a
virtual environment, and set the local Python version to point to the virtual virtual environment, and set the local Python version to point to the virtual
environment (assumes version Python `3.12.2` is what is installed on your environment (assumes version Python `3.12.7` is what is installed on your
machine): machine):
```sh ```sh
cd notifications-api cd notifications-api
pyenv virtualenv 3.12.2 notify-api pyenv virtualenv 3.12.7 notify-api
pyenv local notify-api pyenv local notify-api
``` ```
@@ -331,7 +331,7 @@ environment with the newer version of Python you just installed:
```sh ```sh
cd notifications-api cd notifications-api
pyenv virtualenv 3.12.2 notify-api pyenv virtualenv 3.12.7 notify-api
pyenv local notify-api pyenv local notify-api
``` ```

6
poetry.lock generated
View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. # This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
[[package]] [[package]]
name = "aiohappyeyeballs" name = "aiohappyeyeballs"
@@ -5562,5 +5562,5 @@ cffi = ["cffi (>=1.11)"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.12.2" python-versions = "^3.12.7"
content-hash = "93ccf6e11b76f9dd5ffa82aabc0b9f5405d171fd22d4ee4c65843e60f0d2d547" content-hash = "2583570a9d5438a72e080f911f3d67b81e115172a3cf4e2b57e5e025c8416b0e"

View File

@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.12.2" python = "^3.12.7"
alembic = "==1.16.2" alembic = "==1.16.2"
amqp = "==5.3.1" amqp = "==5.3.1"
beautifulsoup4 = "==4.13.4" beautifulsoup4 = "==4.13.4"