Merge pull request #2717 from GSA/python_3_12_7

upgrade to python 3.12.9
This commit is contained in:
ccostino
2025-06-27 10:27:23 -04:00
committed by GitHub
4 changed files with 9 additions and 9 deletions

View File

@@ -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.9
uses: actions/setup-python@v4
with:
python-version: "3.12.2"
python-version: "3.12.9"
- name: Install poetry
shell: bash
run: pip install poetry==2.1.3

View File

@@ -243,12 +243,12 @@ git clone git@github.com:GSA/notifications-admin.git
Now go into the project directory (`notifications-admin` by default), create a
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.9` is what is installed on your
machine):
```sh
cd notifications-admin
pyenv virtualenv 3.12.2 notify-admin
pyenv virtualenv 3.12.9 notify-admin
pyenv local notify-admin
```
@@ -299,7 +299,7 @@ environment with the newer version of Python you just installed:
```sh
cd notifications-admin
pyenv virtualenv 3.12.2 notify-admin
pyenv virtualenv 3.12.9 notify-admin
pyenv local notify-admin
```

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]]
name = "ago"
@@ -4128,5 +4128,5 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "7e12a42bc3bd26f5611335c1bfd994feb1714b772aed6fbfb6f6b51eb0b8fcfd"
python-versions = "^3.12.9"
content-hash = "1581753a29750324e9991425b8f6648c74ed9f1e4423a3b1ead1413fe454a130"

View File

@@ -8,7 +8,7 @@ package-mode = false
[tool.poetry.dependencies]
axe-core-python = "^0.1.0"
python = "^3.12.2"
python = "^3.12.9"
ago = "~=0.1.0"
beautifulsoup4 = "^4.13.3"
blinker = "~=1.8"