diff --git a/pyproject.toml b/pyproject.toml index a83ba02..7f67746 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "waka-readme" -version = "0.3.0" +version = "0.3.1" 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.12" -dependencies = ["faker>=25.8.0", "pygithub>=2.3.0", "requests>=2.32.3"] +dependencies = ["faker>=26.0.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.9", "black>=24.4.2", "ruff>=0.4.9", "pyright>=1.1.367"] +tooling = ["bandit>=1.7.9", "black>=24.4.2", "ruff>=0.5.5", "pyright>=1.1.374"] #################### # Configurations #