From ddaf25d44e75488a6667a559d334769c1007784c Mon Sep 17 00:00:00 2001 From: Yozachar <38415384+yozachar@users.noreply.github.com> Date: Wed, 1 May 2024 13:34:12 +0530 Subject: [PATCH] chore: update deps --- .gitignore | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 32a7d59..a2c669c 100644 --- a/.gitignore +++ b/.gitignore @@ -166,6 +166,7 @@ cython_debug/ # asdf/rtx .tool-versions .rtx.toml +.mise.toml # ruff .ruff_cache diff --git a/pyproject.toml b/pyproject.toml index 02ae339..6bd99bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Typing :: Typed", ] requires-python = ">=3.12" -dependencies = ["faker>=24.4.0", "pygithub>=2.3.0", "requests>=2.31.0"] +dependencies = ["faker>=25.0.0", "pygithub>=2.3.0", "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.1"] ############################# [tool.pdm.dev-dependencies] -tooling = ["bandit>=1.7.8", "black>=24.3.0", "ruff>=0.3.5", "pyright>=1.1.357"] +tooling = ["bandit>=1.7.8", "black>=24.4.2", "ruff>=0.4.2", "pyright>=1.1.360"] #################### # Configurations #