Skip to content

Commit

Permalink
Better suggestion from Dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Mennella committed May 25, 2021
1 parent e293486 commit e69d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ flask = "^2.0"
flask-cors = "^3.0.10"
cython = "^0.29.21"
normality = "^2.1.1"
importlib_metadata = { version = "^4.0", python = "~3.7" }
importlib_metadata = { version = ">=3.7.3,<5.0.0", python = "~3.7" }

[tool.poetry.dev-dependencies]
pytest = "^6.2"
Expand Down

0 comments on commit e69d898

Please sign in to comment.