Skip to content

Commit 25135bb

Browse files
committed
fix: update dependencies
1 parent 9389c67 commit 25135bb

File tree

2 files changed

+4
-103
lines changed

2 files changed

+4
-103
lines changed

poetry.lock

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

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ charset-normalizer = ">=2.1.0,<3.1"
5151
importlib_metadata = { version = ">=4.13,<5"}
5252

5353
[tool.poetry.group.dev.dependencies]
54-
ipython = "^7.2"
54+
ipython = "^7.34"
5555
# test
5656
pytest = "^7.2.0"
5757
pytest-cov = "^4.0"
5858
pytest-mock = "^3.10"
5959
pytest-regressions = "^2.4.0"
6060
pytest-freezer = "^0.4.6"
61+
pytest-xdist = "^3.1.0"
6162
# code formatter
6263
black = "^22.10"
6364
# linter
@@ -69,8 +70,7 @@ types-termcolor = "^0.1.1"
6970
# documentation
7071
mkdocs = "^1.0"
7172
mkdocs-material = "^8.5.11"
72-
pydocstyle = "^5.0.2"
73-
pytest-xdist = "^3.1.0"
73+
7474

7575
[tool.poetry.scripts]
7676
cz = "commitizen.cli:main"

0 commit comments

Comments
 (0)