Skip to content

Commit

Permalink
fix(pyproject.toml): Remove restriction for dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashstrom committed Jul 13, 2024
1 parent 1725b7a commit a9b6181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -102,8 +102,8 @@ sphinx-rtd-theme = { version = "2.0.0", optional = true }
sphinxcontrib-mermaid = { version = "0.9.2", optional = true }
poethepoet = { version = "0.26.1", optional = true }
commitizen = { version = "3.25.0", optional = true }
z3-solver = "^4.13.0.0"
jinja2 = "^3.1.4"
z3-solver = "*"
jinja2 = "*"

[tool.poetry.extras]
test = ["pytest", "pytest-mock"]

0 comments on commit a9b6181

Please # to comment.