Skip to content

Commit

Permalink
deps: update tomlkit requirement from <=0.11.6 to <=0.12.1
Browse files Browse the repository at this point in the history
Updates the requirements on [tomlkit](https://github.com/sdispater/tomlkit) to permit the latest version.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.1.1...0.12.1)

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 28, 2023
1 parent d52badd commit dd36f9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,7 +1,7 @@
dragonfly2>=0.29.0
wxpython==4.1.0
pillow>=6.2.2
tomlkit<=0.11.6
tomlkit<=0.12.1
future>=0.18.2
mock>=3.0.5
appdirs>=1.4.3
Expand Down
2 changes: 1 addition & 1 deletion requirements-mac-linux.txt
@@ -1,6 +1,6 @@
dragonfly2[kaldi]>=0.29.0
pillow>=8.0.0
tomlkit<=0.11.6
tomlkit<=0.12.1
future>=0.18.2
mock>=3.0.5
appdirs>=1.4.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,7 +2,7 @@ regex<2022.1.18
dragonfly2>=0.29.0
wxpython==4.1.0
pillow>=6.2.2
tomlkit<=0.11.6
tomlkit<=0.12.1
future>=0.18.2
mock>=3.0.5
appdirs>=1.4.3
Expand Down

0 comments on commit dd36f9d

Please sign in to comment.