pin python to 3.12.2

This commit is contained in:
Kenneth Kehl
2024-06-20 10:37:46 -07:00
parent c10e232759
commit 573b147d35
3 changed files with 7 additions and 11 deletions

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"