Skip to content

Commit

Permalink
Bump tomli from 2.0.2 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.2 to 2.1.0.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.0.2...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 18, 2024
1 parent 04657eb commit c5aa7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docs = [
dev = [
"pyplumio[test,docs]",
"pre-commit==4.0.1",
"tomli==2.0.2"
"tomli==2.1.0"
]


Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pyserial-asyncio-fast==0.14
pytest-asyncio==0.24.0
pytest==8.3.3
ruff==0.7.1
tomli==2.0.2
tomli==2.1.0
tox==4.23.2
types-pyserial==3.5.0.20240826

0 comments on commit c5aa7bb

Please sign in to comment.