From 3f2f9d748e5581139e6020f1b33e63a324f26ac8 Mon Sep 17 00:00:00 2001 From: Jovial Joe Jayarson Date: Sat, 21 Oct 2023 08:09:29 +0530 Subject: [PATCH] chore: monthly updates for Oct'23; bump version --- pyproject.toml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 647f16e..8534954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "waka-readme" -version = "0.2.5" +version = "0.3.0" description = "Wakatime Weekly Metrics on your Profile Readme." authors = [{ name = "Athul Cyriac Ajay", email = "athul8720@gmail.com" }] license = { text = "MIT" } @@ -16,7 +16,7 @@ classifiers = [ "Typing :: Typed", ] requires-python = ">=3.11" -dependencies = ["faker>=19.6.1", "pygithub>=1.59.1", "requests>=2.31.0"] +dependencies = ["faker>=19.11.0", "pygithub>=2.1.1", "requests>=2.31.0"] [project.urls] Homepage = "https://github.com/athul/waka-readme" @@ -36,12 +36,7 @@ extra = ["loguru>=0.7.2", "python-dotenv>=1.0.0"] ############################# [tool.pdm.dev-dependencies] -tooling = [ - "bandit>=1.7.5", - "black>=23.9.1", - "ruff>=0.0.290", - "pyright>=1.1.327", -] +tooling = ["bandit>=1.7.5", "black>=23.10.0", "ruff>=0.1.1", "pyright>=1.1.332"] #################### # Configurations #