Skip to content

Commit

Permalink
Chore: Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 13, 2023
1 parent 9fa5e2e commit ccf646e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ develop = [
"black<23",
"mypy==1.6.0",
"poethepoet<1",
"pretend<2",
"pyproject-fmt<1.3",
"ruff==0.0.292",
"validate-pyproject<0.16",
Expand All @@ -71,9 +70,9 @@ release = [
"twine<5",
]
test = [
"pretend<2",
"pytest<8",
"pytest-cov<5",
"pytest-mock<4",
]
[tool.setuptools]
# https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
Expand Down

0 comments on commit ccf646e

Please sign in to comment.