Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Dec 8, 2024
1 parent 8f409a8 commit d6f6014
Show file tree
Hide file tree
Showing 12 changed files with 720 additions and 1,233 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
name: Publish
env:
POETRY_VERSION: 1.8.4
POETRY_VERSION: 1.8.5
PYTHONDONTWRITEBYTECODE: 1
PYTHONUNBUFFERED: 1
steps:
Expand Down
1,904 changes: 696 additions & 1,208 deletions client/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions controller/test/package-lock.json

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

4 changes: 2 additions & 2 deletions controller/test/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@alpinejs/persist": "^3.14.6",
"@alpinejs/persist": "^3.14.7",
"@msgpack/msgpack": "^3.0.0-beta2",
"alpinejs": "^3.14.6",
"alpinejs": "^3.14.7",
"simpledotcss": "^2.3.2",
"webmidi": "^3.1.12"
}
Expand Down
8 changes: 4 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 @@ -11,7 +11,7 @@ package-mode = false
python = "^3.9"
mkdocs = "^1.6.1"
mkdocs-macros-plugin = "^1.3.7"
mkdocs-material = "^9.5.47"
mkdocs-material = "^9.5.48"
mkdocs-same-dir = "^0.1.3"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN if [ "$DEBUG" -a "$DEBUG" != '0' ]; then \
&& echo '. /etc/bash_completion' >> /root/.bashrc \
; fi

ARG POETRY_VERSION=1.8.4
ARG POETRY_VERSION=1.8.5
RUN curl -sSL https://install.python-poetry.org | python -
ENV PATH="/root/.local/bin:${PATH}"
RUN echo '/app' > "$(python -c 'import site; print(site.getsitepackages()[0])')/app.pth"
Expand Down
2 changes: 1 addition & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:

logs:
restart: always
image: amir20/dozzle:v8.8.2
image: amir20/dozzle:v8.8.3
volumes:
- "${DOCKER_SOCKET:-/var/run/docker.sock}:/var/run/docker.sock"
environment:
Expand Down
2 changes: 1 addition & 1 deletion server/poetry.lock

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

1 change: 0 additions & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ psycopg = "^3.2.3"
python-dotenv = "^1.0.1"
schema = "^0.7.7"
starlette = "^0.41.3"
typing-extensions = "^4.12.2" # For Python 3.13 + pgtrigger
uvicorn = {extras = ["standard"], version = "^0.32.1"}
wait-for-it = "^2.3.0"

Expand Down
8 changes: 4 additions & 4 deletions server/tomato/static/vendor/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 server/tomato/static/vendor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"alpinejs": "^3.14.6",
"alpinejs": "^3.14.7",
"choices.js": "^11.0.2",
"dayjs": "^1.11.13",
"reconnecting-websocket": "^4.4.0",
Expand Down

0 comments on commit d6f6014

Please sign in to comment.