Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 19, 2023
2 parents f5d33f4 + b5bb1b1 commit b1e9c09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ dynaconf = "^3.1.12"
pyparsing = "^3.0.9"
emoji = "^2.5.1"


[tool.poetry.group.dev.dependencies]
python-semantic-release = "^8.0.1"
python-semantic-release = "^8.0.2"
ruff = "^0.0.278"

[tool.ruff]
Expand All @@ -53,6 +54,7 @@ overgeneral-exceptions = [
"builtins.RuntimeError",
]


[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand Down

0 comments on commit b1e9c09

Please sign in to comment.