Skip to content

Commit

Permalink
Merge pull request #160 from yozachar/workshop
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
yozachar committed May 1, 2024
2 parents 1d056b6 + ddaf25d commit 8539bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ cython_debug/
# asdf/rtx
.tool-versions
.rtx.toml
.mise.toml

# ruff
.ruff_cache
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>=24.4.0", "pygithub>=2.3.0", "requests>=2.31.0"]
dependencies = ["faker>=25.0.0", "pygithub>=2.3.0", "requests>=2.31.0"]

[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.3.0", "ruff>=0.3.5", "pyright>=1.1.357"]
tooling = ["bandit>=1.7.8", "black>=24.4.2", "ruff>=0.4.2", "pyright>=1.1.360"]

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

0 comments on commit 8539bed

Please sign in to comment.