Skip to content

Commit

Permalink
Merge branch 'main' into toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter authored Aug 12, 2024
2 parents e2d1f1c + c5cd5ef commit 652ae81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ evrec_server = "evrec.server:main"
[tool.poetry.dependencies]
python = "^3.11"
pydantic-settings = "^2.3.3"
aiomqtt = "^2.1.0"
aiomqtt = "^2.2.0"
jwcrypto = "^1.5.6"
jsonformatter = "^0.3.2"
jsonschema = {extras = ["format"], version = ">=4.22.0"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
ruff = "^0.5.0"
pytest-ruff = "^0.3.1"
pytest-ruff = "^0.4.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 652ae81

Please sign in to comment.