@@ -15,8 +15,8 @@ classifiers = [
1515 " Programming Language :: Python" ,
1616 " Typing :: Typed" ,
1717]
18- requires-python = " >=3.11 "
19- dependencies = [" faker>=19.11 .0" , " pygithub>=2.1.1" , " requests>=2.31.0" ]
18+ requires-python = " >=3.12 "
19+ dependencies = [" faker>=19.13 .0" , " pygithub>=2.1.1" , " requests>=2.31.0" ]
2020
2121[project .urls ]
2222Homepage = " https://github.com/athul/waka-readme"
@@ -36,7 +36,7 @@ extra = ["loguru>=0.7.2", "python-dotenv>=1.0.0"]
3636# ############################
3737
3838[tool .pdm .dev-dependencies ]
39- tooling = [" bandit>=1.7.5" , " black>=23.10 .0" , " ruff>=0.1.1 " , " pyright>=1.1.332 " ]
39+ tooling = [" bandit>=1.7.5" , " black>=23.11 .0" , " ruff>=0.1.4 " , " pyright>=1.1.334 " ]
4040
4141# ###################
4242# Configurations #
@@ -47,11 +47,11 @@ exclude_dirs = [".github", "tests", ".venv", ".vscode"]
4747
4848[tool .black ]
4949line-length = 100
50- target-version = [" py311 " ]
50+ target-version = [" py312 " ]
5151
5252[tool .pyright ]
5353exclude = [" **/__pycache__" , " .venv/" ]
54- pythonVersion = " 3.11 "
54+ pythonVersion = " 3.12 "
5555pythonPlatform = " All"
5656typeCheckingMode = " strict"
5757
@@ -72,7 +72,7 @@ select = [
7272 " D" ,
7373]
7474line-length = 100
75- target-version = " py311 "
75+ target-version = " py312 "
7676extend-exclude = [" **/__pycache__" ]
7777
7878[tool .ruff .isort ]
0 commit comments