From 8c9fb4653401dfb6fe4fcfdacfca313b058b5ddb Mon Sep 17 00:00:00 2001 From: Jovial Joe Jayarson Date: Tue, 30 Jan 2024 08:19:47 +0530 Subject: [PATCH] chore: monthly updates for Jan'24 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 55da917..37650b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Typing :: Typed", ] requires-python = ">=3.12" -dependencies = ["faker>=21.0.0", "pygithub>=2.1.1", "requests>=2.31.0"] +dependencies = ["faker>=22.6.0", "pygithub>=2.1.1", "requests>=2.31.0"] [project.urls] Homepage = "https://github.com/athul/waka-readme" @@ -29,14 +29,14 @@ Changelog = "https://github.com/athul/waka-readme/commits/master" ############################# [project.optional-dependencies] -extra = ["loguru>=0.7.2", "python-dotenv>=1.0.0"] +extra = ["loguru>=0.7.2", "python-dotenv>=1.0.1"] ############################# # Development Dependencies # ############################# [tool.pdm.dev-dependencies] -tooling = ["bandit>=1.7.6", "black>=23.12.1", "ruff>=0.1.9", "pyright>=1.1.342"] +tooling = ["bandit>=1.7.7", "black>=24.1.1", "ruff>=0.1.15", "pyright>=1.1.349"] #################### # Configurations #