Skip to content

Commit

Permalink
Update renoir to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Apr 20, 2022
1 parent 77a1206 commit c1d7768
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion noir/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.3"
__version__ = "0.3.4"
48 changes: 24 additions & 24 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "noir"
version = "0.3.3"
version = "0.3.4"
description = "CLI to Renoir templating engine"
authors = ["Giovanni Barillari <[email protected]>"]
license = "BSD-3-Clause"
Expand All @@ -11,11 +11,11 @@ noir = "noir.cli:app"
[tool.poetry.dependencies]
python = "^3.9"

crashtest = "~0.3.1"
pyyaml = "~5.3.1"
renoir = "~1.5.3"
tomlkit = "~0.7.0"
typer = "~0.4.0"
crashtest = "0.3.1"
pyyaml = "5.3.1"
renoir = "1.5.4"
tomlkit = "0.7.2"
typer = "0.4.1"

[tool.poetry.dev-dependencies]
mypy = "0.812"
Expand Down

0 comments on commit c1d7768

Please sign in to comment.