You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The error cites this issue but I can't see any discussion on it or a resolution.
Any idea if someone is aware or a fix is being worked on? 🙏
The text was updated successfully, but these errors were encountered:
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 forpy
saying all versions ofpy
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.The error cites this issue but I can't see any discussion on it or a resolution.
Any idea if someone is aware or a fix is being worked on? 🙏
The text was updated successfully, but these errors were encountered: