Skip to content

Commit

Permalink
Build(deps): 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent cb7b339 commit e4bc4ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9.0"
python-dotenv = "^1.0.1"
tomli = { version = "^2.0.1", python = "<3.11" }
tomli = { version = "^2.1.0", python = "<3.11" }


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit e4bc4ee

Please sign in to comment.