Skip to content

Commit 5f84551

Browse files
authored
Merge pull request #169 from doloopuntil/update-radon
Update radon dependency from 4.x to 5.x
2 parents 3b1386d + 83245cf commit 5f84551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
requires = [
2323
"gitpython>=3.0.0,<4.0.0",
24-
"radon>=4.0.0,<4.1.0",
24+
"radon>=5.1,<5.2",
2525
"click>=7.0,<9.0",
2626
"nbformat>=5.1.3,<6.0.0",
2727
"colorlog>=4.0.0,<5.0.0",
@@ -35,7 +35,7 @@ description-file = "README.md"
3535

3636
[tool.flit.metadata.requires-extra]
3737
test = [
38-
"pytest~=7.1.2",
38+
"pytest~=7.2",
3939
"pytest-cov~=3.0.0",
4040
]
4141
dev = [
@@ -50,7 +50,7 @@ dev = [
5050
"mypy~=0.961",
5151
"pydocstyle~=6.1.1",
5252
"pyupgrade~=2.37.1",
53-
"safety~=2.1.0",
53+
"safety~=2.3.4",
5454
]
5555
# TODO: move here proper deps from `docs/requirements_docs.txt`
5656
doc = []

0 commit comments

Comments
 (0)