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

Update pytest version #51

Merged
merged 2 commits into from
Oct 2, 2023
Merged

Update pytest version #51

merged 2 commits into from
Oct 2, 2023

Conversation

hanskuhn
Copy link
Member

@hanskuhn hanskuhn commented Oct 2, 2023

Dependabot flagged a vuln in the 'py' dependency. The recommended fix is to upgrade 'pytest' to 7.2.0 which removed 'py' from the dependencies.

This PR does the following:

  • update pytest version to 7.2.0
  • delete 'py' from requirements.txt

Dependabot flagged 'py' as being vulnerable to a DoS. It likely doesn't affect us, but the recommendation is that 'pytest' removed dependency on 'py' in 7.2.0 so let's do that. 

This is discussed in a thread found here: pytest-dev/py#287 (comment)
py is a dependency of pytest so can be removed as of pytest version==7.2.0.
@hanskuhn hanskuhn merged commit 4a90452 into main Oct 2, 2023
@hanskuhn hanskuhn deleted the update-pytest-version branch October 4, 2023 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant