Skip to content

Commit

Permalink
Update pytest version (#51)
Browse files Browse the repository at this point in the history
* Update pytest version to remove py dependency

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)

* Remove 'py'

py is a dependency of pytest so can be removed as of pytest version==7.2.0.
  • Loading branch information
hanskuhn committed Oct 2, 2023
1 parent 868622d commit 4a90452
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python-client/requirements.txt
Expand Up @@ -12,11 +12,10 @@ iniconfig==1.1.1
packaging==21.3
pluggy==1.0.0
protobuf==3.18.3
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 4a90452

Please sign in to comment.