Skip to content

Commit

Permalink
Bump deps, clean up pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Sep 16, 2024
1 parent dd8ca37 commit b5d929d
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 29 deletions.
26 changes: 13 additions & 13 deletions client/package-lock.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"esbuild": "^0.23.1",
"esbuild-style-plugin": "^1.6.3",
"esbuild-svelte": "^0.8.2",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-plugin-svelte": "^2.44.0",
"eventemitter3": "^5.0.1",
"fs-extra": "^11.2.0",
Expand Down
9 changes: 5 additions & 4 deletions docs/poetry.lock

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

2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.9"
mkdocs = "^1.6.1"
mkdocs-macros-plugin = "^1.0.5"
mkdocs-macros-plugin = "^1.2.0"
mkdocs-material = "^9.5.34"
mkdocs-same-dir = "^0.1.3"

Expand Down
18 changes: 9 additions & 9 deletions server/poetry.lock

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

4 changes: 3 additions & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.0.1-dev0"
description = "Tomato Radio Automation Server"
authors = ["David Cooper <[email protected]>"]
license = "MIT"
readme = "../README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand All @@ -18,7 +20,7 @@ django-pgtrigger = "^4.12.2"
django-user-messages = "^1.1.0"
gunicorn = "^23.0.0"
huey = "^2.5.1"
psycopg = "^3.2.1"
psycopg = "^3.2.2"
python-dotenv = "^1.0.1"
schema = "^0.7.7"
starlette = "^0.38.5"
Expand Down

0 comments on commit b5d929d

Please sign in to comment.