Skip to content

Commit

Permalink
Merge branch 'main' into to/#31-handle-appliance-operation-state
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober authored Apr 12, 2023
2 parents a7c2fe8 + e6b9831 commit 5f58c30
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 70 deletions.
112 changes: 46 additions & 66 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ PyYAML = "~6.0"
pandas = "~1.5.3"

[tool.poetry.dev-dependencies]
pre-commit = "~3.1.1"
pre-commit = "~3.2.2"
flake8-black = "~0.3.4"
Sphinx = "~5.3.0"
Sphinx = "~6.1.3"
myst-parser = "~1.0.0"
sphinx-rtd-theme = "~1.2.0"
pytest = "~7.2.0"
black = "~23.1.0"
pytest = "~7.3.0"
black = "~23.3.0"
flake8 = "~6.0.0"
isort = "~5.12.0"
flake8-isort = "~6.0.0"
Expand Down

0 comments on commit 5f58c30

Please sign in to comment.