mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-04 12:18:25 -04:00
pin python to 3.12.3
This commit is contained in:
4
.github/actions/setup-project/action.yml
vendored
4
.github/actions/setup-project/action.yml
vendored
@@ -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.3
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.12.2"
|
python-version: "3.12.3"
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pip install --upgrade poetry
|
run: pip install --upgrade poetry
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ readme = "README.md"
|
|||||||
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "==3.12.2"
|
python = "==3.12.3"
|
||||||
alembic = "==1.13.1"
|
alembic = "==1.13.1"
|
||||||
amqp = "==5.2.0"
|
amqp = "==5.2.0"
|
||||||
beautifulsoup4 = "==4.12.3"
|
beautifulsoup4 = "==4.12.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user