Update deps
All checks were successful
test / test (push) Successful in 44s
build / build (push) Successful in 2m3s

This commit is contained in:
2024-10-17 00:48:57 +02:00
parent 8441d90deb
commit 58b113d934
3 changed files with 127 additions and 112 deletions

View File

@@ -8,16 +8,16 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
requests = "^2.32.3"
typer = "^0.12.5"
pydantic = "^2.9.2"
requests = "^2"
typer = "^0.12"
pydantic = "^2"
[tool.poetry.scripts]
nixprstatus = "nixprstatus.__main__:main"
[tool.poetry.group.dev.dependencies]
ipython = "^8.27.0"
ipython = "*"
[build-system]
requires = ["poetry-core"]