Skip to content

Commit

Permalink
Merge pull request #1108 from GSA/pin_python_to_3_12_2
Browse files Browse the repository at this point in the history
pin python to 3.12.3
  • Loading branch information
ccostino authored Jun 20, 2024
2 parents 03fce75 + 7df242c commit 398eb22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.12.2
python-3.12.3

0 comments on commit 398eb22

Please sign in to comment.