chore: monthly updates for Dec'23

This commit is contained in:
Jovial Joe Jayarson 2023-12-24 22:17:15 +05:30
parent 2dd14d3fd8
commit d2e7ba7208

View File

@ -16,7 +16,7 @@ classifiers = [
"Typing :: Typed", "Typing :: Typed",
] ]
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = ["faker>=19.13.0", "pygithub>=2.1.1", "requests>=2.31.0"] dependencies = ["faker>=21.0.0", "pygithub>=2.1.1", "requests>=2.31.0"]
[project.urls] [project.urls]
Homepage = "https://github.com/athul/waka-readme" Homepage = "https://github.com/athul/waka-readme"
@ -36,7 +36,7 @@ extra = ["loguru>=0.7.2", "python-dotenv>=1.0.0"]
############################# #############################
[tool.pdm.dev-dependencies] [tool.pdm.dev-dependencies]
tooling = ["bandit>=1.7.5", "black>=23.11.0", "ruff>=0.1.4", "pyright>=1.1.334"] tooling = ["bandit>=1.7.6", "black>=23.12.1", "ruff>=0.1.9", "pyright>=1.1.342"]
#################### ####################
# Configurations # # Configurations #