From 5e2f44c2b751104c28f50ee24c5bdb56e47978ff Mon Sep 17 00:00:00 2001 From: Yozachar <38415384+yozachar@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:47:09 +0530 Subject: [PATCH] chore: update deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6bd99bf..a83ba02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Typing :: Typed", ] requires-python = ">=3.12" -dependencies = ["faker>=25.0.0", "pygithub>=2.3.0", "requests>=2.31.0"] +dependencies = ["faker>=25.8.0", "pygithub>=2.3.0", "requests>=2.32.3"] [project.urls] Homepage = "https://github.com/athul/waka-readme" @@ -36,7 +36,7 @@ extra = ["loguru>=0.7.2", "python-dotenv>=1.0.1"] ############################# [tool.pdm.dev-dependencies] -tooling = ["bandit>=1.7.8", "black>=24.4.2", "ruff>=0.4.2", "pyright>=1.1.360"] +tooling = ["bandit>=1.7.9", "black>=24.4.2", "ruff>=0.4.9", "pyright>=1.1.367"] #################### # Configurations #