Skip to content

Commit

Permalink
cap toml library because of nested dict bug
Browse files Browse the repository at this point in the history
version 0.10.1 causes a bug with how nested dicts are handled
and we should stay with 0.10.0 until it is fixed:
uiri/toml#295

Change-Id: Id6853599492ad869d25ee8b7f99afa9416926c2b
  • Loading branch information
Adrian Turjak committed Aug 17, 2020
1 parent 68b891c commit b5f0397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ dfs-sdk # Apache-2.0
tap-as-a-service # Apache-2.0
etcd3 # Apache-2.0
etcd3gw!=0.2.2,!=0.2.3,!=0.2.6 # Apache-2.0
toml!=0.10.1 # Apache-2.0
typing # PSF
voluptuous # BSD License
pydot # MIT License
Expand Down
2 changes: 1 addition & 1 deletion upper-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ retryz===0.1.9
pluggy===0.13.1
coverage===5.2.1
freezegun===0.3.15
toml===0.10.1
toml===0.10.0
pyperclip===1.8.0
cassandra-driver===3.24.0
XStatic-Angular-Schema-Form===0.8.13.0
Expand Down

0 comments on commit b5f0397

Please sign in to comment.