retry icon indicating copy to clipboard operation
retry copied to clipboard

`retry` depends on `py` but `safety` is flagging security issues that can't be fixed by bumping `py`

Open saher-alhusayan opened this issue 2 years ago • 1 comments

Safety version: 1.10.3 Python version: 3.10.2 Operating System: MacOS 12.6

Description

Hey 👋

When running safety check --full-report --file=requirements.txt, safety is failing to pass a check for py saying all versions of py under or equal to 1.11.0 are affected (see screenshot below). The problem is we can't upgrade to a higher version as none is available.

retry depends on py (or maybe not?) so we were wondering if there are any plans to remove this dependency?

image

saher-alhusayan avatar Nov 02 '22 09:11 saher-alhusayan

Are there any plans to substitute the dependency on py?

anetbnd avatar Jul 19 '23 15:07 anetbnd