Skip to content

Commit

Permalink
nox bump: use antsibull-changelog[toml] extra (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 authored Jul 26, 2023
1 parent b50ca91 commit de4d58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def bump(session: nox.Session):
f"Either {fragment_file} must already exist, "
"or two positional arguments must be provided."
)
install(session, "antsibull-changelog", "hatch", "tomli ; python_version < '3.11'")
install(session, "antsibull-changelog[toml]", "hatch")
_repl_version(session, version)
if len(session.posargs) > 1:
fragment = session.run(
Expand Down

0 comments on commit de4d58d

Please sign in to comment.