Skip to content

Commit

Permalink
Bump tomli from 2.0.1 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.1.0.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.0.1...2.1.0)

---
updated-dependencies:
- dependency-name: tomli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 02dfb69 commit eee090c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ six==1.16.0
# via python-dateutil
sockjs==0.13.0
# via appdaemon (pyproject.toml)
tomli==2.0.1
tomli==2.1.0
# via appdaemon (pyproject.toml)
tomli-w==1.0.0
# via appdaemon (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
starlette==0.38.5
# via sphinx-autobuild
tomli==2.0.1
tomli==2.1.0
# via appdaemon (pyproject.toml)
tomli-w==1.0.0
# via appdaemon (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
'requests >= 2.28.2,< 2.33.0',
'sockjs >= 0.11,< 0.14',
'uvloop==0.20.0; sys_platform != "win32"',
'tomli ~= 2.0.1',
'tomli >= 2.0.1,< 2.2.0',
'tomli_w ~= 1.0.0'
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ six==1.16.0
# via python-dateutil
sockjs==0.13.0
# via appdaemon (pyproject.toml)
tomli==2.0.1
tomli==2.1.0
# via appdaemon (pyproject.toml)
tomli-w==1.0.0
# via appdaemon (pyproject.toml)
Expand Down

0 comments on commit eee090c

Please sign in to comment.