Skip to content

Commit

Permalink
Merge pull request #1864 from camptocamp/toml-fix
Browse files Browse the repository at this point in the history
Fix toml read error by audit
  • Loading branch information
sbrunner authored Aug 8, 2024
2 parents 500112e + 2784805 commit d120b0b
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 @@ -104,7 +104,7 @@ debian-inspector = "31.0.0"
PyYAML = "6.0.1"
pyOpenSSL = "24.0.0"
tomlkit = { version = "0.11.8", optional = true }
poetry-dynamic-versioning = { version = "0.19.0", optional = true, "extras" = ["plugin"] }
poetry-dynamic-versioning = { version = "0.19.0", optional = true, extras = ["plugin"] }
poetry-plugin-tweak-dependencies-version = { version = "1.0.0", optional = true }
poetry = { version = "1.2.1", optional = true }
poetry-core = { version = "1.2.0", optional = true }
Expand Down

0 comments on commit d120b0b

Please sign in to comment.