Merge pull request #1108 from GSA/pin_python_to_3_12_2

pin python to 3.12.3
This commit is contained in:
Carlo Costino
2024-06-20 18:16:50 -04:00
committed by GitHub
4 changed files with 6 additions and 6 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.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

4
poetry.lock generated
View File

@@ -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"

View File

@@ -7,7 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "==3.12.2"
python = "^3.12.2"
alembic = "==1.13.1"
amqp = "==5.2.0"
beautifulsoup4 = "==4.12.3"

View File

@@ -1 +1 @@
python-3.12.2
python-3.12.3