Skip to content

Commit 6b708fc

Browse files
committed
pkg: regenerate lock file
1 parent d526bb4 commit 6b708fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repository = "https://github.com/JCPedroza/algorithms-and-data-structures-py"
1111
[tool.poetry.dependencies]
1212
python = "^3.10"
1313
pyclean = "^2.2.0"
14-
pyright = "^1.1.359"
1514

1615
[tool.poetry.dev-dependencies]
16+
black = "^22.8.0"
1717
flake8 = "^4.0.1"
1818
mypy = "^0.971"
19+
pyright = "^1.1.359"
1920
prospector = "^1.7.7"
2021
pytest = "^7.1.1"
21-
black = "^22.8.0"
2222

2323
[build-system]
2424
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)