Skip to content

Commit

Permalink
Update dependency of pypcode >= 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Mar 14, 2024
1 parent 174965f commit c338ab7
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 @@ -24,9 +24,9 @@ test = [
"pytest-mock",
"pytest-cov",
"coverage[toml]",
"pypcode>=1.1.2",
"pypcode>=2.0.0",
]
pypcode = ["pypcode>=1.1.2"]
pypcode = ["pypcode>=2.0.0"]
doc = [
"mkdocs",
"mkdocs-material",
Expand All @@ -45,7 +45,7 @@ dev = [
"mypy",
"mypy-protobuf",
"nox",
"pypcode>=1.1.2",
"pypcode>=2.0.0",
]

[tool.setuptools]
Expand Down

0 comments on commit c338ab7

Please sign in to comment.