Skip to content

Commit

Permalink
Update pytest version to remove py dependency
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
hanskuhn committed Oct 2, 2023
1 parent 868622d commit e78648d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-client/requirements.txt
Expand Up @@ -16,7 +16,7 @@ py==1.11.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing==3.0.7
pytest==6.2.5
pytest==7.2.0
requests==2.31.0
rsa==4.8
six==1.15.0
Expand Down

0 comments on commit e78648d

Please sign in to comment.