Merge pull request #148 from yozachar/workshop
chore: monthly updates for Oct'23; bump version
This commit is contained in:
commit
2aab71918a
@ -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 #
|
||||
|
Loading…
x
Reference in New Issue
Block a user