Skip to content

Commit

Permalink
Merge pull request dictation-toolbox#52 from LexiconCode/ccrmerger2
Browse files Browse the repository at this point in the history
Upgraded Dependencies
  • Loading branch information
synkarius committed Oct 26, 2019
2 parents 985684f + b9437c7 commit 083b25a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion castervoice/lib/ctrl/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def dep_min_version():
# A GitHub Issue URL needed to explain the change to version specific '==' dependency.
upgradelist = []
listdependency = ([
["dragonfly2", ">=", "0.13.0", None],
["dragonfly2", ">=", "0.18.0", None],
])
for dep in listdependency:
package = dep[0]
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dragonfly2==0.16.0
wxpython==4.0.4
pillow==5.3.0
tomlkit==0.5.5
future==0.17.1
dragonfly2==0.18.0
wxpython==4.0.6
pillow==6.2.1
tomlkit==0.5.8
future==0.18.1
mock==3.0.5
pylint==1.9.3
pylint==1.9.5
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dragonfly2==0.16.0
wxpython==4.0.4
pillow==5.3.0
tomlkit==0.5.5
future==0.17.1
dragonfly2==0.18.0
wxpython==4.0.6
pillow==6.2.1
tomlkit==0.5.8
future==0.18.1
mock==3.0.5

0 comments on commit 083b25a

Please sign in to comment.