Skip to content

Commit ddaf25d

Browse files
committed
chore: update deps
1 parent 1d056b6 commit ddaf25d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ cython_debug/
166166
# asdf/rtx
167167
.tool-versions
168168
.rtx.toml
169+
.mise.toml
169170

170171
# ruff
171172
.ruff_cache

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Typing :: Typed",
1717
]
1818
requires-python = ">=3.12"
19-
dependencies = ["faker>=24.4.0", "pygithub>=2.3.0", "requests>=2.31.0"]
19+
dependencies = ["faker>=25.0.0", "pygithub>=2.3.0", "requests>=2.31.0"]
2020

2121
[project.urls]
2222
Homepage = "https://github.com/athul/waka-readme"
@@ -36,7 +36,7 @@ extra = ["loguru>=0.7.2", "python-dotenv>=1.0.1"]
3636
#############################
3737

3838
[tool.pdm.dev-dependencies]
39-
tooling = ["bandit>=1.7.8", "black>=24.3.0", "ruff>=0.3.5", "pyright>=1.1.357"]
39+
tooling = ["bandit>=1.7.8", "black>=24.4.2", "ruff>=0.4.2", "pyright>=1.1.360"]
4040

4141
####################
4242
# Configurations #

0 commit comments

Comments
 (0)