Skip to content

Commit

Permalink
Merge pull request #164 from yozachar/workshop
Browse files Browse the repository at this point in the history
chore: update dependencies; fix patch version number
  • Loading branch information
yozachar authored Aug 1, 2024
2 parents e96e0f6 + ef618e4 commit 6c9d7fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.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" }
Expand All @@ -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"
Expand All @@ -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 #
Expand Down

0 comments on commit 6c9d7fd

Please sign in to comment.