Skip to content

Commit 3f4dff1

Browse files
committed
pin safety>=3.8.1 to force dependency resolution (relates to pyupio/safety#888)
1 parent 9105fc1 commit 3f4dff1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ dev = [
7474
"mypy-extensions>=0.4.3,<1.2.0",
7575
"pre-commit>=2.21.0,<5.0.0",
7676
"bandit<2.0.0,>=1.7.5",
77-
"safety>=3.6.1,<4.0.0",
78-
"typer>=0.17.0", # fix for https://github.com/pyupio/safety/issues/784
77+
"safety>=3.8.1,<4.0.0",
7978
"pystac<2.0.0,>=1.10.0",
8079
"pydocstyle[toml]<7.0.0,>=6.2.0",
8180
"pytest>=7.2.1,<10.0.0",

0 commit comments

Comments
 (0)