From d2e7ba72081358a610668f877efc3b9c0643c051 Mon Sep 17 00:00:00 2001 From: Jovial Joe Jayarson Date: Sun, 24 Dec 2023 22:17:15 +0530 Subject: [PATCH] chore: monthly updates for Dec'23 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40568fe..55da917 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Typing :: Typed", ] 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] 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] -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 #