Skip to content

Commit

Permalink
Merge pull request athul#153 from yozachar/workshop
Browse files Browse the repository at this point in the history
chore: monthly updates for Jan'24
  • Loading branch information
yozachar authored Feb 7, 2024
2 parents 5dc3491 + 8c9fb46 commit a359b8d
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 @@ -16,7 +16,7 @@ classifiers = [
"Typing :: Typed",
]
requires-python = ">=3.12"
dependencies = ["faker>=21.0.0", "pygithub>=2.1.1", "requests>=2.31.0"]
dependencies = ["faker>=22.6.0", "pygithub>=2.1.1", "requests>=2.31.0"]

[project.urls]
Homepage = "https://github.com/athul/waka-readme"
Expand All @@ -29,14 +29,14 @@ Changelog = "https://github.com/athul/waka-readme/commits/master"
#############################

[project.optional-dependencies]
extra = ["loguru>=0.7.2", "python-dotenv>=1.0.0"]
extra = ["loguru>=0.7.2", "python-dotenv>=1.0.1"]

#############################
# Development Dependencies #
#############################

[tool.pdm.dev-dependencies]
tooling = ["bandit>=1.7.6", "black>=23.12.1", "ruff>=0.1.9", "pyright>=1.1.342"]
tooling = ["bandit>=1.7.7", "black>=24.1.1", "ruff>=0.1.15", "pyright>=1.1.349"]

####################
# Configurations #
Expand Down

0 comments on commit a359b8d

Please sign in to comment.