Skip to content

Commit

Permalink
Merge pull request #169 from doloopuntil/update-radon
Browse files Browse the repository at this point in the history
Update radon dependency from 4.x to 5.x
  • Loading branch information
tonybaloney committed Feb 22, 2023
2 parents 3b1386d + 83245cf commit 5f84551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
]
requires = [
"gitpython>=3.0.0,<4.0.0",
"radon>=4.0.0,<4.1.0",
"radon>=5.1,<5.2",
"click>=7.0,<9.0",
"nbformat>=5.1.3,<6.0.0",
"colorlog>=4.0.0,<5.0.0",
Expand All @@ -35,7 +35,7 @@ description-file = "README.md"

[tool.flit.metadata.requires-extra]
test = [
"pytest~=7.1.2",
"pytest~=7.2",
"pytest-cov~=3.0.0",
]
dev = [
Expand All @@ -50,7 +50,7 @@ dev = [
"mypy~=0.961",
"pydocstyle~=6.1.1",
"pyupgrade~=2.37.1",
"safety~=2.1.0",
"safety~=2.3.4",
]
# TODO: move here proper deps from `docs/requirements_docs.txt`
doc = []
Expand Down

0 comments on commit 5f84551

Please sign in to comment.