Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
saher-alhusayan opened this issue Nov 2, 2022 · 1 comment · Fixed by alertlogic/retry#1 · May be fixed by #60

Comments

@saher-alhusayan
Copy link

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

@anetbnd
Copy link

anetbnd commented Jul 19, 2023

Are there any plans to substitute the dependency on py?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants