Skip to content

Commit

Permalink
Merge pull request #163 from yozachar/workshop
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
yozachar authored Jun 17, 2024
2 parents dab7253 + 5e2f44c commit e96e0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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>=25.0.0", "pygithub>=2.3.0", "requests>=2.31.0"]
dependencies = ["faker>=25.8.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.8", "black>=24.4.2", "ruff>=0.4.2", "pyright>=1.1.360"]
tooling = ["bandit>=1.7.9", "black>=24.4.2", "ruff>=0.4.9", "pyright>=1.1.367"]

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

0 comments on commit e96e0f6

Please sign in to comment.