diff --git a/.python-version b/.python-version index c84ccce..35f236d 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.5 +3.12.6 diff --git a/pyproject.toml b/pyproject.toml index a784927..3f04480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "~3.10" +python = "~3.12.0" rich = "^13.0.1" requests = "^2.31.0" toml = "^0.10.2"