Skip to content

Commit ee4fac1

Browse files
committed
fix: update dependencies
1 parent a266c14 commit ee4fac1

File tree

2 files changed

+4
-103
lines changed

2 files changed

+4
-103
lines changed

poetry.lock

Lines changed: 1 addition & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ charset-normalizer = ">=2.1.0,<4"
5050
importlib_metadata = { version = ">=4.13,<5"}
5151

5252
[tool.poetry.group.dev.dependencies]
53-
ipython = "^7.2"
53+
ipython = "^7.34"
5454
# test
5555
pytest = "^7.2.0"
5656
pytest-cov = "^4.0"
5757
pytest-mock = "^3.10"
5858
pytest-regressions = "^2.4.0"
5959
pytest-freezer = "^0.4.6"
60+
pytest-xdist = "^3.1.0"
6061
# code formatter
6162
black = "^22.10"
6263
# linter
@@ -68,8 +69,7 @@ types-termcolor = "^0.1.1"
6869
# documentation
6970
mkdocs = "^1.0"
7071
mkdocs-material = "^8.5.11"
71-
pydocstyle = "^5.0.2"
72-
pytest-xdist = "^3.1.0"
72+
7373

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

0 commit comments

Comments
 (0)