Skip to content

Commit

Permalink
build(deps): bump minimum required tomlkit to >=0.11.0
Browse files Browse the repository at this point in the history
TOMLDocument is missing the `unwrap()` function in `v0.10.2` which
causes an AttributeError to occur when attempting to read a the text
in `pyproject.toml` as discovered with #834

Resolves: #834
  • Loading branch information
codejedi365 authored and relekang committed Feb 9, 2024
1 parent c90b2f5 commit 291aace
Showing 1 changed file with 1 addition and 1 deletion.
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.25,<3",
"jinja2>=3.1.2,<4",
"python-gitlab>=2,<5",
"tomlkit~=0.10",
"tomlkit~=0.11",
"dotty-dict>=1.3.0,<2",
"importlib-resources>=5.7,<7",
"pydantic>=2,<3",
Expand Down

0 comments on commit 291aace

Please sign in to comment.