Skip to content

Commit

Permalink
Merge pull request #1946 from opentensor/chore/abe/update-dev-req
Browse files Browse the repository at this point in the history
Chore: Updated dev requirements
  • Loading branch information
ibraheem-opentensor committed May 28, 2024
2 parents 45d41f2 + 0a601d3 commit 75d21a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
aioresponses==0.7.6
pytest==7.2.0
pytest-mock==3.12.0
pytest-split==0.8.0
Expand Down
2 changes: 1 addition & 1 deletion tests/unit_tests/test_synapse.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def test_required_fields_override():

def test_default_instance_fields_dict_consistency():
synapse_instance = bittensor.Synapse()
assert synapse_instance.dict() == {
assert synapse_instance.model_dump() == {
"name": "Synapse",
"timeout": 12.0,
"total_size": 0,
Expand Down

0 comments on commit 75d21a4

Please sign in to comment.