Merge pull request #148 from yozachar/workshop

chore: monthly updates for Oct'23; bump version
This commit is contained in:
Jovial Joe Jayarson
2023-10-23 09:48:07 +05:30
committed by GitHub

View File

@@ -4,7 +4,7 @@
[project] [project]
name = "waka-readme" name = "waka-readme"
version = "0.2.5" version = "0.3.0"
description = "Wakatime Weekly Metrics on your Profile Readme." description = "Wakatime Weekly Metrics on your Profile Readme."
authors = [{ name = "Athul Cyriac Ajay", email = "athul8720@gmail.com" }] authors = [{ name = "Athul Cyriac Ajay", email = "athul8720@gmail.com" }]
license = { text = "MIT" } license = { text = "MIT" }
@@ -16,7 +16,7 @@ classifiers = [
"Typing :: Typed", "Typing :: Typed",
] ]
requires-python = ">=3.11" 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] [project.urls]
Homepage = "https://github.com/athul/waka-readme" 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] [tool.pdm.dev-dependencies]
tooling = [ tooling = ["bandit>=1.7.5", "black>=23.10.0", "ruff>=0.1.1", "pyright>=1.1.332"]
"bandit>=1.7.5",
"black>=23.9.1",
"ruff>=0.0.290",
"pyright>=1.1.327",
]
#################### ####################
# Configurations # # Configurations #