Skip to content

Commit

Permalink
tomlkit update to v0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LexiconCode committed May 2, 2023
1 parent fd47554 commit df697a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion castervoice/lib/ctrl/mgr/rules_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _validate_enabled(self):
"""
Only internal and whitelisted rules should be able to get enabled.
"""
initial = self._config[RulesConfig._ENABLED_ORDERED][:]
initial = self._config[RulesConfig._ENABLED_ORDERED]
validated = []
for rcn in initial:
is_internal = rcn in self._config[RulesConfig._INTERNAL]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dragonfly2>=0.34.0
pillow>=6.2.2
tomlkit==0.11.6
tomlkit=>0.11.8
future>=0.18.2
mock>=3.0.5
appdirs>=1.4.3
Expand Down
2 changes: 1 addition & 1 deletion requirements-mac-linux.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dragonfly2[kaldi]>=0.34.0
pillow>=8.0.0
tomlkit==0.11.6
tomlkit=>0.11.8
future>=0.18.2
mock>=3.0.5
appdirs>=1.4.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dragonfly2>=0.34.0
pillow>=6.2.2
tomlkit==0.11.6
tomlkit=>0.11.8
future>=0.18.2
mock>=3.0.5
appdirs>=1.4.3
Expand Down

0 comments on commit df697a5

Please sign in to comment.