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
commit 2aab71918a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 #