Skip to content

Commit

Permalink
Merge pull request #148 from yozachar/workshop
Browse files Browse the repository at this point in the history
chore: monthly updates for Oct'23; bump version
  • Loading branch information
yozachar authored Oct 23, 2023
2 parents 54c3312 + 3f2f9d7 commit 2aab719
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
license = { text = "MIT" }
Expand All @@ -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"
Expand All @@ -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 #
Expand Down

0 comments on commit 2aab719

Please sign in to comment.