Skip to content

Commit

Permalink
fix(client-python): specified tests packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
featherchen committed May 27, 2024
1 parent e745864 commit 6f9b107
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions clients/client-python/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 2024 Datastrato Pvt Ltd.
# This software is licensed under the Apache License version 2.
requests
dataclasses-json
pylint
black
twine
coverage
requests==2.32.2
dataclasses-json==0.6.6
pylint==3.2.2
black==24.4.2
twine==5.1.0
coverage==7.5.1

0 comments on commit 6f9b107

Please sign in to comment.